Skip to content

Commit 98589e9

Browse files
committed
Bump version to 2.1.0
1 parent 4e41847 commit 98589e9

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 2.1.0
9+
10+
### Added
11+
12+
- Allow RedisMutex’s locking duration and polling interval to be customizable, thanks to @thukim! [See pull request](https://github.com/chaps-io/gush/pull/74)
13+
- Support for Rails 7.0 and Ruby 3.0-3.1, thanks to @joshRpowell and @kzkn!
14+
815
## 2.0.1
916

1017
### Fixed
@@ -13,31 +20,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1320

1421
## 2.0.0
1522

16-
## Changed
23+
### Changed
1724

1825
- *[BREAKING]* Store gush jobs on redis hash instead of plain keys - this improves performance when retrieving keys (Thanks to @Saicheg! [See pull request](https://github.com/chaps-io/gush/pull/56))
1926

2027

21-
## Added
28+
### Added
2229

2330
- Allow setting queue for each job via `:queue` option in `run` method (Thanks to @devilankur18! [See pull request](https://github.com/chaps-io/gush/pull/58))
2431

2532

2633
## 1.1.1 - 2018-06-09
2734

28-
## Changed
35+
### Changed
2936

3037
- Relax dependency on ActiveSupport to work with 4.2 up to 5.X (Thanks to @iacobus! [See pull request](https://github.com/chaps-io/gush/pull/54))
3138

3239

3340
## 1.1.0 - 2018-02-05
3441

35-
## Added
42+
### Added
3643

3744
- Added ability to specify TTL for Redis keys and manually expire whole workflows (Thanks to @dmitrypol! [See pull request](https://github.com/chaps-io/gush/pull/48))
3845
- Loosened dependency on redis-rb library to >= 3.2 and < 5.0 (Thanks to @mofumofu3n! [See pull request](https://github.com/chaps-io/gush/pull/52))
3946

40-
## Fixed
47+
### Fixed
4148

4249
- Improved performance of (de)serializing workflows by not storing job array inside workflow JSON and other smaller improvements ([See pull request](https://github.com/chaps-io/gush/pull/53))
4350

gush.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "gush"
7-
spec.version = "2.0.2"
7+
spec.version = "2.1.0"
88
spec.authors = ["Piotrek Okoński"]
99
spec.email = ["piotrek@okonski.org"]
1010
spec.summary = "Fast and distributed workflow runner based on ActiveJob and Redis"

0 commit comments

Comments
 (0)