Bump packages to 2.0.0 (lockstep)#17
Merged
Merged
Conversation
Major release: matte-server swapped its token system to built-for-cloud (removed matte:issue-token and the MATTE_TOKENS env contract, added the built-for-cloud dependency + matte_jobs.token_id), defaults to the bundled ISNet model, and ML is now the default mode. Bump all matte-* packages to 2.0.0 in lockstep and raise inter-package matte-contracts constraints to ^2.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Bump packages to 2.0.0 (lockstep)
Prepares the lockstep v2.0.0 release. Pushing the
v2.0.0tag after merge triggersrelease-splitsto mirror + tag everymatte-*package on Packagist.Why major: since v1.0.0, matte-server swapped its token system to
built-for-cloud— removing thematte:issue-tokencommand and theMATTE_TOKENSenv contract, adding a requiredbuilt-for-clouddependency and thematte_jobs.token_idmigration. That's breaking for existing consumers. Also ships the ISNet model defaults and ML-by-default.Changes
matte-contracts,matte-server,matte-client→2.0.0matte-server/matte-clientrequirematte-contracts: ^2.0matte-server: ^2.0; lock refreshedGate
composer readygreen — pint, phpstan 0 errors, pest 33/33 (81 assertions), audit clean. Package suites: matte-server 32 + 1 skip, matte-client 7, matte-contracts 11 — all pass.