Skip to content

Commit

Permalink
support dataloader 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 committed Jul 24, 2023
1 parent 3c102f0 commit fa9c8b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.7.4

- Feature: Support Dataloader 2.0

## 1.7.4

- Bug Fix: [Bugfix: multiple pushes per client for subscriptions that have a context_id](https://github.com/absinthe-graphql/absinthe/pull/1249)

## 1.7.3
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
use Mix.Project

@source_url "https://github.com/absinthe-graphql/absinthe"
@version "1.7.4"
@version "1.7.5"

def project do
[
Expand Down Expand Up @@ -75,7 +75,7 @@ defmodule Absinthe.Mixfile do
[
{:nimble_parsec, "~> 1.2.2 or ~> 1.3.0"},
{:telemetry, "~> 1.0 or ~> 0.4"},
{:dataloader, "~> 1.0.0", optional: true},
{:dataloader, "~> 1.0.0 or ~> 2.0", optional: true},
{:decimal, "~> 1.0 or ~> 2.0", optional: true},
{:opentelemetry_process_propagator, "~> 0.2.1", optional: true},
{:ex_doc, "~> 0.22", only: :dev},
Expand Down

0 comments on commit fa9c8b6

Please sign in to comment.