Skip to content

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)