|
1 | 1 | == 2021.2 |
2 | 2 |
|
| 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 | + |
3 | 42 | === 2021.2.2 |
4 | 43 |
|
5 | 44 | ==== 🚀 Features |
|
0 commit comments