Skip to content

Releases: hotwax/moqui-framework

2024-11-04

04 Nov 12:50
Compare
Choose a tag to compare

What's Changed

  • Add support for CSV escape character to EntityDataLoaderImpl by @puru-khedre in #19

New Contributors

Full Changelog: v3.1.1...v3.1.2

2024-05-09

09 May 13:04
Compare
Choose a tag to compare

Full Changelog: v3.1.0...v3.1.1

2023-12-13

13 Dec 06:05
9cab303
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

2023-02-14

14 Feb 05:44
0505a0f
Compare
Choose a tag to compare
  • 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
      new logging entity group to put ArtifactHit data in Elastic/OpenSearch instead of the transactional database

v3.0.1

07 Nov 12:42
26a6f9d
Compare
Choose a tag to compare

2022-11-07

v3.0.0

27 Jul 12:50
06d2f86
Compare
Choose a tag to compare
Merge branch 'moqui:master' into master

v2.2.2

13 Jun 07:25
c54f4d3
Compare
Choose a tag to compare
Merge branch 'moqui:master' into master