v0.3.0
What's Changed
New Feature: Inline data updates
You can now push a data update via opal that already includes the data itself (inline) instead of including a reference url and incurring another network round trip. This is best for small incremental data updates.
- Allow embedded data in DataUpdate by @orishavit in #294
- Minor bug fixes to inline data updates by @asafc in #306
Fixes: Performance and stability improvements to OPAL Scopes
OPAL Scopes is a new experimental feature that allows a single OPAL server to track multiple git repositories, and in essence enables true multi-tenancy by a single OPAL deployment. This release includes major improvements to the performance and stability of this feature.
Minor bug fixes
- Add redis dependency to OPAL by @orishavit in #296
- Update OPAL Server from worker also after initial clone by @orishavit in #297
- Fix OPAL server trying to use the broadcaster when it's not configured by @shaulk in #295
Documentation
- Publishing OPAL as online docusaurus documentation by @filipermit in #291
- Dependancy fix and removal of unecessary pages by @filipermit in #292
- Fixed transitive dependancies for docusaurus packages by @filipermit in #293
- Updated the navigation title to a more meaningful version by @filipermit in #302
- Permit.io link in the footer of docs. by @filipermit in #303
New Contributors
- @filipermit made their first contribution in #291
- @shaulk made their first contribution in #295
Full Changelog: 0.2.1...0.3.0