CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 16:43:03 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"59e429db082414c0cf4e313d12356710"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=lyjlEqa4n0WKGJw3zOY9fvDPQA862qHXIu7%2BedS4%2B5tCg%2BCF061NjA4%2BJiQ3q2zwsIBHJRVXy3Z%2BpKXO7T68CQdMHiugguqxAYuHJjbdcpmoD8rWvI1dwBMA8ND5R5rdwL4i2a7xhkT6qj7Mj6%2FmAHS8MlOiA7Zx6eCrJY6XmDagliHK73RfRT6mOfRH6lEhxYIUR%2Bf4gwNDAg5KLXAABkiHKVlUFEhBMYok1%2B9OLIHccj2J9c3bgUCeTfjADT3avx3PVFKWM6fg4aMWfZ9Jaw%3D%3D--WXEaZqJ%2F78mMDq0o--TctXo0uTkKUj9TGjTQ1k%2Bw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1754853138.1753288983; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 16:43:03 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 16:43:03 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8A7A:12BD61:EB9EEC:1169A39:68811116
Release v2.9.0 ยท fxamacker/cbor ยท GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 70
Compare
v2.9.0 adds new features, refactors tests, and improves docs. New features improve interoperability/transcoding between CBOR & JSON.
v2.9.0 passed fuzz tests and is production quality. However, the new TextUnmarshaler
feature will continue being fuzz tested a bit longer due to recent changes. The recent changes are limited and don't affect other parts of the codec that passed ~2 billion execs fuzzing.
What's Changed
- Refactor to use Go standard library functions by @fxamacker in #663
- Improve DupMapKeyError message by @fxamacker in #670
- Add options to support TextMarshaler and TextUnmarshaler by @benluddy in #672
- Add optional support for json.Marshaler and json.Unmarshaler via transcoding by @benluddy in #673
- Refactor tests and update comments by @fxamacker in #678
- Use TextUnmarshaler on byte strings with ByteStringToStringAllowed. by @benluddy in #682
Docs
- README: Document struct field tag "-" by @fxamacker in #653
- Fix IntDecConvertSignedOrBigInt doc comment by @theory in #655
- Update docs for TimeMode, Tag, RawTag, and add example for Embedded JSON Tag for CBOR by @fxamacker in #659
- Update README for Embedded JSON Tag for CBOR (tag 262) by @fxamacker in #662
- Fix typos in some comments by @adeinega in #671
- Update README for v2.9.0 and add Red Hat as a user by @fxamacker in #684
CI
๐ Details
- Bump github/codeql-action from 3.28.13 to 3.28.15 by @dependabot[bot] in #651
- Bump github/codeql-action from 3.28.15 to 3.28.16 by @dependabot[bot] in #658
- Bump github/codeql-action from 3.28.16 to 3.28.17 by @dependabot[bot] in #660
- Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot[bot] in #661
- Bump github/codeql-action from 3.28.17 to 3.28.18 by @dependabot[bot] in #664
- Bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot[bot] in #667
- Bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot[bot] in #674
- Bump github/codeql-action from 3.29.0 to 3.29.2 by @dependabot[bot] in #680
Special Thanks
Many thanks to @benluddy for adding these new features! ๐
- Add opt-in support for encoding.TextMarshaler and encoding.TextUnmarshaler to encode and decode from CBOR text string.
- Add opt-in support for json.Marshaler and json.Unmarshaler via user-provided transcoding function.
New Contributors
Full Changelog: v2.8.0...v2.9.0
Assets 2
1 person reacted
You canโt perform that action at this time.