Skip to content

Releases: loopholelabs/polyglot

v2.0.0

23 Apr 18:53
1b318fb
Compare
Choose a tag to compare

What's Changed

  • Significant performance improvements for the Golang implementation

Fixes

  • Fixed a bug in Polyglot Go where the capacity of the buffer would not grow properly resulting in silent short writes and corrupted data

  • Updated the names of error values in Go to fit with Go's standard code-style conventions

Full Changelog: v1.1.4...v2.0.0

v1.1.4

12 Oct 09:58
9b9a3d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v.1.1.3

01 Sep 21:07
ed3407b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.3

v1.1.2

26 Aug 22:37
f96ef00
Compare
Choose a tag to compare

Fixes

  • Fixes an issue where decoding certain i32 or i64 values would result in an incorrect value being returned.

v1.1.1

12 Jun 22:19
1aba1c2
Compare
Choose a tag to compare

Fixes

  • Fixing the decode_none Rust function which would previously crash if it was decoding from a buffer of size 0.

Dependencies

  • Bumping Typescript @typescript-eslint/eslint-plugin from ^5.59.10 to ^5.59.11
  • Bumping Typescript @typescript-eslint/parser from ^5.59.10 to ^5.59.11
  • Bumping Typescript @types/node from ^20.2.5 to ^20.3.0
  • Bumping Rust serde_json from 1.0.82 to 1.0.96
  • Bumping Rust base64 from 0.21.0 to 0.21.2

v1.1.0

07 Jun 21:08
839f5b7
Compare
Choose a tag to compare

Changes

  • Merging Typescript, Golang, and Rust implementations into a single repository

v0.5.1

17 Nov 01:10
481f846
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Sep 23:20
525bb89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

02 Sep 19:50
fc850a7
Compare
Choose a tag to compare
  • Added helper function for getting a byte slice from a polyglot buffer
  • Added helper function for getting the length of a polyglot buffer

Generator from proto files

08 Aug 14:41
a126911
Compare
Choose a tag to compare
Merge pull request #2 from loopholelabs/proto-gen

feat: Add encoding/decoding generation from proto files