Skip to content

Commit

Permalink
Merge branch 'release/0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Mar 28, 2024
2 parents 3bbc5c4 + 30b4844 commit f88bba7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v0.6

> 📅 **Date** 2024-3-28
- ❎ Breaking Changes:
- Remove `level` arguments of PostgreSQL lock class' constructor.
`xact` and `shared` arguments were added.
- 🆕 New Features:
- support `transaction` and `shared` advisory lock for PostgreSQL.
- 🐛 Bug fix:
- PostgreSQL transaction level advisory locks are held until the current transaction ends.
Manual release for that is disabled, and a warning message will be printed.
- 🕐 Optimize
- Reduce duplicated codes
- Better unit tests

## v0.5.3

> 📅 **Date** 2024-3-15
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pip install sqlalchemy-dlock

- Asynchronous I/O Support

> ℹ️ **NOTE**
> 💡 **TIP**
>
> - [SQLAlchemy][] `1.x`'s asynchronous I/O: <https://docs.sqlalchemy.org/14/orm/extensions/asyncio.html>
> - [SQLAlchemy][] `2.x`'s asynchronous I/O: <https://docs.sqlalchemy.org/20/orm/extensions/asyncio.html>
Expand Down

0 comments on commit f88bba7

Please sign in to comment.