Elixir ATProtocol ingestion and sync library.
tags
# [0.2.0] - 2026-02-06
## Breaking Changes
- Simplify usage by removing the concept of a separate "consumer", integrating
it directly into the socket's behaviour.
- Existing behaviour moved to `Drinkup.Firehose` namespace, to make way for
alternate sync systems.
## Added
- Support for the
[Tap](https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md)
sync and backfill utility service, via `Drinkup.Tap`.
- Support for [Jetstream](https://github.com/bluesky-social/jetstream), a
simplified JSON event stream for ATProto, via `Drinkup.Jetstream`.
## Changed
- Refactor core connection logic for websockets into `Drinkup.Socket` to make it
easy to use across multiple different services.