# Changelog All notable changes to this project 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). ## [Unreleased] ## [0.10.5] 2024-04-27 ## [0.10.4] 2024-03-22 ### Added - Basic support for protocol negotoation ## [0.10.3] 2024-03-16 ### Fixed - Fix metrics ## [0.10.2] 2024-03-03 ### Added - Add `on-channel-deleted` webhook ## [0.10.1] 2024-03-02 ### Added - Agents warmup period is now configurable with the `agent_warmup_secs` config key ## [0.10.0] 2024-02-26 ### Changed - Introduce `producer_address` to separate consumer and producer roles ### Deprecated - `channel_id` usages in favor of `producer_address` and `consumer_address` ## [0.9.6] 2024-02-25 ### Fixed - Docker image creation ## [0.9.5] 2024-02-25 ### Fixed - Agent sessions counters ### Changed - Update dependencies