summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2020-08-25 15:57:45 +0200
committerRyan Petrello <rpetrell@redhat.com>2020-08-25 15:58:04 +0200
commite0acf73ac6a91c44215a3bad80064f02d6cbb4f3 (patch)
treeab5a5f224d5c3505b150409a68c257a5b1791370 /CHANGELOG.md
parentwork around a memory leak in channels_redis (diff)
downloadawx-e0acf73ac6a91c44215a3bad80064f02d6cbb4f3.tar.xz
awx-e0acf73ac6a91c44215a3bad80064f02d6cbb4f3.zip
add a changelog note about the channels_redis memory leak
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d6a657365..eebbf8f026 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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