Skip to content

v1.6.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@AsterDY AsterDY released this 07 Nov 03:23
· 150 commits to main since this release
518110b

Feature

  • [#325] (decoder) support skipping mismatched-typed value while binding
  • [#320] (decoder) clear corrupt memory when decoding failed
  • [#306] add dummy interface of pretouch() under not-amd64 arch

Bugfix

  • [#305] only use SSE instead of SSE4 to be compatible with old x86 CPU
  • [#314] (ast) iterator panic while traversing the empty object

Optimization

  • [#302] reduce memory pool size of JIT's stack (1~3+MB per P)
  • [#324] (ast) reduce type assertion

Full Changelog: v1.5.0...v1.6.0-rc