Skip to content

Releases: cometsh/drinkup

v0.2.0

06 Feb 11:42
v0.2.0
a6af5ba

Choose a tag to compare

[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 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.Socket to make it easy to use across multiple different services.

v0.1.0

31 May 14:38
v0.1.0
5e9f390

Choose a tag to compare

Initial release