OSML Data Intake v1.2.0
In this release, we focused on improving stability, flexibility, and maintainability across the project. The ingest process is now more resilient, working even when no OVR file is provided, and the optional tile server configuration has been made more flexible by parameterizing its URL. We also made small but important updates to logging and the Dockerfile to streamline the developer experience.
On the CI/CD front, we added a manual workflow_dispatch trigger and updated Docker tagging practices to make builds easier to manage. Finally, we upgraded core dependencies to ensure continued security, performance, and compatibility with newer environments.
Breaking Changes:
- No breaking changes in this release.
Limitations:
- No known limitations in this release.
New Dependency:
- No new dependencies introduced in this release.
Pull Requests Merged
- fix: allow ingest without ovr file and minor logging updates by @jtblack-aws in #21
- fix: parameterize the URL to the optional tile server by @jtblack-aws in #22
- ci: add workflow_dispatch and update docker tags by @RanbirAulakh in #23
- fix: updating Dockerfile by @drduhe in #24
- feat: upgrade dependancies by @drduhe in #25
- build: version update to v1.2.0 by @drduhe in #26
Full Changelog: v1.1.2...v1.2.0