Skip to content

Release v0.7.0

Latest
Compare
Choose a tag to compare
@kearfy kearfy released this 12 Dec 12:39
· 7 commits to main since this release
9ceea60

What's Changed

  • πŸ› correctly implement Dispose pattern by @Odonno in #141
  • ⬆️ upgrade SystemTextJsonPatch dependency by @Odonno in #144
  • πŸ› fix TimeSpan/DateTime cbor conversion by @Odonno in #140
  • πŸ› apply fixes for older versions of dotnet by @Odonno in #137
  • πŸ› fix missing error details on Query response by @Odonno in #136
  • πŸ› add missing return in RecordIdJsonConverter by @Odonno in #134
  • πŸ“ split readme files by @Odonno in #132
  • ✨ implement File providers by @Odonno in #143
  • ✨ implement Upsert and Update methods using a RecordId by @Odonno in #139
  • ✨ support surrealdb v2.1.2 by @Odonno in #153
  • ⚑️ avoid registering HttpClient if not using http(s) protocol by @Odonno in #147
  • ✨ implement Keyed service injection by @Odonno in #148
  • ✨ support .NET 9 by @Odonno in #145
  • ♻️ correctly implement SurrealDbOptions pattern and validation by @Odonno in #149
  • πŸ”– bump v0.7.0 by @Odonno in #146
  • πŸ’š fix release workflow by @Odonno in #156
  • 🚸 automatically add /rpc suffix for ws protocols by @Odonno in #157
  • ✨ implement Export method by @Odonno in #154

Full Changelog: v0.6.0...v0.7.0