A set of utilities for working with the AT Protocol in Elixir.

Changelog#

All notable changes to atex will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased#

Changed#

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

Added#

  • Atex.HTTP module that delegates to the currently configured adapter.

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.1.0 - 2025-06-07#

Initial release.