Skip to content

Releases: berlix/protobuf-kotlin

0.5.0

09 Oct 05:41
Compare
Choose a tag to compare

Changes:

  • Upgrade to Kotlin 2.0.20
  • Upgrade dependencies (kotlinx.serialization)

0.4.0

11 Jan 05:22
Compare
Choose a tag to compare

Changes:

  • Fix handling of inline polymorphic sub-types.

0.3.0

22 Sep 07:01
Compare
Choose a tag to compare

Changes:

  • Various bug fixes in the handling of value classes (i.e. inline serializers).

0.2.0

22 Sep 07:00
Compare
Choose a tag to compare

Changes:

  • Include functions to determine equivalence of schema documents.

0.1.0

26 Aug 22:19
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release with the following features:

  • Protobuf wire format implementation.
  • Protoscope language encoding to bytes (not the reverse).
  • Partial Protobuf 3 schema document support: read, write, generate, validate, compare.
  • Encoding/decoding using kotlinx.serialization.
  • Artifacts for Kotlin Multiplatform, JVM, and JS.

Artifacts are available at Maven Central.