File rubygem-redis-store.changes of Package rubygem-redis-store
-------------------------------------------------------------------
Mon Nov 4 17:22:41 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 1.11.0, see bundled CHANGELOG.md
-------------------------------------------------------------------
Fri Nov 3 07:55:22 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ## 1.10.0 and future
As at 1.10 and above, changelog information will be on this project's releases page:
https://github.com/redis-store/redis-store/releases
-------------------------------------------------------------------
Tue Jan 25 07:26:24 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.9.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Sep 25 14:46:44 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 1.9.0
see installed CHANGELOG.md
## 1.9.0
Breaking Changes
* As a factor of updates for Redis v4.2.x, support for Ruby 2.1 and 2.2
has been dropped. These Ruby versions are end-of-life anyway.
Fixed
* [Compatibility with Redis client v4.2.x](https://github.com/redis-store/redis-store/pull/333)
Added
* [Support for edge Ruby's keyword arguments](https://github.com/redis-store/redis-store/pull/334)
## 1.8.2
Breaking Changes
* None
Added
* [Add namespace to zincrby and zscore](https://github.com/redis-store/redis-store/pull/323)
* [Add namespace to zadd and zrem](https://github.com/redis-store/redis-store/pull/326)
Fixed
* None
-------------------------------------------------------------------
Thu May 7 21:22:25 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.8.2
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Feb 10 15:33:57 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.8.1
see installed CHANGELOG.md
## 1.8.1
Breaking Changes
* None
Added
* None
Fixed
* [Add namespace to remaining hash methods](https://github.com/redis-store/redis-store/pull/321)
## 1.8.0
Breaking Changes
* None
Added
* [Redis Cluster Support](https://github.com/redis-store/redis-store/pull/318)
Fixed
* None
-------------------------------------------------------------------
Thu Nov 22 05:31:52 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 1.6.0
see installed CHANGELOG.md
## 1.6.0
Breaking Changes
* None
Added
* [SSL/TLS Support with the rediss:// URI scheme](https://github.com/redis-store/redis-store/pull/306)
* [Use Code Style Guide For New Contributions](https://github.com/redis-store/redis-store/pull/309)
Fixed
* None
-------------------------------------------------------------------
Mon Apr 16 17:42:49 UTC 2018 - factory-auto@kulow.org
- updated to version 1.5.0
see installed CHANGELOG.md
## 1.5.0
Breaking Changes
* None
Added
* [Support for Redis v4 and above](https://github.com/redis-store/redis-store/pull/292)
* [Support for distributed mget/read_multi in Redis v4](https://github.com/redis-store/redis-store/pull/282)
* [Tests for Namespace#flushdb](https://github.com/redis-store/redis-store/pull/299)
* [Support for UNIX Socket path connections](https://github.com/redis-store/redis-store/pull/298)
* [HashRing configuration for DistributedStore](https://github.com/redis-store/redis-store/pull/304)
Fixed
* [Inefficient use of KEYS when calling FLUSHDB without a namespace](https://github.com/redis-store/redis-store/pull/297)
-------------------------------------------------------------------
Thu Oct 26 10:10:11 UTC 2017 - coolo@suse.com
- updated to version 1.4.1
CHANGELOG removed upstream
-------------------------------------------------------------------
Mon Aug 28 05:36:31 UTC 2017 - coolo@suse.com
- updated to version 1.4.0
see installed CHANGELOG
# Changelog
## 1.3.0
Breaking Changes
* None
Added
* Add support for marshalling mset
Fixed
* Set :raw => true if marshalling
* Forward new Hash, not nil, when options are unset
## 1.2.0
Breaking Changes
* None
Added
* Allow changing namespaces on the fly
* Begin testing against ruby 2.3.0
Fixed
* Use batched deletes for flushdb with a namespace
* pass set command options to redis
* bump rbx 2
* fix setex marshalling for distributed store
* changes to new url
* :warning: shadowing outer local variable - key, pattern, value
* :warning: `*' interpreted as argument prefix
* Removed duplicated method ttl
## 1.1.7
Breaking Changes
* None
Added
* Added redis_version and supports_redis_version? methods to Store and DistributedStore
Fixed
* Handle minor and patch version correctly as they may be multiple digits
-------------------------------------------------------------------
Sat Oct 29 04:46:02 UTC 2016 - coolo@suse.com
- updated to version 1.3.0
see installed CHANGELOG
-------------------------------------------------------------------
Tue Dec 1 12:00:58 UTC 2015 - mrueckert@suse.de
- update to 1.1.7
-------------------------------------------------------------------
Sat Sep 26 03:27:35 UTC 2015 - mrueckert@suse.de
- update to 1.1.6
-------------------------------------------------------------------
Wed Jul 23 14:24:33 UTC 2014 - mrueckert@suse.de
- added gem2rpm.yml: set proper license
-------------------------------------------------------------------
Wed Jul 23 13:34:35 UTC 2014 - mrueckert@suse.de
- - initial package