Releases: surrealdb/surrealdb.php
Releases · surrealdb/surrealdb.php
Release v1.0.0-beta.2
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
- Update README.md by @kearfy in #9
- SDK improvements and changes by @welpie21 in #10
- Stabalize the PHP SDK by @welpie21 in #11
- Fix: draft release workflow script failing by @welpie21 in #12
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
Release v1.0.0-beta.1
- 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