Skip to content

Commit f86cd51

Browse files
committed
chore: release version v1.8.5
1 parent 0361342 commit f86cd51

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v1.8.5](https://github.com/ash-project/ash_graphql/compare/v1.8.4...v1.8.5) (2025-12-08)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* filter evaluation for subscriptions by JVMartyns
22+
23+
* clear out managed relationship requirements process variable once it's been used by Jesse Williams
24+
25+
* subscriptions: prevent resource recompilation when endpoint changes by [@barnabasJ](https://github.com/barnabasJ) [(#385)](https://github.com/ash-project/ash_graphql/pull/385)
26+
27+
### Improvements:
28+
29+
* Add GraphQL tracer integration for AppSignal monitoring by [@lukegalea](https://github.com/lukegalea)
30+
1431
## [v1.8.4](https://github.com/ash-project/ash_graphql/compare/v1.8.3...v1.8.4) (2025-11-05)
1532

1633

documentation/tutorials/getting-started-with-graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mix igniter.install ash_graphql
2828
def deps()
2929
[
3030
...
31-
{:ash_graphql, "~> 1.8.4"}
31+
{:ash_graphql, "~> 1.8.5"}
3232
]
3333
end
3434
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshGraphql.MixProject do
99
The extension for building GraphQL APIs with Ash
1010
"""
1111

12-
@version "1.8.4"
12+
@version "1.8.5"
1313

1414
@source_url "https://github.com/ash-project/ash_graphql"
1515

0 commit comments

Comments
 (0)