Skip to content

Commit

Permalink
Ariadne 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Jan 28, 2022
1 parent 7ebc504 commit 01a2229
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.14.1 (2022-01-28)

- Remove `ariadne.contrib.django` from release.
- Lock `GraphQL-core` requirement at <3.2.


## 0.14.0 (2021-11-24)

- Added `on_connect` and `on_disconnect` options to `ariadne.asgi.GraphQL`, enabling developers to run additional initialization and cleanup for websocket connections.
Expand All @@ -13,7 +19,7 @@

## 0.13.0 (2021-03-17)

- Updated `graphQL-core` requirement to 3.1.3.
- Updated `GraphQL-core` requirement to 3.1.3.
- Added support for Python 3.9.
- Added support for using nested variables as cost multipliers in the query price validator.
- `None` is now correctly returned instead of `{"__typename": typename}` within federation.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
long_description=README,
long_description_content_type="text/markdown",
license="BSD",
version="0.14.0",
version="0.14.1",
url="https://github.com/mirumee/ariadne",
packages=["ariadne"],
include_package_data=True,
install_requires=[
"graphql-core>=3.1.0",
"graphql-core>=3.1.0,<3.2",
"starlette<0.18",
"typing_extensions>=3.6.0",
],
Expand Down

0 comments on commit 01a2229

Please sign in to comment.