Skip to content

Releases: hdoordt/knien

v0.0.10

04 Jul 10:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

06 Jun 08:43
Compare
Choose a tag to compare

What's Changed

  • Expose Delivery Routing key as &str by @hdoordt in #21

Full Changelog: v0.0.8...v0.0.9

v0.0.8

22 May 18:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

25 Apr 18:53
Compare
Choose a tag to compare

What's Changed

  • Eliminate pin projection by @hdoordt in #16
  • Simplify publisher type by embedding channel paramter in Bus trait/ by @hdoordt in #17

Full Changelog: v0.0.6...v0.0.7

v0.0.6

24 Apr 07:51
Compare
Choose a tag to compare

What's Changed

  • Fix todo's on error reporting in RpcChannel by @hdoordt in #14
  • Correlate replies with only the delivery they are a direct reply to by @hdoordt in #15

Full Changelog: v0.0.5...v0.0.6

v0.0.5

04 Apr 19:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

21 Mar 10:58
Compare
Choose a tag to compare

What's Changed

  • Introduce DynDelivery to allow for combining buses with similar payloads by @hdoordt in #11
  • Add simple test for TopicChannels by @hdoordt in #12

Full Changelog: v0.0.3...v0.0.4

v0.0.3

15 Mar 10:19
Compare
Choose a tag to compare

What's Changed

  • Split up RoutingKey into PublishRoutingKey and ConsumeRoutingKey by @hdoordt in #9
  • Declare and bind queue with routing key in TopicChannel, fixin topic … by @hdoordt in #10

Full Changelog: v0.0.2...v0.0.3

v0.0.2

13 Mar 11:36
Compare
Choose a tag to compare

What's Changed

  • Make more dependencies optional by @hdoordt in #3
  • Add tracing dependency, add tracing calls throughout the crate by @hdoordt in #4
  • Topic publish by @hdoordt in #5
  • Add method for creating a RpcCommBus Consumer to RpcChannel by @hdoordt in #6
  • Derive Clone for Publishers and macro-defined Buses by @hdoordt in #7
  • Derive clone for Publisher by @hdoordt in #8

Full Changelog: v0.0.1...v0.0.2

V0.0.1

12 Mar 17:55
Compare
Choose a tag to compare

Initial unstable release of Knien. May still contain bugs.

What's Changed

New Contributors

Full Changelog: https://github.com/hdoordt/knien/commits/v0.0.1