Skip to content

7.8.0

Latest
Compare
Choose a tag to compare
@jamescourtney jamescourtney released this 14 Nov 18:27
· 2 commits to main since this release
03b052b

FlatSharp 7.8.0 contains a small number of new features and bugfixes thanks to @sssooonnnggg and @trumully! Thank you for the contributions!

Features

  • Unions can how have manually set discriminator values, ie union MyUnion { str : string = 3, MyTable = 6 }
  • Using the <FlatSharpGenerateMethods>true</FlatSharpGenerateMethods> in your .csproj file now allows generating .ToString() methods on certain FlatSharp objects. More in the future!
  • Builds targeting .NET 9 (no .NET 9 features used yet)

Fixes

  • Fix an issue where \ and " characters were not escaped when present in a FlatBuffer attribute value.

Other Changes

  • Removal of the FlatSharp object pooling experimental feature.

What's Changed

New Contributors

Full Changelog: 7.7.0...7.8.0