80 lines
3.1 KiB
Plaintext
80 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jun 6 01:56:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.7.0:
|
|
* Fixed breaking changes in SQLAlchemy cursor; supports >=1.4.42,<1.5
|
|
* Wrapped types in typing.Optional where applicable
|
|
- Change {Build,}Requires for SQLAlchemy so we don't install >= 2.
|
|
- Drop patch sqlalchemy1442.patch, included upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 24 11:40:22 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Add patch sqlalchemy1442.patch to make it compatible with latest sqlalchemy
|
|
gh#encode/databases#513
|
|
- Remove python_module macro definition
|
|
- Update to 0.6.2:
|
|
* Pinned SQLAlchemy <=1.4.41 to avoid breaking changes (#520).
|
|
- 0.6.1:
|
|
* Improve typing for Transaction (#493)
|
|
* Allow string indexing into Record (#501)
|
|
- 0.6.0:
|
|
* Dropped Python 3.6 support (#458)
|
|
* Add _mapping property to the result set interface (#447 )
|
|
* Add contributing docs (#453 )
|
|
* Fix query result named access (#448)
|
|
* Fix connections getting into a bad state when a task is cancelled (#457)
|
|
* Revert #328 parallel transactions (#472)
|
|
* Change extra installations to specific drivers (#436)
|
|
- 0.5.5:
|
|
* Revert the change of Record type to Sequence from Mapping(#408) to maintain
|
|
backward compatibility
|
|
- 0.5.4:
|
|
* Support for Unix domain in connections (#423)
|
|
* asyncmy MySQL driver (#382)
|
|
* Fix SQLite fetch queries with multiple parameters (#435)
|
|
* Change Record type to Sequence (#408)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 17 14:40:53 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to version 0.5.3
|
|
* Support dialect+driver for default database drivers like
|
|
postgresql+asyncpg (#396)
|
|
* Documentation of low-level transaction (#390)
|
|
- Release 0.5.2
|
|
* Reset counter for failed connections (#385)
|
|
* Avoid dangling task-local connections after
|
|
Database.disconnect() (#211)
|
|
- Release 0.5.1
|
|
* Make database connect and disconnect calls idempotent (#379)
|
|
* Fix in_ and notin_ queries in SQLAlchemy 1.4 (#378)
|
|
- Release 0.5.0 (August 26th, 2021)
|
|
* Support SQLAlchemy 1.4 (#299)
|
|
* Fix concurrent transactions (#328)
|
|
- Drop sqlalchemy-14.patch fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 26 12:10:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add sqlalchemy-14.patch upgrading used API of SQLAlchemy to 1.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 13 21:28:51 UTC 2021 - simmphonie@opensuse.org
|
|
|
|
- update to version 0.4.3
|
|
* Pin SQLAlchemy to < 1.4 (#314)
|
|
- version 0.4.2
|
|
* Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)
|
|
- fix python version to "< 3.7" for aiocontextvars
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 16 18:42:21 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Requires aiocontextvars for python <= 3.6
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 21 10:25:27 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.4.1
|