File tree 5 files changed +16
-2
lines changed
5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v4.9.3] ( https://github.com/bensheldon/good_job/tree/v4.9.3 ) (2025-03-10)
4
+
5
+ [ Full Changelog] ( https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3 )
6
+
7
+ ** Closed issues:**
8
+
9
+ - perform\_ job.good\_ job notification for successful jobs has error\_ event: : discarded [ \# 1609] ( https://github.com/bensheldon/good_job/issues/1609 )
10
+
11
+ ** Merged pull requests:**
12
+
13
+ - Fix instrumentation of "perform\_ job.good\_ job" event [ \# 1616] ( https://github.com/bensheldon/good_job/pull/1616 ) ([ bensheldon] ( https://github.com/bensheldon ) )
14
+
3
15
## [ v4.9.2] ( https://github.com/bensheldon/good_job/tree/v4.9.2 ) (2025-03-09)
4
16
5
17
[ Full Changelog] ( https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- good_job (4.9.2 )
4
+ good_job (4.9.3 )
5
5
activejob (>= 6.1.0 )
6
6
activerecord (>= 6.1.0 )
7
7
concurrent-ruby (>= 1.3.1 )
Original file line number Diff line number Diff line change
1
+ 537e5dfe1069354faf6f9c56a00b1c4bb0ef88330e2aa03a78927cebceb19c84
Original file line number Diff line number Diff line change
1
+ b12c35fa25b7ec1dcf0afbdb1066cec7d2b90ef5d6db191aa33b5c70c16038663a27c88e3d814799604d44be1689329312b068e7e4a16928fab5df48c08b6047
Original file line number Diff line number Diff line change 2
2
3
3
module GoodJob
4
4
# GoodJob gem version.
5
- VERSION = '4.9.2 '
5
+ VERSION = '4.9.3 '
6
6
7
7
# GoodJob version as Gem::Version object
8
8
GEM_VERSION = Gem ::Version . new ( VERSION )
You can’t perform that action at this time.
0 commit comments