Skip to content

Releases: rsocket-broker/rsocket-broker-client

0.3.0

30 Nov 08:07
3fcf2be
Compare
Choose a tag to compare

What's Changed

  • Updates name and packaging to RSocket Broker Client. by @spencergibb in #17
    • This is a breaking change.
      • The new maven groupId is io.rsocket.broker
      • The new artifact Ids are rsocket-broker-client, rsocket-broker-common, rsocket-broker-frames, rsocket-broker-common-spring.
      • The new base package is io.rsocket.broker
  • Move from TransportProperties to URI by @spencergibb in #16
    • This is a breaking change.
      • The new property looks like io.rsocket.broker.client.brokers[0]=tcp://localhost:8002
  • Increase visibility of RoutingRSocketRequester and RoutingRSocketRequesterBuilder by @OlgaMaciaszek in #15

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

17 Nov 18:53
0ebd10e
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
Moves RoutingType to stand alone class