Releases: Ed-Fi-Exchange-OSS/Meadowlark
v0.3.6-pre-2
Fix typo (#226)
v0.3.6-pre-1
[RND-492] Docker: Build from npm and publish to Hub (#225) * Comment on purpose of this dockerfile * Build container from pre-built "binaries" * Build a docker image; not published yet * Temporary workflow for testing the build * typo fix * Syntax correction * Rename * Try using docker actions * Linting for the new dockerfile * Enable docker push * Cleanup Enable push * Use buildx * Use outputs properly * Correct the argument * Fill in username and password * Provide git context * Refactor to support alternate names / forks * Missing bracket * Trying to get the tag syntax right * Cache support * Bring docker publish into on-prerelease * Get npm registry from variables * Remove temporary file * A missing dot
v0.3.6-pre-0
Resetting the version number to skip the numbers consumed in the dev/test process for RND-485.
v0.3.0
Project Status
While not yet production-ready, we think this release is strong enough for some pilot testing with SIS vendors in the field, with the goal of finding out
- What is broken compared to the ODS/API release? There may be edge cases that we don't know about, or that we thought were unimportant.
- What do deployments look like? And what more should be built into the platform to support those deployments?
What's Changed
- Real OAuth2 authentication (client credentials flow), using a built-in OAuth2 provider
- Docker support:
docker image pull edfialliance/meadowlark-ed-fi-api:v0.3.0
- MongoDB and OpenSearch optimizations with respect to transactions and error handling
- OpenSearch: some of the querystring functionality is broken, and will be restored in an upcoming release
- Numerous bug fixes on API routes and payload validation
- Fastify clustering for multi-threaded operation
- Thorough documentation of configuration options.
New Contributors
- @DavidJGapCR made their first contribution in #183
- @jleiva-gap made their first contribution in #187
Full Changelog: v0.2.0...v0.3.0
0.2.0
See the TechDocs page for details: https://techdocs.ed-fi.org/display/EFTD/Meadowlark+0.2.0
0.1.0 - API Parity for SIS Vendors
Project Meadowlark is a research and development (R&D) project. It is not a project to develop a "next gen" platform but rather to inform community conversations and inform future development.
The Meadowlark code and releases provide a deployable, distributable, proof-of-concept for a cloud-native (i.e., built on cloud services) implementation of the Ed-Fi API surface. It therefore replicates the data collection capabilities of the Ed-Fi ODS/API, but does not replicate the database structure and storage of the ODS/API.
For more information, see https://techdocs.ed-fi.org/display/EXCHANGE/Project+Meadowlark