Skip to content

Releases: making/rsc

0.5.1

12 Sep 14:13
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • Update RSocket Java to 1.0.2
  • Support Homebrew 🍺 -- brew install making/tap/rsc
  • Fix the bug that span id is fixed with native binaries (#25)
  • Eliminate the default value of the --resume option to align with other options
  • Now IllegalArgumentException is thrown unless the required value is provided for each options.
  • Change graalvm artifact names to follow coursier naming convention (#29)

0.5.0

06 Jul 17:43
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

0.4.4

22 Jun 18:18
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release

Add workaround to wait for Fire-and-Forget to flush data (#18)

0.4.3

22 Jun 15:25
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release
  • Fix the issue FLUSH is not sent with fire-and-forget #18
    0.4.3 didn't fix #18. use 0.4.4+ instead

0.4.2

17 Dec 15:41
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

No source code changes since 0.4.1. Just rebuilt binaries.

0.4.1

01 Dec 10:57
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Autoconfigure -Djavax.net.ssl.trustStore (#2)
  • Add --show-system-properties option for troubleshooting

0.4.0

30 Nov 19:46
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Support Request Channel
  • Support setup payload
  • Support reading data from standard input
  • Support TLS

0.3.0

29 Nov 04:53
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Support Composite Metadata
  • Support --resume option
  • Simplify error messages and --stacktrace option for details

0.2.0

28 Nov 03:40
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Enable output on next by default like rsocket-cli. This can be disabled by --quiet/-q option
  • If port is not specified, 80 is used for non-secure protocols 443 is used for secure protocols.

0.1.0

27 Nov 16:34
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

MVP