diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d94ff5f6d730050d2b3925f8bad96df01de01eb..e65771c6b6931a8460dec3af893af522b43437d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +* The default behavior of the query FIND SomeName [...] (as well as COUNT and SELECT) is being made configurable and changes + * `FIND SomeName` will be interpreted as `FIND <FIND_QUERY_DEFAULT_ROLE> + SomeName` from now on where `FIND_QUERY_DEFAULT_ROLE` is a newly introduced + server property. + * The new `FIND_QUERY_DEFAULT_ROLE` server property defaults to `RECORD` + which is why the behavior of the server api has a **breaking change**. + * Of course, administrators can choose to retain the old behavior by setting + `FIND_QUERY_DEFAULT_ROLE=ENTITY`. + ### Deprecated ### Removed