From 409ac72ae3dcfba1c70d41100de50d354835167e Mon Sep 17 00:00:00 2001 From: Yetrina Battad <12688+yetti@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:55:32 +1100 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 55 +++++++++++++++++++++++++++++++++++++++++++ config/application.rb | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412634e99..1d6dd3bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ # Changelog +## [3.0.0](https://github.com/nla/nla-blacklight/compare/2.11.1...3.0.0) (2024-01-30) + + +### ⚠ BREAKING CHANGES + +* upgrade to Blacklight 8 +* **solr:** Single document search no longer uses the Blacklight default of /get. + +### Features + +* remove unnecessary solr_wrapper rake tasks ([0d99739](https://github.com/nla/nla-blacklight/commit/0d99739d7e22d0cab1dbe234d4c0fe1fa810016f)) +* update README text ([5e31129](https://github.com/nla/nla-blacklight/commit/5e311290b53fa1091a6783d3a0687af6cbee845a)) +* upgrade to Blacklight 8 ([6ce93c1](https://github.com/nla/nla-blacklight/commit/6ce93c156793b589993ff1e50d8aad19cd4069f4)) + + +### Bug Fixes + +* comment out active_storage from production env config ([ad0db78](https://github.com/nla/nla-blacklight/commit/ad0db7833192b842b988aa7ba744c8b866c69c17)) +* configure correct Solr search adapter in blacklight.yml ([e90e0f5](https://github.com/nla/nla-blacklight/commit/e90e0f5b165508a4467b768181ddb674845d58ec)) +* fix styling of blacklight range limit plugin ([d0c383b](https://github.com/nla/nla-blacklight/commit/d0c383b51a7e08b465d3f5c7a2557eec162e7012)) +* ignore Brakeman false positives and handle UnsafeRedirectError ([3c681ae](https://github.com/nla/nla-blacklight/commit/3c681ae9f26a14122decfeb1751d523fe0859077)) +* login page error for non-existent document ([446b1da](https://github.com/nla/nla-blacklight/commit/446b1da6764d080d6a905c2305e9137454fd007e)) +* resolve Rubocop errors ([baa7934](https://github.com/nla/nla-blacklight/commit/baa79340853863f0e8dd5e12cf603aab6f150c7b)) +* **solr:** use /select for single document search ([31a45a7](https://github.com/nla/nla-blacklight/commit/31a45a759051503cff47e8abad1212cf68787670)) +* style blacklight range limit modal graph ([0213afd](https://github.com/nla/nla-blacklight/commit/0213afd8db4279757f0f97eca7a9e7addb469ba1)) +* uncomment call to catalogue services to make reqeust ([06c6837](https://github.com/nla/nla-blacklight/commit/06c6837d6512376f67aeb6a15fdf63630f2fe43a)) +* update vulnerable dependencies ([20b9c95](https://github.com/nla/nla-blacklight/commit/20b9c95f198339fca6e4b3211f3b657a9e296eb7)) + + +### Reverts + +* no need to customise DocumentComponent ([a87be61](https://github.com/nla/nla-blacklight/commit/a87be61ab4d8679c92042d5a35f7862869cab013)) +* reverse ip lookup change ([d50085d](https://github.com/nla/nla-blacklight/commit/d50085d8fe1a125bfcf5ea6099b0fc02ac1578d0)) +* revert removal of solr_wrapper rake task ([fa54c03](https://github.com/nla/nla-blacklight/commit/fa54c039343347f9a8a03eb042b6c28a24ff9a80)) + + +### Miscellaneous + +* clean up JS console logging ([692e8fb](https://github.com/nla/nla-blacklight/commit/692e8fb735f97f45b58519455875f4aaff051c95)) +* **deps-dev:** bump standard and rubocop-performance ([c492b84](https://github.com/nla/nla-blacklight/commit/c492b84f4b9489205a87f7372d3995aea7b43d12)) +* **deps:** bump postcss from 8.4.29 to 8.4.31 ([6ccbfe2](https://github.com/nla/nla-blacklight/commit/6ccbfe25fbf3cc9d9656753a63b07b638bae09e6)) +* resolve merge conflicts ([0410baf](https://github.com/nla/nla-blacklight/commit/0410baf28bf64830973b9b5392e32712a0934395)) +* resolve merge conflicts ([e3e1416](https://github.com/nla/nla-blacklight/commit/e3e1416a5623cf228a19c271143cda73fc00ce64)) +* update nla-blacklight_common dependency ([fe223f6](https://github.com/nla/nla-blacklight/commit/fe223f65b4f42c97fdd3e33a878b5ecc5c5f6f38)) + + +### Code Refactoring + +* get collection names from Solr response instead of MARC ([9f05cf9](https://github.com/nla/nla-blacklight/commit/9f05cf9adbbcea707d0248e4b93d704e9e514ff7)) + + +### Build System + +* point nla-blacklight_common to main branch ([91ca9a4](https://github.com/nla/nla-blacklight/commit/91ca9a4d3dba42464173d1f2cea7a9581126b47d)) + ## [2.11.1](https://github.com/nla/nla-blacklight/compare/2.11.0...2.11.1) (2023-11-29) diff --git a/config/application.rb b/config/application.rb index e783879bb..93a3075a6 100644 --- a/config/application.rb +++ b/config/application.rb @@ -24,7 +24,7 @@ end module NlaBlacklight - VERSION = "2.11.1" + VERSION = "3.0.0" class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version.