Releases: cometsh/drinkup
Releases · cometsh/drinkup
v0.2.0
[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.Firehosenamespace, to make way for alternate sync systems.
Added
- Support for the Tap sync and backfill utility service, via
Drinkup.Tap. - Support for Jetstream, a simplified JSON event stream for ATProto, via
Drinkup.Jetstream.
Changed
- Refactor core connection logic for websockets into
Drinkup.Socketto make it easy to use across multiple different services.