Skip to content

Latest commit

 

History

History
105 lines (67 loc) · 9.81 KB

File metadata and controls

105 lines (67 loc) · 9.81 KB

Changelog

0.7.1 (2025-11-21)

Bug Fixes

  • early tracing initialization (#978) (d7d8b93)
  • properly delete session in tests (#983) (252d33d)
  • remove participants and ack management in controller sender (#987) (3de0331)

0.7.0 (2025-11-18)

Features

  • expand SharedSecret Auth from simple secret:id to HMAC tokens (#858) (1d0c6e8)
  • Integrate SPIRE-based mTLS & identity, unify TLS sources, enhance gRPC config, and add flexible metadata support (#892) (a86bfd6)
  • session: graceful session draining + reliable blocking API completion (#924) (5ae9e80)

0.6.1 (2025-10-17)

Features

0.6.0 (2025-10-09)

⚠ BREAKING CHANGES

  • session layer APIs updated.

Features

  • implement control plane group management (#554) (d0065a0)
  • improve point to point session with sender/receiver buffer (#735) (e6f65bb)
  • multicast: remove moderator parameter from configuration (#739) (464d523)
  • python/bindings: improve publish function (#749) (85fd2ca)
  • refactor session receive() API (#731) (787d111)
  • remove bearer auth in favour of static jwt (#774) (e08cb51)
  • session: introduce session metadata (#744) (14528ee)

0.2.2 (2025-09-18)

Features

  • add testing for fire and forget session (#540) (51adc94)
  • replace pubsub with dataplane in the node-config (#591) (88be6ee)

Bug Fixes

0.2.1 (2025-07-31)

Bug Fixes

  • testutils: use common dockerfile to build testutils (#499) (4f9d127)

0.2.0 (2025-07-31)

⚠ BREAKING CHANGES

  • data-plane/service: This change breaks the python binding interface.

Features

Bug Fixes

  • add missing channel binary to testing Cargo.toml (#423) (8544272)
  • auth: make simple identity usable for groups (#387) (ba2001f)
  • channel_endpoint: extend mls for all sessions (#411) (7687930)
  • keep only the from_strings method to create an AgentType (#288) (2d6bbd9)
  • remove all state on session close (#449) (31eea80), closes #493
  • testing-apps: build using common rust taskfiles (#292) (ffa5eed)