Skip to content

Commit

Permalink
Changelog update for 1.0.0rc5.
Browse files Browse the repository at this point in the history
  • Loading branch information
prokher committed May 5, 2023
1 parent 8502c1e commit 6250363
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

# Changelog

## [1.0.0rc5] - 2023-05-05

WARNING: Release contains backward incompatible changes!

- To suppress/drop subscription notification just return `None` from the
subscription resolver. Previously it was necessary to return special
`SKIP` object which is no longer the case..
- Python 3.8 compatibility brought back. Tests pass OK.


## [1.0.0rc4] - 2023-05-03

- `GraphqlWsConsumer.warn_resolver_timeout` removed to avoid mess with
Expand Down

0 comments on commit 6250363

Please sign in to comment.