File rubygem-rsolr.changes of Package rubygem-rsolr
-------------------------------------------------------------------
Fri Jun 21 10:37:04 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 2.6.0
- Stop testing on Ruby 2. https://github.com/rsolr/rsolr/pull/237
- Set solr version to 8.11.3. https://github.com/rsolr/rsolr/pull/238
- Add newer rubies to the test matrix. https://github.com/rsolr/rsolr/pull/239
- Sanitizing URIs displayed in error messages. https://github.com/rsolr/rsolr/pull/236
2.5.0
- Sorry, not human-edited: https://github.com/rsolr/rsolr/compare/v2.4.0...v2.5.0
-------------------------------------------------------------------
Tue Feb 15 07:40:04 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.5.0
see installed CHANGES.txt
-------------------------------------------------------------------
Tue Jan 25 07:30:16 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.4.0
see installed CHANGES.txt
2.4.0
- Raise specific timeout error for solr timeouts. https://github.com/rsolr/rsolr/pull/214
- Pass `timeout` RSolr configuration through to Faraday, deprecate `read_timeout` Rsolr configuration. https://github.com/rsolr/rsolr/pull/215
- Better visibility of Solr error message in `RSolr::Error`. https://github.com/rsolr/rsolr/pull/222
- Add soft-commit function https://github.com/rsolr/rsolr/pull/210 (thanks @giteshnandre)
- Avoid encoding exception in error message display https://github.com/rsolr/rsolr/pull/208 (thanks @expajp)
- Fix JSON generator for atomic updates of array fields https://github.com/rsolr/rsolr/pull/201 (thanks @serggl)
2.3.0
- Sorry, not human-edited: https://github.com/rsolr/rsolr/compare/v2.2.0...v2.3.0
2.2.0
- Sorry, not human-edited: https://github.com/rsolr/rsolr/compare/v2.1.0...v2.2.0
2.1.0
- Sorry, not human-edited: https://github.com/rsolr/rsolr/compare/v2.0.0...v2.1.0
2.0.0
- Sorry, not human-edited: https://github.com/rsolr/rsolr/compare/v2.0.0.pre1...v2.0.0
-------------------------------------------------------------------
Mon Feb 10 15:39:31 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.3.0
see installed CHANGES.txt
-------------------------------------------------------------------
Wed May 16 08:16:01 UTC 2018 - factory-auto@kulow.org
- updated to version 2.2.1
see installed CHANGES.txt
-------------------------------------------------------------------
Sun Dec 3 19:34:34 UTC 2017 - coolo@suse.com
- updated to version 2.1.0
see installed CHANGES.txt
-------------------------------------------------------------------
Tue May 23 10:16:57 UTC 2017 - coolo@suse.com
- updated to version 2.0.2
see installed CHANGES.txt
2.0.0.pre1
In this release, we've added many new features, including:
- a new JSON request generator (enabled by default, replacing the XML-based requests) (@mootprinter)
- using Faraday for added flexibility for HTTP configuration
- native support for nested child documents and atomic updates in RSolr::Document and RSolr::Client.add
- better support for custom field value converters (@solenko)
- removing code deprecated in RSolr 1.x (@vipulnsward, and others)
-------------------------------------------------------------------
Sat Aug 20 04:38:29 UTC 2016 - coolo@suse.com
- updated to version 1.1.2
see installed CHANGES.txt
-------------------------------------------------------------------
Tue Feb 23 05:41:42 UTC 2016 - coolo@suse.com
- updated to version 1.1.1
see installed CHANGES.txt
-------------------------------------------------------------------
Thu Oct 15 04:31:01 UTC 2015 - coolo@suse.com
- updated to version 1.0.13
see installed CHANGES.txt
-------------------------------------------------------------------
Sat Mar 7 05:30:15 UTC 2015 - coolo@suse.com
- updated to version 1.0.12
-------------------------------------------------------------------
Fri Feb 27 05:31:22 UTC 2015 - coolo@suse.com
- updated to version 1.0.11
-------------------------------------------------------------------
Mon Oct 13 18:41:19 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun Apr 6 05:38:51 UTC 2014 - coolo@suse.com
- updated to version 1.0.10, no changelog
-------------------------------------------------------------------
Thu May 16 10:26:03 UTC 2013 - coolo@suse.com
- updated to version 1.0.9
- Ability to set :retry_503, the number of retry attempts for a 503 response
with a Retry-After header.
-------------------------------------------------------------------
Mon Jul 30 10:02:17 UTC 2012 - coolo@suse.com
- initial package