File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
lib/async/job/adapter/active_job Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module Async
7
7
module Job
8
8
module Adapter
9
9
module ActiveJob
10
- VERSION = "0.17 .0"
10
+ VERSION = "0.18 .0"
11
11
end
12
12
end
13
13
end
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Please see the [project documentation](https://socketry.github.io/async-job-adap
14
14
15
15
Please see the [ project releases] ( https://socketry.github.io/async-job-adapter-active_job/releases/index ) for all releases.
16
16
17
+ ### v0.18.0
18
+
19
+ - Default to per-fiber isolation.
20
+
17
21
### v0.17.0
18
22
19
23
- Fix health check.
@@ -60,10 +64,6 @@ Please see the [project releases](https://socketry.github.io/async-job-adapter-a
60
64
- Remove ` thread-local ` gem dependency.
61
65
- Improve error handling - don't log failures as ActiveJob already handles this.
62
66
63
- ### v0.12.1
64
-
65
- - Force string names for queue identifiers, fixes \# 5.
66
-
67
67
## Contributing
68
68
69
69
We welcome contributions to this project.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.18.0
4
4
5
5
- Default to per-fiber isolation.
6
6
You can’t perform that action at this time.
0 commit comments