1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 16:25:06 +03:00

add a changelog note about the channels_redis memory leak

This commit is contained in:
Ryan Petrello 2020-08-25 09:57:45 -04:00
parent e25da217e8
commit e0acf73ac6
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -11,6 +11,7 @@ This is a list of high-level changes for each release of AWX. A full list of com
- Updated the AWX CLI to export labels associated with Workflow Job Templates - https://github.com/ansible/awx/pull/7847
- Updated to the latest python-ldap to address a bug - https://github.com/ansible/awx/issues/7868
- Upgraded git-python to fix a bug that caused workflows to sometimes fail - https://github.com/ansible/awx/issues/6119
- Worked around a bug in the channels_redis library that slowly causes Daphne processes to leak memory over time - https://github.com/django/channels_redis/issues/212
- Fixed a bug in the AWX CLI that prevented Workflow nodes from importing properly - https://github.com/ansible/awx/issues/7793
- Fixed a bug in the awx.awx collection release process that templated the wrong version - https://github.com/ansible/awx/issues/7870
- Fixed a bug that caused errors rendering stdout that contained UTF-16 surrogate pairs - https://github.com/ansible/awx/pull/7918