File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## master (unreleased)
22
3+ ## 0.36.0 (2026-07-20)
4+
35- Serialize to JSON ` cursor ` value for background data migrations
46
57 Note: Run ` bin/rails generate online_migrations:upgrade ` if using background migrations.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- online_migrations (0.35 .0 )
4+ online_migrations (0.36 .0 )
55 activerecord (>= 7.2 )
66
77GEM
@@ -246,7 +246,7 @@ CHECKSUMS
246246 nokogiri (1.19.3-x86_64-darwin) sha256=77f3fba57d46c53ab31e62fc6c28f705109d1bf6264356c76f132b2be5728d4d
247247 nokogiri (1.19.3-x86_64-linux-gnu) sha256=2f5078620fe12e83669b5b17311b32532a8153d02eee7ad06948b926d6080976
248248 nokogiri (1.19.3-x86_64-linux-musl) sha256=248c906d2166eca5efb56d52fdee5f9a1f51d69a72e2b64fdac647b4ce39ea3f
249- online_migrations (0.35 .0)
249+ online_migrations (0.36 .0)
250250 parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
251251 parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
252252 pg (1.6.3) sha256=1388d0563e13d2758c1089e35e973a3249e955c659592d10e5b77c468f628a99
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module OnlineMigrations
4- VERSION = "0.35 .0"
4+ VERSION = "0.36 .0"
55end
You can’t perform that action at this time.
0 commit comments