Skip to content

Releases: Ed-Fi-Exchange-OSS/Meadowlark

v0.3.6-pre-52

08 Aug 20:40
14c6e51
Compare
Choose a tag to compare
v0.3.6-pre-52 Pre-release
Pre-release
[RND-615] Meadowlark e2e tests improvements for local development (#283)

* Renaming .env in e2e tests to .env-e2e

* Rename file

* Rename env file on actions

* Update test containers package

* Import adjustments for new testcontainers version

* Adding flag to run against local environment

* Removing console log

* Adding documentation

v0.3.6-pre-51

07 Aug 21:31
51c6673
Compare
Choose a tag to compare
v0.3.6-pre-51 Pre-release
Pre-release
[RND-380] MongoDB Connection Pooling Experiments (#282)

* Support for bulk loading into ODS/API 5.3 for test comparisons

* Performance test results

* clarify the bulk load settings

* Updated main readme

v0.3.6-pre-50

07 Aug 16:00
0d4f7d6
Compare
Choose a tag to compare
v0.3.6-pre-50 Pre-release
Pre-release
[RND-84] validate equality constraints (#279)

* [RND-84] validate equality constraints

* [RND-84] e2e tests

* [RND-86] all tests in

* [RND-84] PR suggestions

---------

Co-authored-by: Stephen Fuqua <[email protected]>

v0.3.6-pre-49

07 Aug 14:39
1531348
Compare
Choose a tag to compare
v0.3.6-pre-49 Pre-release
Pre-release
RND-548 Improve error handling for PostgreSQL missing credentials (#280)

Add validation to show a message if POSTGRES_USER and POSTGRES_PASSWORD parameters are missing in the .env file.

v0.3.6-pre-48

04 Aug 17:14
c41fb11
Compare
Choose a tag to compare
v0.3.6-pre-48 Pre-release
Pre-release
[RND-247] Kafka to OpenSearch - MongoDB (#273)

* Initial version of kafka to opensearch connector

* Creating meadowlark-net on docker file to handle communication

* Adding permissions to allow extract and delete executable

* Adding documentation

* Moving image to docker folder

* Updating debezium kafka images

* Fixing debezium package version to avoid using alpha versions

* Moving kafka to backend folder and follow same structure

* Add opensearch to same network

* Fix typo

* Adding json converter to example

* Checking for file integrity before downloading from github

* Changing value in example

* Fix path

* Simplifying opensearch sing config example

* Updating sink json example (writes data without information)

* Updating debezium mongodb configuration to insert json into kafka

* Updating opensearch sink example to write to OpenSearch

* Updating opensearch example

* Add initial kafka connect transform

* Rename project

* Add gradle build to dockerfile

* Removing duplicated license file

* Fix issue with escaped strings

* Adding console consumer documentation

* Fix typo

* Adding connect-meadowlark image

* Fixing order of transforms

* Adding documentation information

v0.3.6-pre-47

02 Aug 20:50
83ed101
Compare
Choose a tag to compare
v0.3.6-pre-47 Pre-release
Pre-release
[RND-380] Improvements to Local Docker Support (#278)

* Revamp the custom Mongo image

* Improved run scripts

* Fix broken bulk scripts

* Remove commented code

* Switch to using custom image and refactor settings

* Script to help clean environment between test runs

* Notes on "local" docker compose

* Fix a missing colon

* Make sure the image is built

v0.3.6-pre-46

01 Aug 19:33
930de69
Compare
Choose a tag to compare
v0.3.6-pre-46 Pre-release
Pre-release
RND-612 Review skipped e2e tests (#277)

* RND-612 Review skipped e2e tests

Remove skipped tests.

* Update MultipleReferenceValidation.test.ts

Fix lint error

v0.3.6-pre-45

01 Aug 18:22
9b9cfcc
Compare
Choose a tag to compare
v0.3.6-pre-45 Pre-release
Pre-release
[RND-596] Require ID in body of PUT requests (#275)

* Update functions to include id property

* Add id to Json to validate document on Update

* Update test parameters

* Update MultipleEdorgTypesResourceAssociations.test.ts

Fix getAccessToken user.

* Add tests to validate id on Put

* Update ResourcesCRUDValidation.test.ts

Revert role change

* Fix  put test to include id

* Update SecurityValidation.test.ts

Fix role used to get token

* Update SecurityValidation.test.ts

v0.3.6-pre-44

28 Jul 17:19
4067013
Compare
Choose a tag to compare
v0.3.6-pre-44 Pre-release
Pre-release
[RND-611] Adds an e2e test to show that we can insert an EducationCon…

v0.3.6-pre-43

27 Jul 17:47
e3f1d2b
Compare
Choose a tag to compare
v0.3.6-pre-43 Pre-release
Pre-release
[RND-597] On ElasticSearch logs, prints the actual query, instead of …