Skip to content

Commit 3972c6e

Browse files
authored
Merge pull request #596 from Shopify/mangara-release-1-11
Release job-iteration v1.11.0
2 parents 2a5bfb7 + 33bfd71 commit 3972c6e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ nil
1616

1717
nil
1818

19+
## v1.11.0 (Jul 14, 2025)
20+
21+
### Security fixes
22+
23+
- [595](https://github.com/Shopify/job-iteration/pull/595) [CVE-2025-53623] Fixes a security issue in the `CSVEnumerator` where the filename was directly interpolated into a bash command.
24+
25+
### Bug fixes
26+
27+
- [590](https://github.com/Shopify/job-iteration/pull/590) Fix a compatibilty issue between the Sorbet DSL compiler and the latest Tapioca.
28+
- [593](https://github.com/Shopify/job-iteration/pull/593) Properly support required and optional positional arguments in the Sorbet DSL compiler.
29+
- [594](https://github.com/Shopify/job-iteration/pull/594) Clean up the size calculation in the `CSVEnumerator`.
30+
1931
## v1.10.0 (Mar 20, 2025)
2032

2133
### Breaking Changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
job-iteration (1.10.0)
11+
job-iteration (1.11.0)
1212
activejob (>= 6.1)
1313

1414
GEM

lib/job-iteration/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JobIteration
4-
VERSION = "1.10.0"
4+
VERSION = "1.11.0"
55
end

0 commit comments

Comments
 (0)