Skip to content

Releases: surrealdb/surrealdb.php

Release v1.0.0-beta.2

07 Nov 14:17
9f4f0b7
Compare
Choose a tag to compare

The PHP SDK is now compatible with SurrealDB 2.0.0. We'd love to collect feedback during this beta period, after which the library will soon be stabilized

What's Changed

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

Release v1.0.0-beta.1

13 May 19:49
ecaf6aa
Compare
Choose a tag to compare
Release v1.0.0-beta.1 Pre-release
Pre-release
  • Follows the same structure as the JavaScript SDK
  • Support for CBOR network protocol
  • Support for POST RPC protocol
  • Added SurrealDB type classes integrated with CBOR
  • Added database import and export support
  • Added SurrealML import and export support
  • Added WebSocket connection support
  • Added 32 unit tests with 142 assertions
  • Added Github CI for automated testing