Skip to content

Latest commit

 

History

History
143 lines (86 loc) · 8.16 KB

CHANGELOG.md

File metadata and controls

143 lines (86 loc) · 8.16 KB

Change Log

1.1.1 (2024-08-24)

View commits

Upgraded dependencies:

1.1.0 (2024-08-07)

View commits

Upgraded dependencies:

1.0.1 (2024-07-20)

View commits

Upgraded dependencies:

1.0.0 (2024-07-13)

View commits

Implemented enhancements:

  • Add support for binary packets #67
  • Upgrade target level to Java 17 #66

Upgraded dependencies:

0.9.0 (2024-06-30)

View commits

Upgraded dependencies:

  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.0 to 1.7.1 #63 (@dependabot[bot])

0.8.0 (2024-06-07)

View commits

Upgraded dependencies:

  • Bump org.jetbrains.kotlinx:kotlinx-io-bytestring from 0.3.5 to 0.4.0 #60 (@dependabot[bot])
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.3 to 1.7.0 #61 (@dependabot[bot])

0.7.0 (2024-05-26)

View commits

Implemented enhancements:

  • Add wasmWasi/nodejs target #58
  • Add wasmJs/nodejs and wasmJs/d8 targets #57
  • Add linuxArm64 target #56

0.6.0 (2024-05-26)

View commits

Upgraded dependencies:

0.5.1 (2024-03-19)

View commits

Upgraded dependencies:

0.5.0 (2024-03-08)

View commits

Upgraded dependencies:

0.4.2 (2024-02-03)

View commits

Upgraded dependencies:

0.4.1 (2024-01-30)

View commits

Implemented enhancements:

  • Ensure JVM toolchain 11 is used for better compatibility #31

0.4.0 (2024-01-29)

View commits

Implemented enhancements:

  • Add wasmJs and wasmWasi targets #30
  • Throw InvalidSocketIOPacketException in case the payload is not valid JSON, not SerializationException #29
  • Rework EngineIO API to clarify which methods are for WS and which for HTTP #28

Upgraded dependencies:

0.3.0 (2023-12-01)

View commits

Upgraded dependencies:

0.2.0 (2023-08-23)

View commits

Upgraded dependencies:

  • Upgrade Kotlin to version 1.9.10 #9
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.5.1 to 1.6.0 #8 (@dependabot[bot])

0.1.2 (2023-07-19)

View commits

0.1.1 (2023-07-19)

View commits

Fixed bugs:

  • Fix group ID of the maven artifact #3

0.1.0 (2023-07-17)

View commits

Implemented enhancements:

  • Initial implementation #1