Skip to content

Commit 2ab3ff2

Browse files
Prepare relase.
1 parent 4feef6a commit 2ab3ff2

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:groupId: org.neo4j
66
:artifactId: neo4j-cypher-dsl
77

8-
:neo4j-cypher-dsl-version: 2021.2.3-SNAPSHOT
8+
:neo4j-cypher-dsl-version: 2021.2.3
99

1010
// end::properties[]
1111

docs/appendix/2021.2.adoc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
== 2021.2
22

3+
=== 2021.2.3
4+
5+
2021.2.3 is a rather big release as it contains many small improvements and API functionality required by our next major
6+
release. Those are brought in now so that they can be benefial to others without bumping a major version.
7+
8+
==== 🚀 Features
9+
10+
* GH-195 - Add collection parameter support for `ExposesReturning`.
11+
* Introduce a `ExposesPatternLengthAccessors` for uniform access to relationships and chains thereof. [improvement]
12+
* Allow creating instances of `FunctionInvocation` directly. [improvement]
13+
* Provide factory methods of `MapProjection` and `KeyValueMapEntry` as public API.
14+
* Provide `set` and `remove` labels operation as public API.
15+
* Provide `set` and `mutate` of expressions as public API.
16+
* Provide factory methods of `Hints` as public API.
17+
* GH-200 - Provide an API to define named paths based on a `Node` pattern.
18+
* Provide an option to escape names only when necessary. [improvement]
19+
20+
==== 📖 Documentation
21+
22+
* Add documentation for escaping names.
23+
* GH-198 - Fix spelling errors in JavaDoc and documentation.
24+
25+
==== 🐛 Bug Fixes
26+
27+
* Make `Case` an interface and let it extend `Expression`. [bug]
28+
* GH-197 - Fix eagerly resolved symbolic names in negated pattern conditions.
29+
* GH-197 - Clear name cache after leaving a statement.
30+
* GH-199 - Bring back `with(Named… vars)`.
31+
32+
==== 🧹 Housekeeping
33+
34+
* Don't use fixed driver versions in doc.
35+
* Pass builder as constructor argument.
36+
* Improve `Return` and `With` internals.
37+
* Update Driver, SDN integration and Spring Boot example dependencies.
38+
* GH-202 - Make API Guardian an optional / provided dependency.
39+
40+
Thanks to https://github.com/meistermeier[@meistermeier] and https://github.com/aldrinm[@aldrinm] for their contributions.
41+
342
=== 2021.2.2
443

544
==== 🚀 Features

0 commit comments

Comments
 (0)