Releases: Ed-Fi-Exchange-OSS/Meadowlark
Releases · Ed-Fi-Exchange-OSS/Meadowlark
v0.3.6-pre-62
[RND-604] - Separate kafka connect containers to separate sources fro…
v0.3.6-pre-61
[RND-521] - Changes from the current SQL style query to DSL query on …
v0.3.6-pre-60
[RND-629] Fix issues with kafka sink to opensearch transformation (#294) * [RND-629] Fix issues with kafka sink to opensearch transformation - Update GenerateIndexFromResource to update index and replace dots. - Remove validation to append descriptor part to index name. * Update test * Update README.md Add details about gradle-wrapper generation. * Update README.md
v0.3.6-pre-59
[RND-557] Fixes CodeQL execution (#292) * Update on-pullrequest.yml Test change * Update on-pullrequest.yml * Update on-pullrequest.yml Update job name to analyze-code --------- Co-authored-by: Stephen Fuqua <[email protected]>
v0.3.6-pre-58
RND-558 Reading from Kafka Topics (#290) * RND-558 Reading from Kafka Topics Add sample code to read topics from Kafka using Kafkajs and rdkafka * Update clients to read by batch or each message. * Update Kafka docker compose to enable reading from typescript * Update package-lock.json * Update docker-compose.yml * Update docker-compose.yml * Update package.json * Remove rdkafka package * Add Kafkajs test * Update kafkajsWorker.test.ts Fix linting errors * Update kafkajsWorker.test.ts Remove console log * Update jest.config.js Update to ignore unit test from kafka folder.
v0.3.6-pre-57
[RND-552] [RND-540] Introduce total ordering to document insert/updat…
v0.3.6-pre-56
[RND 538] Load balancing API scale out (#288) * Load balancing API scale out * Some progress. * working load balancer * case correction * Improve example env file * Load balancer demonstration * Add license header Remove port 80 * Remove the temporary RND358 directory * Undoing changes on local.authz.http * Changes for metadata url. * results - first draft. * Trying to fix unit tests * Documentation * Replacing png images with jpeg format. * Trying to fix docker build on on-pullrequest-dockerfile workflow. * Fixing screenshots references. * Documentation --------- Co-authored-by: Stephen A. Fuqua <[email protected]>
v0.3.6-pre-55
[RND-628] Switch to pino logger, either console or file logging not b…
v0.3.6-pre-54
[RND-627] cache all compiled JSON Schema validation functions (#285) * [METAED-1492] cache all compiled JSON Schema validation functions * [METAED-1492] turn into a test of latency threshhold * [METAED-1492] docs * [METAED-1492] docs, jest or direct runs * [METAED-1492] disable fastify clustering when FASTIFY_NUM_THREADS=1 * [METAED-1492] remove non-cross-platform env var
v0.3.6-pre-53
RND-613 Update API to use pre-generated JSON Schema for PUT requests …