This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new b449bbdfc CAY-2835 Custom aggregate functions - release notes b449bbdfc is described below commit b449bbdfc7aba76445a80fc335a5b65f3030ddc5 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Mon Mar 18 18:23:49 2024 +0400 CAY-2835 Custom aggregate functions - release notes --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 1b60260c1..55e9bbb06 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -62,6 +62,7 @@ CAY-2829 Merge `BaseContext` with `DataContext` and deprecate it CAY-2830 Cleanup `DataContext` code CAY-2831 Upgrade Gradle to 8.5 CAY-2834 v11 upgrade handler should update XMLPoolingDataSourceFactory package +CAY-2835 Custom aggregate functions CAY-2837 Deprecate TraversalHelper and move no-op implementations to TraversalHandler CAY-2843 Use an IN clause for single field disjoint by ID prefetches CAY-2845 Deprecate DataObject in favour of Persistent