There was an error while loading. Please reload this page.
1 parent f05c193 commit a98ab01Copy full SHA for a98ab01
1 file changed
CHANGES.md
@@ -1,12 +1,14 @@
1
-## 1.3.0 -- UNRELEASED
+## 1.3.0 -- 2 Jun 2026
2
3
This release of Lacinia improves performance by providing a pre-built Antlr4J parser
4
(this required generating and compiling Java classes, rather than using interpreted parsing).
5
It also addresses missing support for certain GraphQL schema syntaxes, and improves
6
schema introspection and validation.
7
8
-[Closed Issues](https://github.com/walmartlabs/lacinia/milestone/34?closed=1)
+It also updates compliance with the specification, including allowing interfaces to
9
+implement other interfaces.
10
11
+[Closed Issues](https://github.com/walmartlabs/lacinia/milestone/34?closed=1)
12
13
## 1.2.2 - 8 Feb 2024
14
0 commit comments