Releases: DivvyPayHQ/absinthe_federation
Releases · DivvyPayHQ/absinthe_federation
v0.9.2
v0.9.1
What's Changed
- fix: adjust absinthe version dependency by @anderkonzen in #122
New Contributors
- @anderkonzen made their first contribution in #122 🎉
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- fix: Allow tag macro to be repeatable by @rockneurotiko in #120
- BREAKING: Require absinthe v1.7.6 or later
New Contributors
- @rockneurotiko made their first contribution in #120 🎉
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- BREAKING: Rename
:serviceand:anytype identifiers to avoid conflicts by @fimassuda in #117This is a breaking change only if your code previously referenced the Absinthe Federation type identifiers
:serviceor:anydirectly. For most users, there should be no impact.
New Contributors
- @fimassuda made their first contribution in #117 🎉
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Support Absinthe batcher in EntitiesField by @adaugherty42 in #114
New Contributors
- @adaugherty42 made their first contribution in #114
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Add support for new federation directives by @kodyberry23 in #109
- Progressive
@override @authenticated@context@cost@listSize@policy@requiresScopes
- Progressive
New Contributors
- @kodyberry23 made their first contribution in #109 🎉
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Fix
@interfaceObjectentity resolution and SDL presence by @TannerRogalsky in #106
New Contributors
- @TannerRogalsky made their first contribution in #106
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Rework how
_entitiesfield works by @maciej-szlosarczyk in #104- Support async resolution with 0-arity function
- Support Dataloader.Ecto
- Support function capture in
_resolve_reference
New Contributors
- @maciej-szlosarczyk made their first contribution in #104
Full Changelog: v0.5.4...v0.6.0
v0.5.4
What's Changed
- Fix link directive args by @kzlsakal in #101
- Update README to include examples from Apollo Federation docs by @benjaminkimball in #100
New Contributors
- @benjaminkimball made their first contribution in #100
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Handle
nilresults for entity references by @jeffutter in #98
Full Changelog: v0.5.2...v0.5.3