Skip to content

Releases: kotolex/surrealist

Version 0.2.9

02 Mar 11:45
4a8b4be
Compare
Choose a tag to compare

create DatabaseConnectionsPool for use at a high load

Refer to: https://github.com/kotolex/surrealist?tab=readme-ov-file#connections-pool

Version 0.2.8

19 Feb 06:21
Compare
Choose a tag to compare
  • database now can use DEFINE FIELD, DEFINE TABLE
  • Select now can use multiple aliases (AS)
  • improve documentation and examples

Version 0.2.7

18 Feb 06:26
Compare
Choose a tag to compare
  • support a new version of SurrealDB (1.2.1)
  • Database object now can use and kill a live query
  • readable error on misspell Database object name

Version 0.2.6

16 Feb 16:02
b48a685
Compare
Choose a tag to compare
  • websockets became much faster (both for single and multithreading)
  • improve documentation

Version 0.2.5

15 Feb 08:16
Compare
Choose a tag to compare
  • improve documentation and tests
  • SurrealResult now can use first() and last()

Support new SurrealDB version

14 Feb 09:15
dd270fa
Compare
Choose a tag to compare

Full support for SurrealDB version 1.2.0

  • using IF EXISTS in all tables removing
  • improve documentation
  • add some tests for string::semver

Version 0.2.3

12 Feb 11:01
Compare
Choose a tag to compare

Compatible with SurrealDB ver 1.1.1

  • database now can use RELATE, RETURN, DEFINE TOKEN
  • Select query now can use iterator to traverse results, see
  • Database now can define/remove index, analyzer and scope
  • QL-constructor added, you can now generate queries and use all features of QL
  • result now has helpers like is_empty, to_dict, id, ids, get
  • websocket connection works faster
  • a lot more examples added
  • updated readme on all updates and features
  • bug fixes
  • improve documentation and examples

What's Changed

New Contributors

Full Changelog: https://github.com/kotolex/surrealist/commits/v0.2.3