Skip to content

Releases: agntcy/slim

slim-mls v0.1.19

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 11:24
ef491b2

Other

  • updated the following local packages: agntcy-slim-auth, agntcy-slim-datapath

slim-datapath v0.14.1

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 12:27
2f9db06

Fixed

  • (build) skip proto compilation in published packages (#1706)

slim-datapath v0.14.0

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 11:15
ef491b2

Added

  • increase Name ID from u64 to u128 (#1680)
  • (data-plane) add node-to-node header integrity check (#1609)
  • (websocket) add WebSocket transport for data-plane (#1638)
  • (dataplane) remove group creation (#1594)
  • split data and control channel (#1418)

Fixed

  • (datapath) update doctests to match current API (#1686)
  • fix ws tests port collision on fallback (#1688)

Other

  • (datapath) replace is_local bool with ConnType enum (#1689)
  • remove bindings dependecy from channel-manager (#1697)
  • (datapath) replace RwLock with ArcSwap on the connection table read path (#1624)
  • (datapath) refactor SubscriptionTableImpl for cache efficiency (#1611)
  • drop transport field from the config (#1662)
  • control plane in rust (#1581)
  • (data-plane) replace encoder::Name with ProtoName throughout (#1596)
  • (datapath) eliminate allocations from publish routing hot path (#1577)

slim-controller v0.7.0

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 12:28
2f9db06

Added

  • increase Name ID from u64 to u128 (#1680)
  • (websocket) add WebSocket transport for data-plane (#1638)
  • (dataplane) remove group creation (#1594)

Other

  • (datapath) replace is_local bool with ConnType enum (#1689)
  • remove unused code from controller service (#1682)
  • control plane in rust (#1581)
  • (data-plane) replace encoder::Name with ProtoName throughout (#1596)

slim-config v0.10.0

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 11:11
ef491b2

Added

  • (data-plane) add node-to-node header integrity check (#1609)
  • (websocket) add WebSocket transport for data-plane (#1638)

Other

  • remove bindings dependecy from channel-manager (#1697)
  • drop transport field from the config (#1662)

slim-auth v0.9.0

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 11:10
ef491b2

Added

  • (websocket) add WebSocket transport for data-plane (#1638)

Other

  • Replace async-trait with trait-variant in auth module (#1684)
  • (auth) cache HMAC key and claims, drop per-call allocations in SharedSecret (#1671)

protoc-slimrpc-plugin-v1.4.1

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 14:07
8947df3

Other

  • update Cargo.lock dependencies

slimctl-v2.0.0-alpha.0

Pre-release

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 14:07
8947df3

Added

  • increase Name ID from u64 to u128 (#1680)
  • (slimctl) add bench sub/pub and channel sub/pub commands (#1602)
  • (websocket) add WebSocket transport for data-plane (#1638)
  • (dataplane) remove group creation (#1594)
  • (slimctl) use channel manager to create groups (#1589)
  • (slimctl) add commands for channel-manager (#1586)

Fixed

  • (bindings) deadlock when using single thread runtime (#1657)

Other

  • publish alpha release 2.0.0-alpha.0 (#1704)
  • remove agntcy-slim-bindings dependency from slimctl (#1700)
  • control plane in rust (#1581)
  • (data-plane) replace encoder::Name with ProtoName throughout (#1596)

slim-version v2.0.0-alpha.0

Pre-release

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 11:08
ef491b2

Added

  • add agntcy-slim-version crate as single source of truth for version and build info (#1360)

slim v2.0.0-alpha.0

slim v2.0.0-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@build-agntcy build-agntcy released this 03 Jun 12:29
2f9db06

Added

  • increase Name ID from u64 to u128 (#1680)

Fixed

  • (bindings) deadlock when using single thread runtime (#1657)