You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tagging v2.6.0 looks worthwhile, so new PRs opened after January 12, 2024 may need to wait for next release. For context, it takes time to test and fuzz new features and new releases.
Notable new features and optimizations already merged include:
Other changes include bug fixes and refactored unit tests.
Some new settings are better, faster, or use less memory (sometimes all three), so they should be used whenever feasible.
💡 Users can control trade-offs and get better results by using non-default settings. CBOR encoders can encode data with different CBOR options and generic CBOR decoders will still be able to decode the data. This is kind of like gzip being able to uncompress files even when different compression level was used.
The text was updated successfully, but these errors were encountered:
Tagging v2.6.0 looks worthwhile, so new PRs opened after January 12, 2024 may need to wait for next release. For context, it takes time to test and fuzz new features and new releases.
Notable new features and optimizations already merged include:
interface{}
as*big.Int
#456interface{}
#457Other changes include bug fixes and refactored unit tests.
Some new settings are better, faster, or use less memory (sometimes all three), so they should be used whenever feasible.
💡 Users can control trade-offs and get better results by using non-default settings. CBOR encoders can encode data with different CBOR options and generic CBOR decoders will still be able to decode the data. This is kind of like gzip being able to uncompress files even when different compression level was used.
The text was updated successfully, but these errors were encountered: