Skip to content

Commit 6aa24b2

Browse files
committed
Update changelog
1 parent e17e2ca commit 6aa24b2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
### Main (unreleased)
22
Nil
33

4+
## v1.5.1 (May 29,2024)
5+
- [483](https://github.com/Shopify/job-iteration/pull/483) Reverts [#456 Use Arel instead of String for AR Enumerator conditionals](https://github.com/Shopify/job-iteration/pull/456)
6+
47
## v1.5.0 (May 29, 2024)
58
### Changes
69

@@ -17,6 +20,9 @@ Nil
1720
when generating position for cursor based on `:id` column (Rails 7.1 and above, where composite
1821
primary models are now supported). This ensures we grab the value of the id column, rather than a
1922
potentially composite primary key value.
23+
- [456](https://github.com/Shopify/job-iteration/pull/431) - Use Arel to generate SQL that's type compatible for the
24+
cursor pagination conditionals in ActiveRecord cursor. Previously, the cursor would coerce numeric ids to a string value
25+
(e.g.: `... AND id > '1'`)
2026

2127
## v1.4.1 (Sep 5, 2023)
2228

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
job-iteration (1.5.0)
10+
job-iteration (1.5.1)
1111
activejob (>= 5.2)
1212

1313
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.5.0"
4+
VERSION = "1.5.1"
55
end

0 commit comments

Comments
 (0)