Skip to content

Commit

Permalink
release 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierubeiz committed Jul 19, 2022
1 parent 60518d6 commit caabd0d
Show file tree
Hide file tree
Showing 3 changed files with 37 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.1
future-release=5.9.0
47 changes: 35 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
# Changelog

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

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

**Closed issues:**

- Configure nightly CircleCI test suite executions [\#352](https://github.com/samvera/questioning_authority/issues/352)
- Support Rails 6.1 releases [\#344](https://github.com/samvera/questioning_authority/issues/344)

**Merged pull requests:**

- Ruby 3.1 and Rails 6.1 support [\#371](https://github.com/samvera/questioning_authority/pull/371) ([eddierubeiz](https://github.com/eddierubeiz))
- Replace URI.unescape with CGI.unescape [\#369](https://github.com/samvera/questioning_authority/pull/369) ([eddierubeiz](https://github.com/eddierubeiz))
- Change open\(url\) to URI.open\(url\) [\#367](https://github.com/samvera/questioning_authority/pull/367) ([eddierubeiz](https://github.com/eddierubeiz))
- Use a regular expression to match error messages [\#363](https://github.com/samvera/questioning_authority/pull/363) ([eddierubeiz](https://github.com/eddierubeiz))
- Remove simplecov and coveralls [\#362](https://github.com/samvera/questioning_authority/pull/362) ([eddierubeiz](https://github.com/eddierubeiz))
- Trivial rubocop changes [\#361](https://github.com/samvera/questioning_authority/pull/361) ([eddierubeiz](https://github.com/eddierubeiz))
- Remove two unneeded blocks [\#360](https://github.com/samvera/questioning_authority/pull/360) ([eddierubeiz](https://github.com/eddierubeiz))
- Call `super()` in a bunch of initializers [\#359](https://github.com/samvera/questioning_authority/pull/359) ([eddierubeiz](https://github.com/eddierubeiz))
- Use \<\< instead of insert, per `Rails/skipsmodelvalidations` rubocop [\#357](https://github.com/samvera/questioning_authority/pull/357) ([eddierubeiz](https://github.com/eddierubeiz))
- Allow Faraday 2.x again [\#354](https://github.com/samvera/questioning_authority/pull/354) ([jrochkind](https://github.com/jrochkind))
- Ensures that CircleCI executes nightly test suites are executed [\#353](https://github.com/samvera/questioning_authority/pull/353) ([jrgriffiniii](https://github.com/jrgriffiniii))

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

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

**Merged pull requests:**

Expand Down Expand Up @@ -60,8 +83,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 @@ -77,7 +100,6 @@

**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 @@ -90,6 +112,7 @@

**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 @@ -140,8 +163,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 @@ -159,9 +182,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 @@ -224,6 +247,7 @@ 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 @@ -243,7 +267,6 @@ 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 @@ -394,7 +417,7 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning
**Merged pull requests:**

- allow a linked data term request to return content as json-ld [\#182](https://github.com/samvera/questioning_authority/pull/182) ([elrayle](https://github.com/elrayle))
- Fixes \#179 [\#181](https://github.com/samvera/questioning_authority/pull/181) ([geekscruff](https://github.com/geekscruff))
- Fixes \#179 [\#181](https://github.com/samvera/questioning_authority/pull/181) ([ghost](https://github.com/ghost))
- Extend the linked data API [\#180](https://github.com/samvera/questioning_authority/pull/180) ([elrayle](https://github.com/elrayle))
- Build better SPARQL for ULAN queries with spaces in them [\#178](https://github.com/samvera/questioning_authority/pull/178) ([mbklein](https://github.com/mbklein))
- jQueryUI Autocomplete example [\#177](https://github.com/samvera/questioning_authority/pull/177) ([ConorSheehan1](https://github.com/ConorSheehan1))
Expand Down Expand Up @@ -483,7 +506,7 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning

- Bump version to 1.1.0 [\#145](https://github.com/samvera/questioning_authority/pull/145) ([jcoyne](https://github.com/jcoyne))
- Add trailing slashes to geonames uris [\#144](https://github.com/samvera/questioning_authority/pull/144) ([jcoyne](https://github.com/jcoyne))
- Added support for the crossref REST API - api.crossref.org [\#132](https://github.com/samvera/questioning_authority/pull/132) ([geekscruff](https://github.com/geekscruff))
- Added support for the crossref REST API - api.crossref.org [\#132](https://github.com/samvera/questioning_authority/pull/132) ([ghost](https://github.com/ghost))
- Add code to process linked data authorities via configuration [\#131](https://github.com/samvera/questioning_authority/pull/131) ([elrayle](https://github.com/elrayle))

## [v1.0.0](https://github.com/samvera/questioning_authority/tree/v1.0.0) (2017-03-22)
Expand Down Expand Up @@ -516,8 +539,8 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning
- Update README with info on creating own authority versus sub-authority. [\#128](https://github.com/samvera/questioning_authority/pull/128) ([andjsmit](https://github.com/andjsmit))
- Ensuring up to date system gems [\#127](https://github.com/samvera/questioning_authority/pull/127) ([jeremyf](https://github.com/jeremyf))
- Add documentation to register\_subauthority [\#126](https://github.com/samvera/questioning_authority/pull/126) ([jcoyne](https://github.com/jcoyne))
- Deprecate `WebServiceBase\#get\_json`; use `\#json` [\#125](https://github.com/samvera/questioning_authority/pull/125) ([no-reply](https://github.com/no-reply))
- Require `activesupport/core\_ext` from authorities [\#124](https://github.com/samvera/questioning_authority/pull/124) ([no-reply](https://github.com/no-reply))
- Deprecate `WebServiceBase#get_json`; use `#json` [\#125](https://github.com/samvera/questioning_authority/pull/125) ([no-reply](https://github.com/no-reply))
- Require `activesupport/core_ext` from authorities [\#124](https://github.com/samvera/questioning_authority/pull/124) ([no-reply](https://github.com/no-reply))
- Make `Authorities::Base` explicitly abstract [\#123](https://github.com/samvera/questioning_authority/pull/123) ([no-reply](https://github.com/no-reply))
- Bump the Ruby and Rails versions [\#122](https://github.com/samvera/questioning_authority/pull/122) ([jcoyne](https://github.com/jcoyne))

Expand Down Expand Up @@ -610,7 +633,7 @@ This was uploaded via automation. [\#318](https://github.com/samvera/questioning

- Replace rest-client with faraday [\#88](https://github.com/samvera/questioning_authority/pull/88) ([cbeer](https://github.com/cbeer))
- Add FAST documentation to the README. [\#86](https://github.com/samvera/questioning_authority/pull/86) ([hackartisan](https://github.com/hackartisan))
- Added support for Getty TGN \(search and find\). [\#83](https://github.com/samvera/questioning_authority/pull/83) ([geekscruff](https://github.com/geekscruff))
- Added support for Getty TGN \(search and find\). [\#83](https://github.com/samvera/questioning_authority/pull/83) ([ghost](https://github.com/ghost))
- New authority - a wrapper for FAST autocomplete service [\#82](https://github.com/samvera/questioning_authority/pull/82) ([hackartisan](https://github.com/hackartisan))

## [v0.5.0](https://github.com/samvera/questioning_authority/tree/v0.5.0) (2015-04-17)
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.1".freeze
VERSION = "5.9.0".freeze
end

0 comments on commit caabd0d

Please sign in to comment.