Skip to content

Commit 8480fe1

Browse files
committed
Prep for 1.3.0-beta-1
1 parent 82f1f92 commit 8480fe1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 1.2.2 - 8 Feb 2024
212

313
A few minor bug fixes.

VERSION.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
1.2.2
2-
1+
1.3.0-beta-1

0 commit comments

Comments
 (0)