Skip to content

Commit

Permalink
doc: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrossland committed Aug 20, 2021
1 parent a515f32 commit 5ca719e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog

## v1.0.8
## v1.0.9 2021-08-20

- Improvement: KV data sources now pass opts to `Dataloader.run_tasks/3`
([#94](https::/github.com/absinthe-graphql/dataloader/pull/94))
- Improvement: Add support for `where` and `join_where` in `has_many` and
`many_to_many` associations
([#119](https::/github.com/absinthe-graphql/dataloader/pull/119))
- Bug Fix: Avoid preloads in lateral subqueries
([#98](https::/github.com/absinthe-graphql/dataloader/pull/98))
- Bug Fix: Use existing database prefix when preloading via lateral join
([#107](https::/github.com/absinthe-graphql/dataloader/pull/107))
- Bug Fix: Fix issue with `Dataloader.Ecto.run_batches/1`
([#126](https::/github.com/absinthe-graphql/dataloader/pull/126))
- Doc improvements

## v1.0.8 - 2020-08-25

- Improvement: Telemetry integration ([#89](https://github.com/absinthe-graphql/dataloader/pull/89))
- Improvement: limit support via lateral joins ([#93](https://github.com/absinthe-graphql/dataloader/pull/93))
Expand Down

0 comments on commit 5ca719e

Please sign in to comment.