Releases: phenobarbital/asyncdb
Releases · phenobarbital/asyncdb
2.11.4
- Output Formats now are compatible with BigQuery RowIterator
- Upgraded version of google-bigquery and redis drivers
Full Changelog: 2.11.3...2.11.4
2.11.3
Full Changelog: 2.11.2...2.11.3
2.11.2
- MongoDB "write" supports partial updates and a "update_many" functionality.
Full Changelog: 2.11.1...2.11.2
2.11.1
- RethinkDB driver can use now a orjson custom parser.
- BigQuery "write()" can raise a useful error when data type doesn't match with schema.
Full Changelog: 2.11.0...2.11.1
2.11.0
- Add support for python 3.13
- added pgvector support
Full Changelog: 2.10.4...2.11.0
2.10.4
Full Changelog: 2.10.3...2.10.4
2.10.3
- new Postgres function "stream_query" for extracting data in chunks (using copy_from_query under the hood) and creating with parsers:
- Pandas dataframe
- Arrow Table
- Polars Frame
- Datatable Frame
Full Changelog: 2.10.2...2.10.3
2.10.2
Full Changelog: 2.10.1...2.10.2
2.10.1
What's Changed
- fix datamodel imports by @phenobarbital in #1367
- Update version.py by @phenobarbital in #1368
- New MongoDB/DocumentDB driver with Motor by @phenobarbital in #1374
Full Changelog: 2.9.10...2.10.1
2.9.12
What's Changed
- fix datamodel imports by @phenobarbital in #1367
- Update version.py by @phenobarbital in #1368
Full Changelog: 2.9.10...2.9.12