Avatar for the contentauth user
contentauth
c2pa-cbor
BlogDocsChangelog

Branches performance

Pull requests

chore: bump MarcoIeni/release-plz-action from 0.5.120 to 0.5.127#15
last run
14 days ago
chore: bump MarcoIeni/release-plz-action from 0.5.120 to 0.5.127 Bumps [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) from 0.5.120 to 0.5.127. - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](https://github.com/marcoieni/release-plz-action/compare/v0.5.120...v0.5.127) --- updated-dependencies: - dependency-name: MarcoIeni/release-plz-action dependency-version: 0.5.127 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 days ago
4cb0b35
dependabot/github_actions/MarcoIeni/release-plz-action-0.5.127
CodSpeed Performance Gauge
0%
chore: release v0.77.2#12
last run
1 month ago
chore: release v0.77.2
1 month ago
d41c9cf
release-plz-2026-01-31T04-22-18Z
CodSpeed Performance Gauge
0%
fix: Add missing CBOR type support in Option deserialization The PrefetchedDeserializer (used for Option<T>) was missing support for three major CBOR types, causing deserialization failures: - MAJOR_TAG (type 6): Failed with "Unsupported type in option" error - Now supports: Option<DateT>, Option<Tagged<T>> - MAJOR_ARRAY (type 4): Would have failed for Option<Vec<T>> - Now supports: Option<Vec<T>>, Option<[T; N]> - MAJOR_MAP (type 5): Would have failed for Option<HashMap<K,V>> - Now supports: Option<HashMap<K,V>>, Option<StructType> Added comprehensive tests for all three cases. All 204 tests passing. Fixes issue with DateT deserialization in Option fields.
1 month ago
4f72b1a
gpeacock/cbor-tag-support
CodSpeed Performance Gauge
0%
last run
1 month ago
chore: release v0.77.1
1 month ago
dd23644
release-plz-2026-01-30T16-22-47Z
CodSpeed Performance Gauge
+1%
© 2026 CodSpeed Technology
Home Terms Privacy Docs