Skip to content

Releases: AmbitionEng/django-pglock

1.7.1

16 Dec 01:48
a091296
Compare
Choose a tag to compare

Changes

1.7.0

02 Nov 18:44
9a9a0ca
Compare
Choose a tag to compare

Changes

  • Added Python 3.13 support, dropped Python 3.8. Added Postgres17 support by @wesleykendall in #16.

1.6.2

14 Sep 00:29
823070e
Compare
Choose a tag to compare

Fixes

1.6.1

07 Sep 22:20
4cafb0b
Compare
Choose a tag to compare

Trivial

  • Improve type-checking for public interface by @max-muoto in #14.

1.6.0

25 Aug 01:09
195e390
Compare
Choose a tag to compare

Features

  • Support transaction-level locks by @wesleykendall in #13.

    Use pglock.advisory(xact=True) for transaction-level advisory locks. Both context manager and functional invocations are supported.

Changes