Skip to content

Commit 8fba702

Browse files
authored
chore(main): release 1.10.0 (#1396)
1 parent 1e85ed2 commit 8fba702

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/absinthe-graphql/absinthe/compare/v1.9.0...v1.10.0) (2026-04-03)
4+
5+
6+
### Features
7+
8+
* Add :registry_partition_strategy option to Absinthe.Subscription ([#1395](https://github.com/absinthe-graphql/absinthe/issues/1395)) ([f6ddcc5](https://github.com/absinthe-graphql/absinthe/commit/f6ddcc5ac9be0bfa7c9c0387102be4e014fa039e))
9+
10+
11+
### Bug Fixes
12+
13+
* camelize directive names in SDL render ([#1419](https://github.com/absinthe-graphql/absinthe/issues/1419)) ([1e85ed2](https://github.com/absinthe-graphql/absinthe/commit/1e85ed27b053aff2deb0aac3b247ef0e1144e9ff))
14+
* only null values should also trigger error ([#1394](https://github.com/absinthe-graphql/absinthe/issues/1394)) ([a035261](https://github.com/absinthe-graphql/absinthe/commit/a035261bd0172d84c1d8ac72f74d72e64aaa4769))
15+
316
## [1.9.0](https://github.com/absinthe-graphql/absinthe/compare/v1.8.0...v1.9.0) (2025-11-21)
417

518

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.9.0"
5+
@version "1.10.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)