1# Changelog
2
3All notable changes to atex will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to
7[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9<!-- ## [Unreleased] -->
10
11## [0.3.0] - 2025-06-29
12
13### Changed
14
15- `Atex.XRPC.Adapter` renamed to `Atex.HTTP.Adapter`.
16
17### Added
18
19- `Atex.HTTP` module that delegates to the currently configured adapter.
20- `Atex.HTTP.Response` struct to be returned by `Atex.HTTP.Adapter`.
21- `Atex.IdentityResolver` module for resolving and validating an identity,
22 either by DID or a handle.
23 - Also has a pluggable cache (with a default ETS implementation) for keeping
24 some data locally.
25
26## [0.2.0] - 2025-06-09
27
28### Added
29
30- `Atex.TID` module for manipulating ATProto TIDs.
31- `Atex.Base32Sortable` module for encoding/decoding numbers as
32 `base32-sortable` strings.
33- Basic XRPC client.
34
35## [0.1.0] - 2025-06-07
36
37Initial release.
38
39[unreleased]: https://github.com/cometsh/atex/compare/v0.3.0...HEAD
40[0.3.0]: https://github.com/cometsh/atex/releases/tag/v0.3.0
41[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0
42[0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0