File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- Copyright (C) DATADVANCE, 2010-2021
2
+ Copyright (C) DATADVANCE, 2010-2022
3
3
4
4
Permission is hereby granted, free of charge, to any person obtaining a
5
5
copy of this software and associated documentation files (the
@@ -23,6 +23,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
23
24
24
# Changelog
25
25
26
+ ## [ 0.9.1] - 2022-01-27
27
+
28
+ - Minor fix in logging.
29
+
26
30
## [ 0.9.0] - 2021-10-19
27
31
28
32
- Ability to configure server notification queue limit per subscribtion.
Original file line number Diff line number Diff line change 1
1
<!--
2
- Copyright (C) DATADVANCE, 2010-2021
2
+ Copyright (C) DATADVANCE, 2010-2022
3
3
4
4
Permission is hereby granted, free of charge, to any person obtaining a
5
5
copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ build-backend = "poetry.masonry.api"
34
34
# Docs: https://python-poetry.org/docs/
35
35
[tool .poetry ]
36
36
name = " django-channels-graphql-ws"
37
- version = " 0.9.0 "
37
+ version = " 0.9.1 "
38
38
description = """ Django Channels based WebSocket GraphQL server with \
39
39
Graphene-like subscriptions"""
40
40
authors = [" Alexander A. Prokhorov <alexander.prokhorov@datadvance.net>" ]
You can’t perform that action at this time.
0 commit comments