Releases: hotwax/moqui-framework
Releases · hotwax/moqui-framework
2024-11-04
What's Changed
- Add support for CSV escape character to EntityDataLoaderImpl by @puru-khedre in #19
New Contributors
- @puru-khedre made their first contribution in #19
Full Changelog: v3.1.1...v3.1.2
2024-05-09
Full Changelog: v3.1.0...v3.1.1
2023-12-13
What's Changed
- Sync with upstream Master by @dixitdeepak in #4
- Upstream sync by @dixitdeepak in #7
- Master by @dixitdeepak in #9
- Upstream sync by @dixitdeepak in #10
- Master by @dixitdeepak in #11
- Master by @dixitdeepak in #13
Full Changelog: v3.0.2...v3.1.0
2023-02-14
- Updated Docker Compose files to use more recent recommended configurations, and scripts to use 'docker compose' for
the Docker Compose Plugin instead of 'docker-compose' for the old separate package - Entity Datasource implementation for Elastic/OpenSearch using the ElasticFacade
- supports CrUD operations, filtered finds, and large find result handling with a paginating EntityListIterator
- does not currently support view entities as Elastic/OpenSearch do not support any sort of joins; some view entity
support may be added for single-member view entities, or perhaps multi-member with nested documents in some way - intended primarily for logging type data with the ArtifactHit as the main test case, which can now be put in the
newlogging
entity group to put ArtifactHit data in Elastic/OpenSearch instead of the transactional database
v3.0.1
2022-11-07
v3.0.0
Merge branch 'moqui:master' into master
v2.2.2
Merge branch 'moqui:master' into master