This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Releases: Surreal-Net/Surreal.Net
Releases · Surreal-Net/Surreal.Net
SurrealDB beta8 support & API rework
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
What's Changed
- Strong typed JSON-Patch structure by @ProphetLamb in #69
- Added a test for simultaneous async await by @Du-z in #70
- Add IOptions for ASP.NET DI by @ProphetLamb in #71
Full Changelog: v1.0.6...v1.0.7
v1.0.6 - Asynchronous RPC communication
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
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
What's Changed
- Implement advanced documentation navigation with mkdocs by @Siphalor in #55
- docs: add Siphalor as a contributor for , and doc by @allcontributors in #56
- Setting up docs by @AntoniosBarotsis in #46
- Setting the Accept header when opening the REST client by @StephenGilboy in #57
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3 - Serializer & connector fixes
What's Changed
- Cont. More query tests by @Du-z in #47
- docs: add Du-z as a contributor by @allcontributors in #48
- docs: add AntoniosBarotsis as a contributor by @allcontributors in #49
- Added Conversion tests by @Du-z in #52
Full Changelog: v1.0.2...v1.0.3
What's Changed
- Cont. More query tests by @Du-z in #47
- docs: add Du-z as a contributor by @allcontributors in #48
- docs: add AntoniosBarotsis as a contributor by @allcontributors in #49
- Added Conversion tests by @Du-z in #52
Full Changelog: v1.0.2...v1.0.3
v1.0.2 - Initial release
Summary
Most features are working.
Known Issues
- JWT Authentication is not implemented
- Objects requiring escape sequences (such as \n - newline) cannot be created.