Skip to content

Releases: y9vad9/rsocket-kotlin-router

1.2.0

13 Oct 14:56
Compare
Choose a tag to compare

What's Changed

Core

Versioning

  • until is added to VersioningBuilder

Breaking changes

  • VersionPreprocessor is renamed to RequestVersionProvider by @y9vad9 in #12

Serialization

  • Protobuf & Cbor support using router-serialization-protobuf and router-serialization-cbor

Full Changelog: 1.1.1...1.2.0

1.1.1

06 Oct 15:32
4ae9fe2
Compare
Choose a tag to compare

What's Changed

  • fix(#10): versioning is not properly handled for multiple versions by @y9vad9 in #11

Full Changelog: 1.1.0...1.1.1

1.1.0

04 Oct 22:34
0816e21
Compare
Choose a tag to compare

What's Changed

  • feat: serialization and versioning support by @y9vad9 in #9

Full Changelog: 1.0.1...1.1.0

1.0.1

29 Sep 22:35
8a5c724
Compare
Choose a tag to compare

What's Changed

  • fix(#5): payload wasn't intercepted by preprocessors by @y9vad9 in #6

Full Changelog: 1.0.0...1.0.1

1.0.0

18 Sep 20:56
Compare
Choose a tag to compare
  • Routing feature
  • Interceptors feature (experimental)
  • Testability via router-test artifact