Skip to content

Releases: danidee10/channels_postgres

Release 1.0.5

17 Sep 19:29
Compare
Choose a tag to compare

Release 1.0.4

09 Feb 04:15
Compare
Choose a tag to compare

1.0.4 (2024-02-09)

Bug Fixes

  • Fix python publish command (eee7de2)

Release 1.0.3

09 Feb 04:10
Compare
Choose a tag to compare

1.0.3 (2024-02-09)

Bug Fixes

  • Fix python publish pipeline (caf6763)

Release 1.0.2

09 Feb 04:07
Compare
Choose a tag to compare

1.0.2 (2024-02-09)

Bug Fixes

Release 1.0.1

09 Feb 04:04
Compare
Choose a tag to compare

1.0.1 (2024-02-09)

Bug Fixes

Release 1.0.0

09 Feb 03:58
Compare
Choose a tag to compare

1.0.0 (2024-02-09)

⚠ BREAKING CHANGES

  • Drop support for python3.7 and python3.8

Chore and depedencies

  • Add package.json and release-it config (35dafe5)
  • Add yarn.lock file (10a0f92)
  • auto bump the version used in setup.py (ad9a426)
  • Don't test py39 against django50 and main (5f9d33a)
  • Drop support for python3.7 and python3.8 (57b4234)
  • Fix deps section (c154197)
  • Fix pypi publishing (de242bf)
  • Fix release pipeline (411a9f6)
  • Fix release-it npm version command (1f0d4a4)
  • Fix yarn version (72bd107)
  • Generate release notes with release-it (dd5eddf)
  • Test against multiple versions of python (d0c82dc)
  • Upgrade dependencies to support Django 5 (c23707f)
  • Use new method for publishing pypi packages (d3c3a06)

v0.0.5 (Beta)

02 Nov 14:07
Compare
Choose a tag to compare

What's Changed

  • Close DB connections for user-facing async methods
  • Dropped support for Python 3.6
  • Upgraded channels dependency.

Full Changelog: v0.0.4...v0.0.5

v0.0.4 (beta)

21 Aug 21:39
Compare
Choose a tag to compare
  • Fix failure to receive LISTEN Events
    • Add tests for 'connect and receive' scenario
  • Upgrade aiopg to >=1.3.1

0.0.3 (Beta) release

24 Mar 03:27
Compare
Choose a tag to compare
  • Handle expiry times properly
  • Add more tests
  • Cleanup PostgreSQL LISTEN call properly
  • Clear old aiopg connection Queue for old connections

0.0.2 (Beta) release

21 Mar 15:08
Compare
Choose a tag to compare
  • Fix PyPI deployment