8000 Releases · cometsh/atex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cometsh/atex

v0.3.0

28 Jun 15:03
v0.3.0
252a325
Compare
Choose a tag to compare

[0.3.0] - 2025-06-29

Changed

  • Atex.XRPC.Adapter renamed to Atex.HTTP.Adapter.

Added

  • Atex.HTTP module that delegates to the currently configured adapter.
  • Atex.HTTP.Response struct to be returned by Atex.HTTP.Adapter.
  • Atex.IdentityResolver module for resolving and validating an identity,
    either by DID or a handle.
    • Also has a pluggable cache (with a default ETS implementation) for keeping
      some data locally.

v0.2.0

09 Jun 10:47
v0.2.0
5e5e37b
Compare
Choose a tag to compare

[0.2.0] - 2025-06-09

Added

  • Atex.TID module for manipulating ATProto TIDs.
  • Atex.Base32Sortable module for encoding/decoding numbers as base32-sortable strings.
  • Basic XRPC client.
0