We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1236f commit d63dd1aCopy full SHA for d63dd1a
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Features
6
7
+* **spec:** Add full Unicode support per GraphQL September 2025 specification ([#1405](https://github.com/absinthe-graphql/absinthe/pull/1405))
8
+ - Variable-width Unicode escape sequences: `\u{XXXXXX}`
9
+ - Surrogate pair handling for legacy `\uXXXX` escapes
10
+ - Validation for Unicode scalar values
11
+ - Reject lone surrogates
12
13
## [1.9.0](https://github.com/absinthe-graphql/absinthe/compare/v1.8.0...v1.9.0) (2025-11-21)
14
15
0 commit comments