Releases: kotolex/surrealist
Releases · kotolex/surrealist
Version 0.2.9
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
- database now can use DEFINE FIELD, DEFINE TABLE
- Select now can use multiple aliases (AS)
- improve documentation and examples
Version 0.2.7
- 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
- websockets became much faster (both for single and multithreading)
- improve documentation
Version 0.2.5
- improve documentation and tests
- SurrealResult now can use first() and last()
Support new SurrealDB version
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
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
- Feature/ql generator by @kotolex in #1
- refactoring by @kotolex in #14
- Table and Database improve by @kotolex in #19
- Feature/define by @kotolex in #21
- Feature/iterator by @kotolex in #22
- Database improve and refactor by @kotolex in #27
New Contributors
Full Changelog: https://github.com/kotolex/surrealist/commits/v0.2.3