Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@spencergibb spencergibb released this 30 Nov 08:07
3fcf2be

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