Releases: open-oni/open-oni
v1.1.2: Hotfix for docker developers
What's Changed
- Update setuptools to latest on container startup by @walkerwier in #629
New Contributors
- @walkerwier made their first contribution in #629 🥳
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - Pymarc 5 & Solr 9 fixes
This patch release fixes KeyError exceptions while loading titles when using Pymarc 5 and over-highlighting behavior with Solr 9's change in default highlighting method.
See the changelog for full details.
v1.1.0 - Django 3.2 LTS, dependency updates, settings simplification, Docker & a11y improvements, and more
This minor release includes a number of important updates and improvements. There are some changes but following our migration steps should make quick work of upgrading.
- Upgrade to Django 3.2 LTS
- Dependencies have been updated to more recent versions
- Settings files have been reorganized to use more environment variables and a simpler local settings file for app configuration
- Docker and accessibility improvements
See the changelog for full details.
v1.0.6 - Fix configuration for IIIF server
This patch release fixes the RAIS integration by pinning it to version 4 and updating the associated environment variables.
See the changelog for full details.
v1.0.5 - Switch solrpy to pysolr
This patch release replaces solrpy with pysolr. This was done both for a security concern and more active development on pysolr. We have switched our production branch from master to main. We've also updated our Python dependencies and documentation for handling them beyond install.
See the changelog for full details.
v1.0.4 - MARC display fix
This patch release fixes the display of MARC data, e.g., https://oregonnews.uoregon.edu/lccn/sn93050714/marc/
v1.0.3 - Solr Initialization Fix
This patch release improves the Solr initialization to prevent trying to create the Open ONI index before Solr is actually ready.
v1.0.2 - Pin Solrpy to 0.9.9
This patch release pins solrpy to 0.9.9 to prevent an upstream bug from breaking Open ONI.
v1.0.1 - Changelog Typo Fix
This patch release just fixes a typo in the changelog compare link for the 1.0.0 release.
v1.0.0 - Production-ready Public Release
Open ONI is now considered 100% production-ready!
See the changelog for full details including migration info.
- Revises our CentOS 7 production install documentation regarding:
- Package installs, Readme organization, mod_wsgi Apache directive placement, service dependencies, MariaDB commands
- Thanks to Michael Carr for all his help here!
- Adds link to RAIS's non-Docker install documentation
- Mentions
core/release.pyand uses better GitHub links in PR template and release checklist