v0.2.0
Support specific namespaced URIs
Support specific namespaced URIs according to #7. If one has write rights for the entity backend, by setting the namespace
and/or uri
value in the entity files, they will use the relevant namespace, either the core namespace or a specific namespace.
UX/DX updates
Otherwise, the code has had some clean up related to entity model definitions, separating out the SOFT flavorings. Some fixes have been implemented after first tests have been run "in production".
Changelog
v0.2.0 (2024-03-22)
Fixed bugs:
- The pydantic model for
GitLabUserInfo
is too strict #83 - The cache dir is not being created automatically #82
Closed issues:
- Loosen name regex for retrieving entities #90
- Minimize code repeats in SOFT models #64
- Test with different "versions" of entity schemas #5
Merged pull requests:
- Support specific namespaces #101 (@CasperWA)
- Unify entity version and name validation #91 (@CasperWA)
- Clean up authorization models #88 (@CasperWA)
- Try to create cache directory on each CLI call #87 (@CasperWA)
- Separate out entity models in SOFT and DLite #74 (@CasperWA)
* This Changelog was automatically generated by github_changelog_generator