You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
### Main (unreleased)
2
2
Nil
3
3
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
+
4
7
## v1.5.0 (May 29, 2024)
5
8
### Changes
6
9
@@ -17,6 +20,9 @@ Nil
17
20
when generating position for cursor based on `:id` column (Rails 7.1 and above, where composite
18
21
primary models are now supported). This ensures we grab the value of the id column, rather than a
19
22
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
0 commit comments