chore(release): v1.1.0 (app + TS/Python SDKs)#150
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.1.0 — app + TypeScript/Python SDKs
Cuts the minor release covering the 16 advisory remediation PRs (#134–#149: findings F1–F18). Minor, not patch, because this batch ships a DB migration operators must run (
0010, fulllogtable rewrite underACCESS EXCLUSIVE— maintenance window), a P1 SSE data-loss fix, and behavior changes (auth secret now required outsideNODE_ENV=development; stricter CSRF; SSE payload dropssearch; additivetotal_is_cappedAPI field).Version bumps
1.0.13→1.1.0(package.json)1.0.5→1.1.0(sdks/typescript/package.json) — dropped EOL Node 18 (now>=20)1.0.5→1.1.0(sdks/python/pyproject.toml+uv.lock) — dropped EOL Python 3.9 (now>=3.10)Release mechanics (for awareness)
sdk-typescript.yml/sdk-python.ymlonmain→ they detect the new versions and publish to npm/JSR/PyPI.v1.1.0tag (→release.yml), done after merge.sdks/typescript@v1.1.0,sdks/python@v1.1.0) pushed after publish, per the AGENTS.md convention.vp checkgreen; lockfiles synced (root + TS bun.lock unaffected;uv.lockregenerated to 1.1.0).