chore(release): release 0.82.0 - #1006
Merged
Merged
Conversation
dougborg-release-please
Bot
force-pushed
the
release-please--branches--main
branch
5 times, most recently
from
September 18, 2026 19:14
832cb3b to
75d5aaf
Compare
dougborg-release-please
Bot
force-pushed
the
release-please--branches--main
branch
2 times, most recently
from
September 18, 2026 22:25
aacb50a to
ccef791
Compare
dougborg
added a commit
that referenced
this pull request
Sep 18, 2026
The breaking change in #1041 made release-please propose **1.0.0** in #1006 — a narrow request-model fix (two search DTOs whose previous shape the API rejected with 422) taking the client from 0.81.0 straight to a major. That is release-please's documented default: with no `bump-minor-pre-major`, the first breaking change on a 0.x version goes to 1.0.0. Both packages here are pre-1.0 (client 0.81.0, MCP 0.115.0) and breaking the API is still fine at this stage, so the default is wrong for this repo. Setting the flag at the top level (it applies to both packages) makes a breaking change bump MINOR instead: 0.81.0 -> 0.82.0. This deliberately does *not* change how commits are written. Breaking changes still get `!` and a `BREAKING CHANGE:` footer — the changelog needs them, and #1041's entry is accurate. The flag only decouples "this commit is breaking" from "this project is now 1.0", which is a stability statement that should be made on purpose rather than inherited from a commit footer. `docs/RELEASE.md` said breaking -> MAJOR, which is what produced the surprise, so its bump table is corrected with a footnote explaining the flag and how to undo it when 1.0 is actually wanted. Merging this re-runs release-please, which will regenerate #1006 as 0.82.0. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
dougborg-release-please
Bot
force-pushed
the
release-please--branches--main
branch
2 times, most recently
from
September 18, 2026 22:54
44c10c8 to
b36c0dc
Compare
dougborg-release-please
Bot
force-pushed
the
release-please--branches--main
branch
from
September 20, 2026 19:08
92bf364 to
b301922
Compare
Normalize the client changelog and include formatting in release PR preparation so regenerated notes satisfy the existing mdformat gate.
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
client: 0.82.0
0.82.0 (2026-09-20)
⚠ BREAKING CHANGES
SalesOrderSearchRequest/SalesOrderRowSearchRequestnow takefilter,order,limitandpageat the top level;order/limit/pageare no longer nested insidefilter, and thewherelevel is gone.SalesOrderSearchWhere/SalesOrderRowSearchWhereare renamed toSalesOrderSearchFilter/SalesOrderRowSearchFilter, replacing the former envelope schemas of those names. No working call can break — the previous shape was rejected with 422 by the API.Features
Bug Fixes
mcp: 0.116.0
0.116.0 (2026-09-20)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.