Releases: loopholelabs/polyglot
Releases · loopholelabs/polyglot
v2.0.3
What's Changed
- go: preserve nil structs on decode by @lgfa29 in #87
- Bump typedoc from 0.26.6 to 0.26.10 by @dependabot in #97
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in /v2 by @dependabot in #95
- Bump @types/node from 22.5.2 to 22.7.7 by @dependabot in #96
- Bump eslint-plugin-import from 2.29.1 to 2.31.0 by @dependabot in #90
- Bump @typescript-eslint/parser from 7.15.0 to 7.18.0 by @dependabot in #85
- Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #86
- Update README.md by @ShivanshVij in #98
- Bump @types/node from 22.7.7 to 22.8.7 by @dependabot in #105
- Bump typedoc from 0.26.10 to 0.26.11 by @dependabot in #103
- Bump typescript from 5.5.4 to 5.6.3 by @dependabot in #101
- Bump @types/jest from 29.5.12 to 29.5.14 by @dependabot in #102
- Bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.13.0 by @dependabot in #106
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #94
New Contributors
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Bump prettier from 3.3.2 to 3.3.3 by @dependabot in #58
- Bump typedoc from 0.26.3 to 0.26.6 by @dependabot in #72
- Bump typescript from 5.5.3 to 5.5.4 by @dependabot in #64
- Updating CI/CD actions dependencies by @ShivanshVij in #80
- Bump @types/node from 20.14.9 to 22.5.2 by @dependabot in #79
- Bump ts-jest from 29.1.5 to 29.2.5 by @dependabot in #77
Full Changelog: v2.0.1...v2.0.2
v2.0.1
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
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
What's Changed
- Feat: C Bindings by @ShivanshVij in #30
- Release v0.1.4 by @ShivanshVij in #31
Full Changelog: v1.1.3...v1.1.4
v.1.1.3
What's Changed
- Feat: Adding Durable Errors for Decoders by @ShivanshVij in #28
Full Changelog: v1.1.1...v1.1.3
v1.1.2
Fixes
- Fixes an issue where decoding certain i32 or i64 values would result in an incorrect value being returned.
v1.1.1
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
from1.0.82
to1.0.96
- Bumping Rust
base64
from0.21.0
to0.21.2
v1.1.0
Changes
- Merging Typescript, Golang, and Rust implementations into a single repository