Skip to content

release: v0.12.0#204

Merged
jaredwray merged 1 commit into
mainfrom
release/v0.12.0
Jun 16, 2026
Merged

release: v0.12.0#204
jaredwray merged 1 commit into
mainfrom
release/v0.12.0

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Release summary

Dependency-management release: redis 6, hookified 3, and OIDC trusted publishing with provenance. All five published packages bump 0.11.0 → 0.12.0 in lockstep (fixed-version monorepo).

Packages

Package Current New Bump Rationale Commits
qified 0.11.0 0.12.0 minor hookified 2→3 (major dep), provenance 2
@qified/redis 0.11.0 0.12.0 minor redis 5→6 (major dep, RESP3), hookified 3 3
@qified/rabbitmq 0.11.0 0.12.0 minor hookified 2→3 (major dep), provenance 2
@qified/nats 0.11.0 0.12.0 minor hookified 3, @nats-io 3.4, provenance 2
@qified/zeromq 0.11.0 0.12.0 minor provenance + repo metadata (lockstep) 1
@qified/mono (root) 0.11.0 0.12.0 private not published; bumped to hold lockstep 3

v0.12.0 — 2026-06-16

Dependency-management release: redis 6, hookified 3, and OIDC trusted publishing with provenance.

⚠ BREAKING CHANGES

  • upgrade redis runtime dependency 5.12.16.0.0 in @qified/redis (ffaa82f, @qified/redis - chore: upgrade redis to 6.0.0 (breaking) #202)
    Migration: redis 6 makes RESP3 the default wire protocol and requires Node 20+ (qified already requires 22+). @qified/redis builds and passes its full live-Redis suite unchanged, so the provider's own API is unaffected. Consumers that reach the underlying client or depend on RESP2 reply shapes should pass RESP: 2 in their client options.

Changed

Internal

Contributors

Full List of Changes

Full diff: v0.11.0...v0.12.0

Verification

  • pnpm install --frozen-lockfile succeeds — lockfile up to date
  • pnpm build succeeds — all 5 packages compile
  • qified core: pnpm --filter qified test → 132 tests pass, lint clean, 100% statement/function/line coverage
  • Provider suites (@qified/redis/rabbitmq/nats/zeromq) require live Docker services — run in CI
  • No changes outside the version bump (no CHANGELOG.md is kept in this repo; release notes live here + in the GitHub Release)

Post-merge

  • Merge, then create a GitHub Release at tag v0.12.0 — the release.yaml workflow (release: [released]) runs pnpm publish:packages, publishing all five packages to npm via OIDC trusted publishing with provenance.
  • ⚠️ One-time prerequisite (from ci: migrate npm release to OIDC trusted publishing with provenance #203): configure the npm Trusted Publisher for each package (qified, @qified/redis, @qified/rabbitmq, @qified/nats, @qified/zeromq) on npmjs.com before the first OIDC publish, otherwise the publish step will fail to authenticate.

Generated by Claude Code

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the monorepo root and all associated packages (including nats, qified, rabbitmq, redis, and zeromq) from 0.11.0 to 0.12.0. There are no review comments, and I have no feedback to provide.

@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (03030d6) to head (c6c0255).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #204   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1392      1392           
  Branches       248       247    -1     
=========================================
  Hits          1392      1392           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray jaredwray merged commit 8025380 into main Jun 16, 2026
11 checks passed
@jaredwray jaredwray deleted the release/v0.12.0 branch June 16, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants