Skip to content

Releases: loopholelabs/polyglot

v2.0.3

05 Nov 10:33
a7b194c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

03 Sep 20:14
05274f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

04 Jul 21:07
65adaf0
Compare
Choose a tag to compare

What's Changed

  • Bump the npm_and_yarn group with 2 updates by @dependabot in #45
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 in /v2/benchmarks by @dependabot in #43
  • Bump typedoc from 0.25.0 to 0.26.3 by @dependabot in #50
  • Update base64 requirement from 0.21.4 to 0.22.1 by @dependabot in #46
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #47
  • Bump @types/node from 20.5.7 to 20.14.9 by @dependabot in #51
  • Bump jest-environment-jsdom from 29.6.4 to 29.7.0 by @dependabot in #52
  • Bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by @dependabot in #53
  • Bump eslint from 8.48.0 to 9.6.0 by @dependabot in #49
  • Bump google.golang.org/protobuf from 1.31.0 to 1.34.2 by @dependabot in #48
  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.2 in /v2 by @dependabot in #54

Full Changelog: v2.0.0...v2.0.1

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