Skip to content

v1.10.3-rc

Compare
Choose a tag to compare
@AsterDY AsterDY released this 21 Nov 06:34
· 67 commits to main since this release
3d13f33

What's Changed

  • fix: checked if a interface is empty by its value field instead of type field by @AsterDY in #540
  • fix: didn't pass non-exist value when call Node.Interface() by @AsterDY in #544
  • fix: didn't fully reuse buffer memory by @AsterDY in #547
  • opt: refactor streaming decoder to fully use buffer by @AsterDY in #550
  • opt: eliminate race test errors by @AsterDY in #545
  • opt: use lockfree to register new modules by @felix021 in #552
  • chore: use out.String() instead of string(out.Bytes()) by @testwill in #557

New Contributors

Full Changelog: v1.10.2...v1.10.3-rc