Skip to content

Releases: cloudwego/frugal

v0.3.0

09 Sep 08:50
74739a8

Choose a tag to compare

What's Changed

  • refactor: rm JIT code & clear CI by @xiaost in #78
  • feat: parse thrift tag by @xiaost in #79
  • fix: bitset incorrect bit indexing by @xiaost in #80
  • fix: cache collision for nested collection types by @xiaost in #81

Full Changelog: v0.2.6...v0.3.0

v0.2.6

18 Jun 05:58
cd72d35

Choose a tag to compare

What's Changed

  • optimize: update map field when done by @xiaost in #77

Full Changelog: v0.2.5...v0.2.6

v0.2.5

01 Apr 04:04
41acbe2

Choose a tag to compare

What's Changed

  • chore: updated README and tests by @xiaost in #71
  • test: fix apache thrift allocs by @xiaost in #72
  • feat: skip field wire type mismatch like kitex does by @xiaost in #73
  • ci: fix crate-ci/typos 'typ' by @xiaost in #75

Full Changelog: v0.2.4...v0.2.5

v0.2.4

09 Jan 09:14
26b037d

Choose a tag to compare

What's Changed

  • refactor: disable JIT by default by @xiaost in #70

Full Changelog: v0.2.3...v0.2.4

v0.2.3

04 Dec 07:22
e25b2fb

Choose a tag to compare

What's Changed

  • fix(reflect): deep nested struct cause panic by @xiaost in #69

Full Changelog: v0.2.2...v0.2.3

v0.2.2

28 Nov 06:31
7402993

Choose a tag to compare

What's Changed

  • refactor(tests): use new thriftgo fastcodec by @xiaost in #65
  • feat: add NoJIT option by @xiaost in #67
  • feat: new append method by @xiaost in #66
  • feat(reflect): supports nocopy option by @xiaost in #68

Full Changelog: v0.2.1...v0.2.2

v0.2.1

23 Oct 03:18
5dc674c

Choose a tag to compare

What's Changed

  • refactor: deprecated go1.17 by @xiaost in #62
  • fix(jit): no panic when I2I failure of NocopyWriter by @xiaost in #63
  • fix: check enum type recursively by @xiaost in #64

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Aug 05:53
9336b09

Choose a tag to compare

What's Changed

  • feat: new reflect impl for non-amd64 arch
  • feat(jit): go1.23 for the last supported version
  • refactor(jit): better performance in multicore env

New Contributors

Full Changelog: v0.1.16...v0.2.0

v0.1.16

12 Jun 03:57
d30b692

Choose a tag to compare

What's Changed

  • chore: migrate iasm by @felix021 in #45
  • chore: iasm v0.2.0 by @felix021 in #46
  • Fix options like WithXXX not working and change default MaxInlineDepth=2 by @xiaost in #47

New Contributors

Full Changelog: v0.1.14...v0.1.16

v0.1.15

08 Apr 05:58

Choose a tag to compare

This release only switches iasm from personal repo to the cloudwego repo.

Full Changelog: v0.1.14...v0.1.15