Releases: rsocket-broker/rsocket-broker-client
Releases · rsocket-broker/rsocket-broker-client
0.3.0
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
- The new maven groupId is
- This is a breaking change.
- 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
- The new property looks like
- This is a breaking change.
- Increase visibility of RoutingRSocketRequester and RoutingRSocketRequesterBuilder by @OlgaMaciaszek in #15
New Contributors
- @OlgaMaciaszek made their first contribution in #15
- @fireflies-xlt made their first contribution in #13
Full Changelog: 0.2.0...0.3.0
0.2.0
Moves RoutingType to stand alone class