Skip to content

chore(main): release 0.34.0#519

Open
GuiBibeau wants to merge 1 commit into
mainfrom
codex/release-main
Open

chore(main): release 0.34.0#519
GuiBibeau wants to merge 1 commit into
mainfrom
codex/release-main

Conversation

@GuiBibeau

@GuiBibeau GuiBibeau commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • release 0.34.0
  • update the root package version and changelog

Changelog

0.34.0 (2026-06-30)

Features

  • api-keys: surface wallet policy access (#545) (ec3fc29)
  • payments: add recurring payment create flow (#537) (e6fb3f9)
  • payments: add recurring payment update API (#547) (b78599c)
  • sdp-api: batch payment transfers to multiple counterparties (#535) (c3906dd)
  • sdp-api: scaffold batch payments table (#534) (a5cf049)
  • web: add recurring payment list and detail views (#527) (ffa7591)
  • web: add wallet policy operation rules flow (#529) (33ae6ec)
  • web: add recurring payments dashboard plumbing (#525) (4c0e2c7)
  • api: harden recurring activation recovery (#523) (1bef4c3)
  • api: add recurring payment lifecycle routes (#517) (1241c12)
  • sdp-web: HOO-475 - Show signer authority indicator for Freeze and Pause actions (#450) (d8a9660)
  • HOO-709 Suport native fee payments using NativeAdapter (#521) (adf47b0)
  • payments: settle payment requests on read via Solana Pay reference (#522) (849014f)
  • payments: request-for-payment links with Solana Pay QR + reconciliation (#515) (9d322e0)

Bug Fixes

  • sdp-web: compliance screening with provider risk cards (#533) (8d292ff)
  • standardize UI for lightspark/bvnk and ramps in general (#531) (8b45e0e)
  • bvnk onramp/offramp bugs and add tests (#530) (df7570e)

Refactors

  • centralize well-known token mints into a shared registry (#520) (fedd439)

Maintenance

  • kora: drop kora terraform + infra + observability (moved to sdp-infra) (#532) (749ab48)
  • run access custody shard on surfpool local (#528) (8952fc8)
  • slim Kora live smoke suite (#524) (78241ac)
  • run API integration shards on Surfpool (#518) (e08817f)
  • select surfpool remote rpc (#516) (8853909)

@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sdp-docs Ready Ready Preview, Comment Jun 30, 2026 3:01pm
sdp-web (dev) Ready Ready Preview, Comment Jun 30, 2026 3:01pm

Request Review

@greptile-apps

greptile-apps Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a standard release-please PR bumping the monorepo version from 0.33.0 to 0.34.0 and recording the corresponding changelog entry.

  • package.json version field updated to 0.34.0; .github/.release-please-manifest.json root manifest entry updated to match.
  • CHANGELOG.md prepended with the 0.34.0 entry covering 14 features, 3 bug fixes, 1 refactor, and 5 maintenance items all merged since v0.33.0.

Confidence Score: 5/5

All three changed files are release automation artifacts — version numbers and changelog text only — with no functional code modifications.

The PR is fully generated by release-please. It updates three files: the root package.json version, the release-please manifest, and the changelog. All changes are consistent with one another (all read 0.34.0) and the changelog content matches the PR description. There is nothing to break at runtime.

No files require special attention.

Important Files Changed

Filename Overview
package.json Root package version bumped from 0.33.0 to 0.34.0; no other changes.
.github/.release-please-manifest.json Release-please manifest updated from 0.33.0 to 0.34.0 to match the new version.
CHANGELOG.md 0.34.0 changelog section prepended with all features, bug fixes, refactors, and maintenance entries for this release.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[release-please PR #519] --> B[Bump version 0.33.0 → 0.34.0]
    B --> C[package.json]
    B --> D[.github/.release-please-manifest.json]
    A --> E[Prepend CHANGELOG.md]
    E --> F[14 Features]
    E --> G[3 Bug Fixes]
    E --> H[1 Refactor]
    E --> I[5 Maintenance items]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[release-please PR #519] --> B[Bump version 0.33.0 → 0.34.0]
    B --> C[package.json]
    B --> D[.github/.release-please-manifest.json]
    A --> E[Prepend CHANGELOG.md]
    E --> F[14 Features]
    E --> G[3 Bug Fixes]
    E --> H[1 Refactor]
    E --> I[5 Maintenance items]
Loading

Reviews (23): Last reviewed commit: "chore(main): release 0.34.0" | Re-trigger Greptile

@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from 2b54c37 to 5415bf8 Compare June 25, 2026 05:46
@GuiBibeau GuiBibeau changed the title chore(main): release 0.33.1 chore(main): release 0.34.0 Jun 25, 2026
@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from 5415bf8 to 7de78fb Compare June 25, 2026 07:30
@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from 7de78fb to 2511429 Compare June 25, 2026 10:37
@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from 2511429 to f3525de Compare June 25, 2026 13:48
@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from f3525de to 24c09a8 Compare June 25, 2026 15:04
@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from 24c09a8 to 8ae403d Compare June 25, 2026 18:03
@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from 8ae403d to 827360f Compare June 26, 2026 01:26
@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from 827360f to 4d23cd7 Compare June 26, 2026 02:11
@GuiBibeau GuiBibeau force-pushed the codex/release-main branch from 4d23cd7 to 355dd4f Compare June 26, 2026 03:44
multipletwigs
multipletwigs previously approved these changes Jun 29, 2026
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