What's Changed
- Remove unneeded GetTypeInfo() calls by @Bykiev in #2206
- Use 'Write' instead of 'WriteInt32' for union type keys by @VictorNicollet in #2212
- Fix various disposable issues by @Bykiev in #2224
- fix: prevent StackOverflow in Equals with recursive generic constraints by @khuongntrd in #2226
- Add more types to the default disallow list of named types to be deserialized by @AArnott in #2256
- Fix release workflow by @AArnott in #2268
Fix Incorrect DateTimeOffset Serializer by @T0PP1ng in #2225- Revert DateTimeOffset encoding change by @AArnott in #2262
New Contributors
- @Bykiev made their first contribution in #2206
- @VictorNicollet made their first contribution in #2212
- @T0PP1ng made their first contribution in #2225
- @khuongntrd made their first contribution in #2226
Full Changelog: v3.1.4...v3.1.5