paperclip/releases
Dotta 93cd933f79
docs: add v2026.517.0 release changelog (#6150)
## Thinking Path

> - Paperclip is the control plane for autonomous AI companies.
> - Stable releases need a reviewer-readable changelog artifact that
summarizes what changed for operators and contributors.
> - The last stable release tag is `v2026.513.0`, and the requested
release date is 2026-05-17.
> - The release changelog skill maps that date to stable version
`2026.517.0` and requires the range `v2026.513.0..origin/master`.
> - I reviewed the commits, PR metadata, migration/API surfaces, and
contributor attribution in that range.
> - This pull request adds the `releases/v2026.517.0.md` changelog for
human release sign-off.
> - The benefit is a stable release note artifact that is ready to
review before publishing the release.

## What Changed

- Added `releases/v2026.517.0.md` for the 2026-05-17 stable release.
- Summarized user-facing highlights, improvements, fixes, and
contributor attribution from `v2026.513.0..origin/master`.
- Omitted Breaking Changes and Upgrade Guide sections after checking for
destructive migrations, removed API surfaces, and breaking-change commit
signals.

## Verification

- `./scripts/release.sh stable --date 2026-05-17 --print-version` ->
`2026.517.0`.
- `git tag --list 'v*' --sort=-version:refname | head -10` confirmed
`v2026.513.0` is the latest stable tag.
- `git log v2026.513.0..origin/master --oneline --no-merges` reviewed
the 16 release-range commits.
- `git diff --name-only v2026.513.0..origin/master -- .changeset`
returned no changeset files.
- `git log v2026.513.0..origin/master --format='%s' | rg -n 'BREAKING
CHANGE|BREAKING:|^[a-z]+!:' || true` returned no breaking-change
signals.
- `git diff --name-only v2026.513.0..origin/master --
packages/db/src/migrations packages/db/src/schema server/src/routes
server/src/api server/src` reviewed the DB/API/server touchpoints; only
an additive document-lock migration appeared in the DB schema/migration
path.
- `test -f releases/v2026.517.0.md` passed.
- `rg -n -- '-canary|canary/' releases/v2026.517.0.md || true` returned
no canary filename/title language.
- `git diff --cached --check` passed before commit.

## Risks

- Low risk: docs-only release changelog addition.
- Changelog grouping is editorial; reviewers may want wording or
prioritization changes before release publication.
- Contributor attribution intentionally excludes bot accounts and
Paperclip founders from the Contributors section per the release
changelog skill.

> Checked [`ROADMAP.md`](ROADMAP.md); this is release documentation, not
new roadmap-level core feature work.

## Model Used

- OpenAI Codex, GPT-5 coding agent via Paperclip `codex_local`, with
shell, git, GitHub CLI, and repository file editing enabled. Exact
backend sub-version and context window were not surfaced by the
Paperclip runtime.

## Checklist

- [x] I have included a thinking path that traces from project context
to this change
- [x] I have specified the model used (with version and capability
details)
- [x] I have checked ROADMAP.md and confirmed this PR does not duplicate
planned core work
- [x] I have run tests locally and they pass
- [x] I have added or updated tests where applicable
- [x] If this change affects the UI, I have included before/after
screenshots
- [x] I have updated relevant documentation to reflect my changes
- [x] I have considered and documented any risks above
- [x] I will address all Greptile and reviewer comments before
requesting merge
2026-05-16 19:32:24 -05:00
..
.gitkeep Add release-changelog skill and releases/ directory 2026-03-05 11:21:44 -06:00
v0.2.7.md docs: add user-facing changelog for v0.2.7 2026-03-05 11:44:38 -06:00
v0.3.0.md chore: add release train workflow 2026-03-09 13:55:30 -05:00
v0.3.1.md added v0.3.1.md changelog 2026-03-12 11:05:31 -05:00
v2026.318.0.md Add 2026.318.0 release notes stub 2026-03-18 08:30:59 -05:00
v2026.325.0.md docs(release): add v2026.325.0 changelog 2026-03-25 07:42:38 -05:00
v2026.403.0.md updated release notes 2026-04-04 07:44:23 -05:00
v2026.414.0.md feat: implement multi-user access and invite flows (#3784) 2026-04-17 09:44:19 -05:00
v2026.415.0.md Sync/master post pap1497 followups 2026 04 15 (#3779) 2026-04-15 21:13:56 -05:00
v2026.416.0.md release: v2026.416.0 notes (#3782) 2026-04-15 21:40:35 -05:00
v2026.427.0.md release: v2026.427.0 notes (#4590) 2026-04-27 09:16:20 -05:00
v2026.428.0.md Add v2026.428.0 release changelog (#4665) 2026-04-28 17:40:20 -05:00
v2026.512.0.md Bump release changelog to v2026.512.0 (#5764) 2026-05-11 22:06:43 -05:00
v2026.513.0.md Release changelog v2026.513.0 (#5944) 2026-05-13 16:56:19 -05:00
v2026.517.0.md docs: add v2026.517.0 release changelog (#6150) 2026-05-16 19:32:24 -05:00