Releases: tulibraries/cob_web_index
Releases · tulibraries/cob_web_index
0.3.2
Fix commands not receiving options on ruby 3.x upgrade
0.3.0 (Update to ruby 3.1)
What's Changed
- Bump rubocop from 1.15.0 to 1.16.0 by @dependabot in #90
- Bump rubocop from 1.16.0 to 1.16.1 by @dependabot in #91
- DEVO-406: Add test coverage. by @dkinzer in #92
- Bump rubocop from 1.16.1 to 1.18.1 by @dependabot in #97
- Bump gli from 2.20.0 to 2.20.1 by @dependabot in #95
- Bump rubocop from 1.18.1 to 1.18.3 by @dependabot in #99
- Bump rake from 13.0.3 to 13.0.4 by @dependabot in #100
- Bump rake from 13.0.4 to 13.0.5 by @dependabot in #101
- Bump rake from 13.0.5 to 13.0.6 by @dependabot in #102
- Bump addressable from 2.7.0 to 2.8.0 by @dependabot in #103
- Bump guard from 2.17.0 to 2.18.0 by @dependabot in #104
- Bump rubocop from 1.18.3 to 1.18.4 by @dependabot in #105
- Bump rubocop from 1.18.4 to 1.19.0 by @dependabot in #106
- Bump rubocop from 1.19.0 to 1.19.1 by @dependabot in #107
- Bump rubocop from 1.19.1 to 1.20.0 by @dependabot in #108
- Bump httparty from 0.18.1 to 0.19.0 by @dependabot in #109
- Bump rubocop from 1.20.0 to 1.21.0 by @dependabot in #110
- Bump nokogiri from 1.11.5 to 1.12.5 by @dependabot in #111
- Bump rubocop from 1.21.0 to 1.22.0 by @dependabot in #112
- Bump httparty from 0.19.0 to 0.20.0 by @dependabot in #113
- Bump rubocop from 1.22.0 to 1.22.1 by @dependabot in #114
- Bump rubocop from 1.22.1 to 1.22.2 by @dependabot in #115
- Bump rubocop from 1.22.2 to 1.22.3 by @dependabot in #116
- Bump traject from 3.5.0 to 3.6.0 by @dependabot in #94
- Bump rubocop from 1.22.3 to 1.23.0 by @dependabot in #117
- DEVO-490 Update circleci image by @sensei100 in #118
- Go back to version we were using before by @sensei100 in #119
- Bump rubocop from 1.23.0 to 1.24.1 by @dependabot in #121
- Bump rubocop from 1.24.1 to 1.25.0 by @dependabot in #122
- Bump gli from 2.20.1 to 2.21.0 by @dependabot in #123
- Bump rubocop from 1.25.0 to 1.25.1 by @dependabot in #124
- Bump traject from 3.6.0 to 3.7.0 by @dependabot in #125
- Bump rspec from 3.10.0 to 3.11.0 by @dependabot in #126
- Bump nokogiri from 1.13.1 to 1.13.3 by @dependabot in #127
- Bump rubocop from 1.25.1 to 1.26.0 by @dependabot in #128
- Bump rubocop from 1.26.0 to 1.26.1 by @dependabot in #129
- Bump rubocop from 1.26.1 to 1.27.0 by @dependabot in #130
- Bump nokogiri from 1.13.3 to 1.13.4 by @dependabot in #131
- Bump rubocop from 1.27.0 to 1.28.1 by @dependabot in #133
- Bump nokogiri from 1.13.4 to 1.13.6 by @dependabot in #137
- Bump rubocop from 1.28.1 to 1.30.1 by @dependabot in #139
- Bump rubocop from 1.30.1 to 1.31.0 by @dependabot in #140
- Bump rubocop from 1.31.0 to 1.31.1 by @dependabot in #141
- Bump rubocop from 1.31.1 to 1.31.2 by @dependabot in #142
- Bump rubocop from 1.31.2 to 1.32.0 by @dependabot in #143
- Bump rubocop from 1.32.0 to 1.33.0 by @dependabot in #144
- Bump rubocop from 1.33.0 to 1.34.1 by @dependabot in #146
- Bump rubocop from 1.34.1 to 1.35.0 by @dependabot in #147
- Bump pry-byebug from 3.9.0 to 3.10.1 by @dependabot in #149
- Bump rubocop from 1.35.0 to 1.36.0 by @dependabot in #151
- Bump pry from 0.13.1 to 0.14.1 by @dependabot in #152
- Bump nokogiri from 1.13.6 to 1.13.9 by @dependabot in #154
- Bump rubocop from 1.36.0 to 1.37.1 by @dependabot in #155
- Bump rspec from 3.11.0 to 3.12.0 by @dependabot in #156
- Bump rubocop from 1.37.1 to 1.40.0 by @dependabot in #160
- DEVO-654 Update ruby to 3.1.3 by @sensei100 in #162
Full Changelog: 0.2.0...0.3.0
Adds Boosting
Release Notes:
- Adds a field to boost records by type
- Updates content types
- Dependency updates
Bug fixes:
- Fixes a bug where records were being skipped when they were valid
Add pages to indexing process
Bugs
- Website Pages were not being indexed. This adds them to the web_content_type_facet so that results appear in both the bento and website search results.