Skip to content

Releases: surrealdb/surrealdb.go

Release v0.3.0

31 Oct 23:21
Compare
Choose a tag to compare

What's Changed

This is a complete rewrite of the SurrealDB Golang SDK. The SDK now supports the following features:

  • Support for HTTP and WebSockets
  • Support for binary protocol using CBOR encoding
  • Support for custom types, dates, integers and floats, uuids, NULL and nil, Record IDs, and futures.
  • Support for serializing and deserializing into structs and custom types, whilst keeping the type information.
  • Support for the full SurrealDB RPC specification using both HTTP and WebSockets, with all methods implemented.

Release v0.2.1

20 Apr 11:10
0316f40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

24 Mar 12:24
d1dffcc
Compare
Choose a tag to compare
  • Improved testing
  • Add SmartMarshal/SmartUnmarshal
  • Add SmartQuery with 1.18+ generics support
  • Fix modify signature to accept Patch objects
  • Add unmarshal/raw unmarshal functionality