Releases: surrealdb/surrealdb.php
Releases · surrealdb/surrealdb.php
Release v1.0.1
Release v1.0.0
Release PHP SDK V1 - Stable
What's Changed
- fix: issue when using let with http protocol by @welpie21 in #16
- chore: improved StringRecordId class by @welpie21 in #14
- change: query function naming by @welpie21 in #13
- fix: issue when using Future class by @welpie21 in #15
- fix: hardcode php version in composer setup by @welpie21 in #17
- fix: disable phpstan config extension by @adaliszk in #20
- Update PHP SDK to be marked as stable v1 by @welpie21 in #22
- Fix wrong value on
DateTimevalues by @welpie21 in #24 - Fix CI Security by @welpie21 in #25
New Contributors
Full Changelog: v1.0.0-beta.2...v1.0.0
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