Skip to content

Releases: aaubry/YamlDotNet

Release 18.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 22:46
748334a

What's Changed

New Contributors

Full Changelog: v18.0.0...v18.1.0

Breaking

  • Maximum depth of yaml files is now 130 by default. If you need higher you will need to adjust the maximum yaml depth. Going above 130 runs the risk of stack overflow exceptions when any exception happens inside of the deserialization

Release 18.0.0

Choose a tag to compare

@github-actions github-actions released this 21 May 13:41
6fc4590

What's Changed

  • Add a parse method wrapper and caching to fix AoT compilation by @EdwardCooke in #1103
    BREAKING CHANGE This is a breaking change in the TypeInspectorSkeleton class and the ITypeInspector interface by adding 2 methods . Quick fix to resolve those breaking changes in your own custom TypeInspector is to return false on the HasParseMethod method and return null or throw an exception on the Parse method.

Full Changelog: v17.1.0...v18.0.0

Release 17.1.0

Choose a tag to compare