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
feat(deps)!: upgrade shibuya-pgmq-adapter and the pgmq-hs family
Bump shibuya-pgmq-adapter to 0.12.0.0 and the pgmq-* family to 0.4.0.0, which
puts the PGMQ path on the pg-migrate 1.1 family alongside kiroku and keiro.
Picks up the adapter fix where idle streams now observe shutdown instead of
polling until forcibly cancelled. shibuya-core is already at its latest 0.8.0.1.
pgmq-migration 0.4 removed its migrate/upgrade/validate runner in favor of a
native pg-migrate component, so the keiro-pgmq suite no longer installs the PGMQ
schema with a second, standalone migration. A pg-migrate ledger is shared by
every component in it, and a pgmq-only plan failed strict verification with
UnknownStoredMigration against a template that already carried the kiroku and
keiro components. The component is now composed into the framework plan so one
ledger owns all three.
Drop the hasql-migration source-repository-package pin: it existed only for
pgmq-migration 0.3, and nothing in the build plan depends on it now.
BREAKING CHANGE: Keiro.Test.Postgres.withMigratedSuiteWith takes
[MigrationComponent] appended to the framework plan instead of a Text -> IO ()
hook that ran its own migration against the template database.
0 commit comments