We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f1f92 commit 8480fe1Copy full SHA for 8480fe1
CHANGES.md
@@ -1,3 +1,13 @@
1
+## 1.3.0 -- UNRELEASED
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)
9
10
11
## 1.2.2 - 8 Feb 2024
12
13
A few minor bug fixes.
VERSION.txt
@@ -1,2 +1 @@
-1.2.2
-
+1.3.0-beta-1
0 commit comments