Skip to content

Commit 28aa306

Browse files
authored
Merge pull request #1369 from absinthe-graphql/cschiewek/release-1.7.10
Update changelog and bump version for 1.7.10 release
2 parents a605cba + 65c3a3a commit 28aa306

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## v1.7.10
4+
- Bug Fix: [Set include_deprecated default value to true for backwards compatibility](https://github.com/absinthe-graphql/absinthe/pull/1333)
5+
- Bug Fix: [Rename to TokenLimitEnforcementTest to fix warning](https://github.com/absinthe-graphql/absinthe/pull/1362)
6+
- Bug Fix: [Replace regex with pattern as string to support OTP 28](https://github.com/absinthe-graphql/absinthe/pull/1360)
7+
- Bug Fix: [Use Code.ensure_compiled! at compile time](https://github.com/absinthe-graphql/absinthe/pull/1361)
8+
39
## v1.7.9
410
- Feature: [Allow config/2 to send errors in spec compliant format](https://github.com/absinthe-graphql/absinthe/pull/1341)
511
- Feature: [Add async option to Absinthe.Subscription](https://github.com/absinthe-graphql/absinthe/pull/1329)
612
- Bug Fix: [Avoid table scans on registry](https://github.com/absinthe-graphql/absinthe/pull/1330)
7-
- Big Fix: [Unregsiter duplicate (listening to the same topic) subscriptions individually](https://github.com/absinthe-graphql/absinthe/pull/1336)
13+
- Bug Fix: [Unregsiter duplicate (listening to the same topic) subscriptions individually](https://github.com/absinthe-graphql/absinthe/pull/1336)
814
- POTENTIALLY BREAKING Feature: [Add telemetry event on batch timeout](https://github.com/absinthe-graphql/absinthe/pull/1347). If you want to keep the behavior from 1.7.8, define a telemetry handler and attach it. For example:
915

1016
```elixir

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/absinthe-graphql/absinthe"
5-
@version "1.7.9"
5+
@version "1.7.10"
66

77
def project do
88
[

0 commit comments

Comments
 (0)