Skip to content

Releases: open-oni/open-oni

v1.1.1 - Pymarc 5 & Solr 9 fixes

11 May 00:11
3efbdaf
Compare
Choose a tag to compare

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

30 Mar 23:13
466fbb9
Compare
Choose a tag to compare

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

02 Apr 22:15
96a4a86
Compare
Choose a tag to compare

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

17 Nov 20:49
75da427
Compare
Choose a tag to compare

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

05 Aug 14:51
e34256e
Compare
Choose a tag to compare

This patch release fixes the display of MARC data, e.g., https://oregonnews.uoregon.edu/lccn/sn93050714/marc/

v1.0.3 - Solr Initialization Fix

29 Jun 22:56
73efbe4
Compare
Choose a tag to compare

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

26 Jun 19:16
68e0b15
Compare
Choose a tag to compare

This patch release pins solrpy to 0.9.9 to prevent an upstream bug from breaking Open ONI.

v1.0.1 - Changelog Typo Fix

11 Mar 17:25
e7dd3d6
Compare
Choose a tag to compare

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

11 Mar 14:02
2c9fc20
Compare
Choose a tag to compare

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

27 Feb 17:47
04c406c
Compare
Choose a tag to compare

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.