Skip to content

Commit

Permalink
release 5.8.1
Browse files Browse the repository at this point in the history
- Revert "wrap initialization in reloader.to\_prepare to avoid autoload deprecation warning in some cases" [\#350](#350)
  • Loading branch information
elrayle committed Feb 7, 2022
1 parent 16176ab commit f92b4ee
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=5.8.0
future-release=5.8.1
32 changes: 20 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Changelog

## [5.8.0](https://github.com/samvera/questioning_authority/tree/5.8.0) (2022-02-04)
## [5.8.1](https://github.com/samvera/questioning_authority/tree/5.8.1) (2022-02-07)

[Full Changelog](https://github.com/samvera/questioning_authority/compare/v5.7.0...5.8.0)
[Full Changelog](https://github.com/samvera/questioning_authority/compare/v5.8.0...5.8.1)

**Merged pull requests:**

- Revert "wrap initialization in reloader.to\_prepare to avoid autoload deprecation warning in some cases" [\#350](https://github.com/samvera/questioning_authority/pull/350) ([cjcolvar](https://github.com/cjcolvar))

## [v5.8.0](https://github.com/samvera/questioning_authority/tree/v5.8.0) (2022-02-04)

[Full Changelog](https://github.com/samvera/questioning_authority/compare/v5.7.0...v5.8.0)

**Merged pull requests:**

- wrap initialization in reloader.to\_prepare to avoid autoload deprecation warning in some cases [\#349](https://github.com/samvera/questioning_authority/pull/349) ([jrochkind](https://github.com/jrochkind))
- add pagination service for non-linked data authorities following jsonapi standard [\#348](https://github.com/samvera/questioning_authority/pull/348) ([elrayle](https://github.com/elrayle))
- temporarily pin Faraday gem to \< 2.0 [\#347](https://github.com/samvera/questioning_authority/pull/347) ([elrayle](https://github.com/elrayle))
- add pagination service and use it for yml file authorities [\#348](https://github.com/samvera/questioning_authority/pull/348) ([elrayle](https://github.com/elrayle))
- pin Faraday gem to \< 2.0 [\#347](https://github.com/samvera/questioning_authority/pull/347) ([elrayle](https://github.com/elrayle))

## [v5.7.0](https://github.com/samvera/questioning_authority/tree/v5.7.0) (2021-11-04)

Expand Down Expand Up @@ -52,8 +60,8 @@

**Merged pull requests:**

- do not overwrite passed in replacements hash [\#329](https://github.com/samvera/questioning_authority/pull/329) ([elrayle](https://github.com/elrayle))
- encode query for linked data access to OCLC FAST [\#328](https://github.com/samvera/questioning_authority/pull/328) ([elrayle](https://github.com/elrayle))
- Fixes issue limiting LoC results to an authority [\#323](https://github.com/samvera/questioning_authority/pull/323) ([rotated8](https://github.com/rotated8))

## [v3.1.0](https://github.com/samvera/questioning_authority/tree/v3.1.0) (2020-08-14)

Expand All @@ -69,6 +77,7 @@

**Merged pull requests:**

- do not overwrite passed in replacements hash [\#329](https://github.com/samvera/questioning_authority/pull/329) ([elrayle](https://github.com/elrayle))
- prep release 5.5.1 [\#324](https://github.com/samvera/questioning_authority/pull/324) ([elrayle](https://github.com/elrayle))

## [v5.5.1](https://github.com/samvera/questioning_authority/tree/v5.5.1) (2020-08-14)
Expand All @@ -81,7 +90,6 @@

**Merged pull requests:**

- Fixes issue limiting LoC results to an authority [\#323](https://github.com/samvera/questioning_authority/pull/323) ([rotated8](https://github.com/rotated8))
- prep release 5.5.0 [\#322](https://github.com/samvera/questioning_authority/pull/322) ([elrayle](https://github.com/elrayle))

## [v5.5.0](https://github.com/samvera/questioning_authority/tree/v5.5.0) (2020-08-13)
Expand Down Expand Up @@ -132,8 +140,8 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning
**Merged pull requests:**

- prep for release 5.3.0 [\#303](https://github.com/samvera/questioning_authority/pull/303) ([elrayle](https://github.com/elrayle))
- optionally include IP info at start of search/find linked data requests [\#302](https://github.com/samvera/questioning_authority/pull/302) ([elrayle](https://github.com/elrayle))
- add a request id to the search and find request headers [\#301](https://github.com/samvera/questioning_authority/pull/301) ([elrayle](https://github.com/elrayle))
- use response.media\_type instead of .content\_type in tests [\#292](https://github.com/samvera/questioning_authority/pull/292) ([jrochkind](https://github.com/jrochkind))

## [v5.2.0](https://github.com/samvera/questioning_authority/tree/v5.2.0) (2019-12-03)

Expand All @@ -151,9 +159,9 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning

**Merged pull requests:**

- optionally include IP info at start of search/find linked data requests [\#302](https://github.com/samvera/questioning_authority/pull/302) ([elrayle](https://github.com/elrayle))
- prep for 5.1.0 release [\#297](https://github.com/samvera/questioning_authority/pull/297) ([elrayle](https://github.com/elrayle))
- use new index\_name\_exists? method signature if rails6 too [\#294](https://github.com/samvera/questioning_authority/pull/294) ([jrochkind](https://github.com/jrochkind))
- use response.media\_type instead of .content\_type in tests [\#292](https://github.com/samvera/questioning_authority/pull/292) ([jrochkind](https://github.com/jrochkind))
- add option to include a response header in results [\#283](https://github.com/samvera/questioning_authority/pull/283) ([elrayle](https://github.com/elrayle))

## [v5.0.0](https://github.com/samvera/questioning_authority/tree/v5.0.0) (2019-11-18)
Expand Down Expand Up @@ -216,7 +224,6 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning
**Merged pull requests:**

- prep for release 4.2.2 [\#270](https://github.com/samvera/questioning_authority/pull/270) ([elrayle](https://github.com/elrayle))
- set correct content type for show [\#266](https://github.com/samvera/questioning_authority/pull/266) ([elrayle](https://github.com/elrayle))

## [v4.2.1](https://github.com/samvera/questioning_authority/tree/v4.2.1) (2019-08-08)

Expand All @@ -236,6 +243,7 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning

**Merged pull requests:**

- set correct content type for show [\#266](https://github.com/samvera/questioning_authority/pull/266) ([elrayle](https://github.com/elrayle))
- Prep for release 4.2.1 [\#265](https://github.com/samvera/questioning_authority/pull/265) ([elrayle](https://github.com/elrayle))
- allow error from RDF::Graph to be parsed with or without paren around code [\#264](https://github.com/samvera/questioning_authority/pull/264) ([elrayle](https://github.com/elrayle))
- Remove CircleCI ruby/rails version defaults [\#261](https://github.com/samvera/questioning_authority/pull/261) ([botimer](https://github.com/botimer))
Expand Down Expand Up @@ -267,7 +275,6 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning
- Fix the test that broke during merge of multiple PRs [\#251](https://github.com/samvera/questioning_authority/pull/251) ([elrayle](https://github.com/elrayle))
- determine is loc special processing should be done based on template uri instead of authority name [\#248](https://github.com/samvera/questioning_authority/pull/248) ([elrayle](https://github.com/elrayle))
- Updates the CircleCI configuration to test against Ruby releases 2.6.3, 2.5.5, and 2.4.6 [\#243](https://github.com/samvera/questioning_authority/pull/243) ([jrgriffiniii](https://github.com/jrgriffiniii))
- reset uri with every call to find [\#240](https://github.com/samvera/questioning_authority/pull/240) ([elrayle](https://github.com/elrayle))

## [v4.1.1](https://github.com/samvera/questioning_authority/tree/v4.1.1) (2019-05-08)

Expand All @@ -280,6 +287,7 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning
**Merged pull requests:**

- release 4.1.1 [\#241](https://github.com/samvera/questioning_authority/pull/241) ([elrayle](https://github.com/elrayle))
- reset uri with every call to find [\#240](https://github.com/samvera/questioning_authority/pull/240) ([elrayle](https://github.com/elrayle))
- do not discard blank nodes [\#239](https://github.com/samvera/questioning_authority/pull/239) ([elrayle](https://github.com/elrayle))
- improve deprecation warnings [\#238](https://github.com/samvera/questioning_authority/pull/238) ([elrayle](https://github.com/elrayle))

Expand Down Expand Up @@ -310,7 +318,6 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning
- Move search and find tests SearchQuery and FindTerm specs [\#228](https://github.com/samvera/questioning_authority/pull/228) ([elrayle](https://github.com/elrayle))
- Add CircleCI instead of Travis [\#222](https://github.com/samvera/questioning_authority/pull/222) ([tpendragon](https://github.com/tpendragon))
- New authority for Discogs data. [\#220](https://github.com/samvera/questioning_authority/pull/220) ([tworrall](https://github.com/tworrall))
- Default id to subject uri when missing [\#219](https://github.com/samvera/questioning_authority/pull/219) ([elrayle](https://github.com/elrayle))

## [v4.0.0](https://github.com/samvera/questioning_authority/tree/v4.0.0) (2019-03-11)

Expand All @@ -335,6 +342,7 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning

**Merged pull requests:**

- Default id to subject uri when missing [\#219](https://github.com/samvera/questioning_authority/pull/219) ([elrayle](https://github.com/elrayle))
- prep for release candidate 4.0.0.rc1 [\#217](https://github.com/samvera/questioning_authority/pull/217) ([elrayle](https://github.com/elrayle))
- prep for 4.0.0 release [\#216](https://github.com/samvera/questioning_authority/pull/216) ([elrayle](https://github.com/elrayle))
- Update README to point to new wiki documentation [\#215](https://github.com/samvera/questioning_authority/pull/215) ([elrayle](https://github.com/elrayle))
Expand Down Expand Up @@ -713,7 +721,6 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning
- Issue47 [\#48](https://github.com/samvera/questioning_authority/pull/48) ([awead](https://github.com/awead))
- Remove LCSH authority because it duplicates LOC's subjects sub-authority [\#46](https://github.com/samvera/questioning_authority/pull/46) ([awead](https://github.com/awead))
- Remove Curb as a dependency. Deprecate get\_full\_record [\#44](https://github.com/samvera/questioning_authority/pull/44) ([jcoyne](https://github.com/jcoyne))
- add full\_record method to local subauthority [\#43](https://github.com/samvera/questioning_authority/pull/43) ([jcoyne](https://github.com/jcoyne))

## [v0.0.3](https://github.com/samvera/questioning_authority/tree/v0.0.3) (2013-11-11)

Expand All @@ -725,6 +732,7 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning

**Merged pull requests:**

- add full\_record method to local subauthority [\#43](https://github.com/samvera/questioning_authority/pull/43) ([jcoyne](https://github.com/jcoyne))
- Re-add mesh rake tasks [\#37](https://github.com/samvera/questioning_authority/pull/37) ([dbrower](https://github.com/dbrower))

## [v0.0.2](https://github.com/samvera/questioning_authority/tree/v0.0.2) (2013-11-07)
Expand Down
2 changes: 1 addition & 1 deletion lib/qa/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Qa
VERSION = "5.8.0".freeze
VERSION = "5.8.1".freeze
end

0 comments on commit f92b4ee

Please sign in to comment.