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

@github-actions github-actions released this 28 Apr 20:54
ba6dd7d

What's Changed

  • Security improvements by @EdwardCooke in #1102
    There was a potential breaking change for large yaml files in the MergingParser. You may need to specify the optional parameter for maximum events to be processed. It default to 100k events which is a very large yaml file.

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

Release 17.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 09:24
88231d5

What's Changed

New Contributors

Full Changelog: v16.3.0...v17.0.0

Release 16.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Dec 20:12
ae48066

What's Changed

New Contributors

Full Changelog: v16.2.1...v16.3.0

Release 16.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Dec 02:54
7bed5cf

What's Changed

Full Changelog: v16.2.0...v16.2.1

Release 16.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 01:46
9a977ef

What's Changed

  • Support YamlConverterAttribute in attribute overrides by @ChristopherMann in #1003
  • Fix JSON serialization for UTF-32 characters. by @nahk-ivanov in #998
  • fix: floating-point number serialization issue for non-normal values by @filzrev in #992
  • perf: Optimize regular numbers parse logics by @filzrev in #990

New Contributors

Full Changelog: v16.1.3...v16.2.0

Release 16.1.3

Choose a tag to compare

@github-actions github-actions released this 26 Sep 17:18
7923dd8

What's Changed

  • Use collection expressions by @lahma in #980
  • Update testing libraries and migrate FluentAssertions syntax by @lahma in #979
  • Removes sealed from a number of classes and respects empty strings in enummember by @EdwardCooke in #985

Full Changelog: v16.1.2...v16.1.3

Release 16.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 18:23
485daaa

What's Changed

  • Fix warnings when building in linux due to IDE0055 bugs by @EdwardCooke in #978

Full Changelog: v16.1.1...v16.1.2

Release 16.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Sep 17:31
006090b

What's Changed

New Contributors

Full Changelog: v16.1.0...v16.1.1