Skip to content

Commit

Permalink
Update README for changes in cbor v2.5.0 (#427)
Browse files Browse the repository at this point in the history
Improve security comparison by adding example decoding 181 bytes with encoding/gob and getting fatal "out of memory" error.

Add example encoding 3-level nested Go struct with fxamacker/cbor to 1 byte CBOR.

Update and clarify "Versions and API Changes" section.

Update "Status" section to mention extended 2.5.0-beta -> 2.5.0 period.

Add to Quick Start:  "NOTE: Unmarshal returns ExtraneousDataError if there are remaining bytes, but new funcs UnmarshalFirst and DiagnoseFirst do not."
  • Loading branch information
fxamacker authored Sep 4, 2023
1 parent 17fd221 commit f8bac85
Showing 1 changed file with 238 additions and 41 deletions.
Loading

0 comments on commit f8bac85

Please sign in to comment.