Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Releases: Casterlabs/Rakurai

1.17.8

Choose a tag to compare

@e3ndr e3ndr released this 16 Jul 04:09

Rson

  • Fixed a weird edge case with object parsing.

1.17.7

Choose a tag to compare

@e3ndr e3ndr released this 08 Jul 21:26

Rson

  • Fix a regression in the Object parser.

1.17.6

Choose a tag to compare

@e3ndr e3ndr released this 08 Jul 19:40

RHS

  • Fixed some threading issues.
  • Fixed some buffer problems.
  • Fixed WebSockets sometimes breaking with long messages.
  • Increased the URL buffer, max of 256k is allowed in URLs.
  • Auto fragment websocket TEXT frames as well.

Json

  • Fixed some issues where object keys would not deserialize properly.

1.17.5

Choose a tag to compare

@e3ndr e3ndr released this 18 Jun 16:34

Http-Server

  • Fix an issue in RHS where request bodies would get dropped if you used the getBytes method.

1.17.4

Choose a tag to compare

@e3ndr e3ndr released this 13 Jun 06:48
  • Fixed Firefox being unable to connect to websocket sessions.

1.17.3

Choose a tag to compare

@e3ndr e3ndr released this 13 Jun 04:07

Http-Server

  • Silenced an exception that didn't really make sense.

1.17.2

Choose a tag to compare

@e3ndr e3ndr released this 12 Jun 04:14

Http-Server

  • Fix EC-related errors when an EC certificate isn't present.

1.17.1

Choose a tag to compare

@e3ndr e3ndr released this 29 Mar 14:46

Http-Server:

  • Silence an annoying exception.

1.17.0

Choose a tag to compare

@e3ndr e3ndr released this 23 Feb 02:19

Http-Server:

  • Fixed some oddities with WebSockets.
  • A lot of debug logging was added.
  • Rework and optimize the request/response cycle.

Util:

  • Reworked how IOUtil works.

1.16.2

Choose a tag to compare

@e3ndr e3ndr released this 28 Dec 15:29

Json

  • Fixed issues with class instantiation.