v1.10.3-rc
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