Skip to content

Commit 8e5f7eb

Browse files
authored
Release v1.10.1. (kensho-technologies#257)
1 parent cab0da9 commit 8e5f7eb

File tree

7 files changed

+120
-99
lines changed

7 files changed

+120
-99
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Current development version
44

5+
## v1.10.1
6+
7+
- Fix `_x_count` and optional filter creating duplicate GlobalOperationsStart IR blocks. [#253](https://github.com/kensho-technologies/graphql-compiler/pull/253).
8+
- Raise error for unused @tag directives [#224](https://github.com/kensho-technologies/graphql-compiler/pull/224).
9+
- Much documentation cleanup and many maintainer quality-of-life improvements.
10+
11+
Thanks to `bojanserafimov`, `evantey14`, `jeremy.meulemans`, and `pmantica1` for their contributions.
12+
513
## v1.10.0
614

715
- **BREAKING**: Rename the `__count` meta field to `_x_count`, to avoid GraphQL schema parsing issues with other GraphQL libraries. [#176](https://github.com/kensho-technologies/graphql-compiler/pull/176)

Pipfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ pytest-cov = "==2.6.1"
2626
snapshottest = "==0.5.0"
2727

2828
[packages]
29-
arrow = "==0.10.0"
30-
funcy = "==1.7.3"
31-
graphql-core = "==2.1"
32-
pytz = "==2017.2"
33-
six = "==1.10.0"
34-
sqlalchemy = "==1.2.9"
29+
arrow = ">=0.10.0,<1"
30+
funcy = ">=1.7.3,<2"
31+
graphql-core = ">=2.1,<3"
32+
pytz = ">=2017.2"
33+
six = ">=1.10.0"
34+
sqlalchemy = ">=1.3.0,<2"
3535

3636
[requires]
3737
python_version = "3.6"

Pipfile.lock

Lines changed: 30 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)