Merged
Conversation
Closed
This was referenced Jan 5, 2026
agocke
added a commit
to serdedotnet/serde.xml
that referenced
this pull request
Jan 8, 2026
Updated [Serde](https://github.com/agocke/serde-dn) from 0.8.0-preview5 to 0.10.0. <details> <summary>Release notes</summary> _Sourced from [Serde's releases](https://github.com/agocke/serde-dn/releases)._ ## 0.10.0 ## What's Changed * Add support for DateOnly and TimeOnly as primitives by @agocke in serdedotnet/serde#283 * Add Int128/UInt128 support to ISerializer and IDeserializer by @Copilot in serdedotnet/serde#285 * ISerdeInfo improvements by @agocke in serdedotnet/serde#288 **Full Changelog**: serdedotnet/serde@v0.9.1...v0.10.0 ## 0.9.1 ## What's Changed * Add helpful extensions by @agocke in serdedotnet/serde#275 * Fix reading fixed-size collections via proxies by @agocke in serdedotnet/serde#277 * Bump version by @agocke in serdedotnet/serde#278 **Full Changelog**: serdedotnet/serde@v0.9.0...v0.9.1 ## 0.9.0 ## What's Changed * Update overview.md by @agocke in serdedotnet/serde#265 * Add more benchmarking by @agocke in serdedotnet/serde#266 * Support deserializing JsonValue in JsonSerializer by @agocke in serdedotnet/serde#267 * Remove out parameter from TryReadIndex by @agocke in serdedotnet/serde#268 * Add asm baselining script by @agocke in serdedotnet/serde#269 * Reject duplicate fields by default by @agocke in serdedotnet/serde#270 * Add IDisposable to IDeserializer interface by @agocke in serdedotnet/serde#273 * Update version to v0.9 by @agocke in serdedotnet/serde#274 **Full Changelog**: serdedotnet/serde@v0.8.0...v0.9.0 ## 0.8.0 ## What's Changed Notable changes: * Name change from 'wrapper' to 'proxy' * Improved support for unions * Removal of all generic-virtual-methods * Removal of visitor pattern in deserialization * Adding ISerde* convenience interfaces for implementing both serialize and deserialize * Updated samples * Add new primitives for DateTime, DateTimeOffset, Guid, and byte arrays **Full Changelog**: serdedotnet/serde@v0.7.1...v0.8.0 ## 0.8.0-preview9 ## What's Changed * Fix size of preallocated list so that we can use direct indexed assignment to liat by @AlgorithmsAreCool in serdedotnet/serde#249 * Change enum proxy deserialize by @agocke in serdedotnet/serde#250 * Update package version by @agocke in serdedotnet/serde#251 **Full Changelog**: serdedotnet/serde@v0.8.0-preview8...v0.8.0-preview9 ## 0.8.0-preview8 ## What's Changed * Simplify pack by @agocke in serdedotnet/serde#246 * Update DateTime/DateTimeOffset primitives by @agocke in serdedotnet/serde#247 * Update package from p7 to p8 by @agocke in serdedotnet/serde#248 **Full Changelog**: serdedotnet/serde@v0.8.0-preview7...v0.8.0-preview8 ## 0.8.0-preview7 ## What's Changed * Add 'bytes' as a Serde primitive by @agocke in serdedotnet/serde#242 * Add PrimitiveKind enum by @agocke in serdedotnet/serde#244 * Move package to p7 by @agocke in serdedotnet/serde#245 **Full Changelog**: serdedotnet/serde@v0.8.0-preview6...v0.8.0-preview7 ## 0.8.0-preview6 ## What's Changed * Update README.md by @agocke in serdedotnet/serde#229 * Add new attribute for using type parameters as proxies by @agocke in serdedotnet/serde#230 * Add convenience conversions for JsonValue by @agocke in serdedotnet/serde#231 * Add doc comment for ISerialize{T} by @agocke in serdedotnet/serde#232 * Add DateTimeOffset as a primitive type by @agocke in serdedotnet/serde#236 * Add a proxy for System.Guid by @agocke in serdedotnet/serde#237 **Full Changelog**: serdedotnet/serde@v0.8.0-preview5...v0.8.0-preview6 Commits viewable in [compare view](serdedotnet/serde@v0.8.0-preview5...v0.10.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]> Co-authored-by: agocke <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.