Skip to content

Releases: making/rsc

0.9.1

28 Jun 03:15
Compare
Choose a tag to compare
  • Enable HTTP
  • Bump to Spring Boot 2.5.2 (RSocket Java 1.1.1)
  • Bump to Spring Native 0.10.0

0.9.0

12 Mar 06:28
Compare
Choose a tag to compare
  • Add --trustCert option
  • Add --optsFile and --dumpOpts option
  • Bump spring-native to 0.9.0
  • Bump to Spring Boot 2.4.3

0.8.1

31 Jan 13:49
Compare
Choose a tag to compare
  • --load option supports absolute file paths

0.8.0

29 Jan 12:15
Compare
Choose a tag to compare
  • Add --completion <SHELL> option. thanks to @linux-china 's cli-completion (#53) rsc-completion
    • zsh, bash, fish and powershell are supported
    • Here is the procedure to set up autocompletion
  • Add --load option to load data from a file or url (#40)

0.7.3

27 Jan 11:56
Compare
Choose a tag to compare
0.7.3 Pre-release
Pre-release
  • Add basic E2E testing
  • Support windows binary 🎉 (#8)
    • Note that E2E testing has not yet been done for the windows binary. <-- Done (#60)
  • Downgraded to GraalVM 20.3.1 to get native build works on windows

0.7.2

26 Jan 10:57
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release

Bug fixes 🐛

  • --wiretap came back (#41)

0.7.1

21 Jan 00:35
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • Support APP_INFO (message/x.rsocket.application+json) as a new Setup Metadata MimeType (#52)
  • Bump to GraalVM 21.0.0
  • Bump to Spring Boot 2.4.2

0.7.0

08 Jan 02:58
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • rsc is now a Spring Boot application 🍃 (#47)

    • Leverage spring-native project to build a latest graalvm native image (#23)
    • JAVA_HOME is no longer required to get wss work (#46)
  • Bump to RSocket Java 1.1.0

  • Deprecated options (--setup / --show-system-properties) has been removed (#37)

0.6.1

23 Sep 13:33
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

Bug fixes 🐛

  • Always use Composite Metadata Mimetype when metadata is send so that Access Denied is thrown when accessing an unauthorized endpoint (#41)
  • Retain metadata for Flux payloads to avoid io.netty.util.IllegalReferenceCountException in case of request channel
  • Fix nextTraceIdHigh for span is fixed in native binaries
  • Fix tags in a span

0.6.0

15 Sep 13:54
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • 🎉 Support Authentication Extension (#20) [Doc] [Demo]
  • Change debug log output destination from stdout to stderr (#34)
  • Change default metadataMimeType to application/json (#33)
  • if metadata mime type is not specified, default value is used
  • Support installation via Coursier (#32) Thanks to @mushtaq