Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Releases: Surreal-Net/Surreal.Net

SurrealDB beta8 support & API rework

08 Oct 23:19
b749267
Compare
Choose a tag to compare

What's Changed

  • Temporary work around for SurrealDB bug by @Du-z in #78
  • Added tests for Stop, Start and Use by @Du-z in #74
  • Auth tests by @Du-z in #80
  • Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 by @dependabot in #85
  • Added Relate and Graph Semantics tests by @Du-z in #83
  • Added more and extended existing auth tests by @Du-z in #87
  • Added support and tests for multiple result sets by @Du-z in #88

Full Changelog: v1.0.7...v1.0.8

v1.0.7 - QOL improvements

29 Sep 21:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6 - Asynchronous RPC communication

29 Sep 12:00
Compare
Choose a tag to compare

What's Changed

  • Added MemberData to query tests and fixed some failures (With a big caveat) by @Du-z in #63
  • RPC response pooling & notifications by @ProphetLamb in #68
  • Added tests for additional db operations by @Du-z in #67

Full Changelog: v1.0.5...v1.0.6

v1.0.5 - Legacy framework compatibility

26 Sep 13:37
5a6892e
Compare
Choose a tag to compare

What's Changed

  • Legacy framework compatibility by @ProphetLamb in #58
  • Even more query tests by @Du-z in #59
  • Fixed tests on windows not finding the TCP connection by @Du-z in #61

Full Changelog: v1.0.4...v1.0.5

v1.0.4 - Minor fixes and documentation

25 Sep 06:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3 - Serializer & connector fixes

22 Sep 21:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Initial release

21 Sep 18:19
Compare
Choose a tag to compare

Summary

Most features are working.

Known Issues

  • JWT Authentication is not implemented
  • Objects requiring escape sequences (such as \n - newline) cannot be created.