Releases: danidee10/channels_postgres
Releases · danidee10/channels_postgres
Release 1.0.5
1.0.5 (2024-09-17)
Release 1.0.4
Release 1.0.3
Release 1.0.2
Release 1.0.1
Release 1.0.0
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)
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)
- Fix failure to receive LISTEN Events
- Add tests for 'connect and receive' scenario
- Upgrade aiopg to
>=1.3.1
0.0.3 (Beta) release
- 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
- Fix PyPI deployment