Skip to content

Releases: fauna/fauna-dotnet

0.5.0-beta

28 Oct 13:05
88b0d17
Compare
Choose a tag to compare

What's Changed

  • fix: Handle unmaterialize set endings in UTF8FaunaReader by @pnwpedro in #201

Full Changelog: 0.4.0-beta...0.5.0-beta

0.4.0-beta

18 Oct 19:06
3c7b8b3
Compare
Choose a tag to compare

What's changed

  • feat(logging): Add support for ILogger-based debug logging, including BYO by @adambollen in #195
  • chore(serialization): Improve deserialization errors by @adambollen in #196
  • feat(serialization): Add support for @bytes tag by @adambollen in #197

Full Changelog: 0.3.0-beta...0.4.0-beta

0.3.0-beta

11 Oct 20:15
7ac9af0
Compare
Choose a tag to compare

Warning

This beta release contains a number of improvements and updates to the driver API, many of which are breaking.

What's new

Breaking changes

Fixes

  • fix(event-streams): CPU Utilization by @cynicaljoy in #176
  • fix(performance): Removing superfluous await based on profiling findings by @adambollen in #177
  • fix: dynamic ref deser ends at wrong token by @pnwpedro in #189

Full Changelog: 0.2.0-beta...0.3.0-beta

0.2.0-beta

04 Mar 08:16
9391b51
Compare
Choose a tag to compare

What's Changed

  • Add NullableDocument<> with deserialization support in #106

Breaking Changes

  • Remove NullDocumentRef and NullNamedDocumentRef non-generic classes. Instead, users can now query for NullableDocument<Document>, NullableDocument<NamedDocument>, NullableDocument<DocumentRef>, NullableDocument<NamedDocumentRef>, and NullableDocument<MyPOCO> and receive concrete NullDocument<> and NonNullDocument<> instances in their results.

Full Changelog: 0.1.0-beta...0.2.0-beta

0.1.0-beta

23 Feb 08:52
5bd45ef
Compare
Choose a tag to compare
0.1.0-beta Pre-release
Pre-release

What's Changed

  • Beta release
  • Query API for FQL v10
  • FQL templating and composition
  • Serialization/Deserialization with user-defined classes
  • LINQ API

Full Changelog: https://github.com/fauna/fauna-dotnet/commits/0.1.0-beta