Releases: open-oni/open-oni
v1.1.1 - Pymarc 5 & Solr 9 fixes
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.py
and uses better GitHub links in PR template and release checklist
v1.0.0-rc.2 - Open ONI 1.0.0 Release Candidate 2
See the changelog for full details (though this is a small release and the full details are the same as what's here).
- Docker builds work again. There appears to be a bug with how the Python
virtualenv
project was working with pip, which we believe can be traced to pypa/pip#7778.