This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
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