tartiflette v1.3.0 Release Notes
Release Date: 2020-12-08 // about 4 years ago-
[1.3.0] - 2020-12-08
➕ Added
- Setup a
CodeQL
analysis Github Action - ISSUE-457 - Add a
coerce_list_concurrently
parameter tocreate_engine
,Engine. __init__
&Engine.cook
to control whether or not output list should be coerced concurrently - ISSUE-457 - Add a
concurrently
parameter to both@Resolver
&@Subscription
in order to control whether or not the output list of the decorated field should be coerced concurrently
🛠 Fixed
- 🛠 Fix link issue on
1.2.0
changelog (thanks @mkniewallner) - 🛠 Fix year reference for
1.2.0
changelog (thanks @garyd203) - 👌 Improve documentation (thanks @dkbarn)
- 🛠 Fix
README.md
typo (thanks @mazzi) - ➕ Add clarification on the breaking change on output list coercion introduced with the
1.2.0
version (thanks @garyd203) - 0️⃣ ISSUE-457 - Output list are now coerced concurrently by default (breaking the change made on
1.2.0
)
🔄 Changed
- ⬆️ Upgrade
black
from19.10b0
to20.8b1
- ⬆️ Upgrade
isort
from4.3.21
to5.6.4
- ⬆️ Upgrade
lark-parser
from0.8.5
to0.11.1
- ⬆️ Upgrade
pylint
from2.5.2
to2.6.0
- ⬆️ Upgrade
pytest-asyncio
from0.12.0
to0.14.0
- ⬆️ Upgrade
pytest-cov
from2.8.1
to2.10.1
- ⬆️ Upgrade
pytest-xdist
from1.32.0
to2.1.0
- ⬆️ Upgrade
pytest
from5.4.1
to6.1.2
- Setup a
Previous changes from v1.2.1
-
[1.2.1] - 2020-05-06
🛠 Fixed
- ISSUE-381 - Now
pre_output_coercion
hooks are called whenOBJECT
types are retrieved through anUNION
or anINTERFACE
. FurthermoreUNION/INTERFACE
hooks are also called before theObject
ones are called.
🔄 Changed
- ✅
pytest
is now in version 2.5.2
- ISSUE-381 - Now