# Changelog All notable changes to Drinkup will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [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. ## [0.1.0] - 2025-05-26 Initial release. [unreleased]: https://github.com/cometsh/drinkup/compare/v0.2.0...HEAD [0.2.0]: https://github.com/cometsh/drinkup/releases/tag/v0.2.0 [0.1.0]: https://github.com/cometsh/drinkup/releases/tag/v0.1.0