File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ =======
6
+ 0.4.1 (2021-08-24)
7
+ ==================
8
+ - Bump version
9
+
10
+ 0.4.0 (2021-08-24)
11
+ ==================
12
+ - Removed support for Django 2
13
+ - Added GitHub actions
14
+ - Added Channels v3 compatibility
15
+ - Added new module to support Channels > 1 #18
16
+ - Fix: tests are running again
17
+ - Fix: Correctly unsubscribe after on_start operation is complete
18
+ - Breaking changes
19
+
20
+ 0.3.1 (2020-05-19)
21
+ ==================
22
+ - update travis deployment credentials and remove travis autogen config
23
+
24
+
5
25
0.3.0 (2018-09-25)
6
26
==================
7
27
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Syrus Akbary"""
6
6
__email__ = "me@syrusakbary.com"
7
- __version__ = "0.3 .1"
7
+ __version__ = "0.4 .1"
Original file line number Diff line number Diff line change 1
1
2
2
[metadata]
3
3
name = graphql-ws
4
- version = 0.3 .1
4
+ version = 0.4 .1
5
5
description = Websocket backend for GraphQL subscriptions
6
6
long_description = file: README.rst, CHANGES.rst
7
7
author = Syrus Akbary
63
63
universal = 1
64
64
65
65
[bumpversion]
66
- current_version = 0.3 .1
66
+ current_version = 0.4 .1
67
67
commit = True
68
68
tag = True
69
69
You can’t perform that action at this time.
0 commit comments