WPB-22702 Finalize API version v14#4942
Merged
battermann merged 1 commit intodevelopfrom Jan 12, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR finalizes API version V14 (making it stable/production-ready) and introduces V15 as the new development version. This follows the standard Wire API versioning workflow where development versions are finalized and a new development version is created for ongoing work.
Changes:
- V15 added as new development version across all API components
- V14 marked as stable (no longer a development version)
- Default API version updated from 14 to 15 for tests
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| services/brig/src/Brig/API/Public.hs | Updated swagger docs to generate live docs for V15 and pregenerated docs for V14 |
| libs/wire-api/src/Wire/API/Routes/Version.hs | Added V15 to Version enum, added required instances, marked V14 as stable and V15 as development |
| integration/test/Testlib/Env.hs | Updated default API version from 14 to 15 |
| integration/test/Test/Swagger.hs | Added 15 to set of existing versions for swagger tests |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
akshaymankar
approved these changes
Jan 12, 2026
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.
https://wearezeta.atlassian.net/browse/WPB-22702
Checklist
changelog.d