Releases: surrealdb/surrealdb.py
Releases · surrealdb/surrealdb.py
v1.0.7
What's Changed
- Use pytest + coverage by @applied-mathematician in #190
- Issue text-based queries instead of using the v1 RPC methods by @ssttuu in #196
- Use stricter type definitions by @tobiemh in #197
- Fix race condition in concurrent environments by @tobiemh in #198
- Fix bug with
decimal.Decimalencoding by @tobiemh in #199 - Allow subscribing to live queries initiated in
db.queryby @tobiemh in #200 - Fix
Durationencoding and decoding by @tobiemh in #201 - Add comprehensive test coverage for all SurrealDB data types by @tobiemh in #202
- Add
pyrightcode quality checks by @tobiemh in #204 - Add comprehensive tests for array and object-based record IDs by @tobiemh in #206
- Simplify database method return types to
Valueby @tobiemh in #205 - Fix: Escape string identifiers in RecordID to match SurrealDB behaviour by @tobiemh in #207
- Fix: Enforce GeoJSON-compliant closed linear rings in
GeometryPolygonby @tobiemh in #209 - Add tooling information rules for Cursor by @tobiemh in #210
- Add native embedded database support by @tobiemh in #211
- Add comprehensive framework integration examples by @tobiemh in #208
- fix: format, lint, and fix test by @martinschaer in #215
- feat: Support compound duration parsing in Duration.parse() by @dyleeeeeeee in #213
- fix: build by @martinschaer in #217 and #218
New Contributors
- @ssttuu made their first contribution in #196
- @dyleeeeeeee made their first contribution in #213
Full Changelog: v1.0.5...v1.0.7
Release v0.3.2
What's Changed
- Implement
mypyby @Ce11an in #60 - docs: fix typo in ws.py by @TudorAndrei-Pythia in #62
- Add CONTRIBUTING.md by @naisofly in #77
- Upgrade to Pydantic V2 by @M1N0RM1N3R in #66
- Update README.md by @hochungyan in #73
- Updating a few more things by @AlexFrid in #82
- Bump to 0.3.2 by @AlexFrid in #83
New Contributors
- @TudorAndrei-Pythia made their first contribution in #62
- @naisofly made their first contribution in #77
- @M1N0RM1N3R made their first contribution in #66
- @hochungyan made their first contribution in #73
Full Changelog: v0.3.1...v0.3.2
Release v0.3.1
What's Changed
- Adding templates by @Ce11an in #42
- Updating dependencies to resolve a moderate severity Dependabot alert by @AlexFrid in #48
- Refactor : API calling methods by @HiteshGorana in #49
- ci: Create a workflow that runs ruff by @CaedenPH in #52
- Fix unicode error by @AlexFrid in #57
- Bump to 0.3.1 by @AlexFrid in #58
New Contributors
- @HiteshGorana made their first contribution in #49
Full Changelog: v0.3.0...v0.3.1