Conversation
Redocly previews |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs the release-branch cutover for Sync Gateway 4.1.0 by adding a dedicated 4.1 manifest and updating the mainline/default manifests and version identifiers to begin 4.2.0 development.
Changes:
- Add
manifest/4.1.xmlpointingsync_gatewaytorelease/4.1.0, and register it inmanifest/product-config.json. - Bump the default manifest and product API minor version from 4.1 → 4.2.
- Update OpenAPI
info.versionfields across the published API specs from4.1→4.2.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| manifest/product-config.json | Registers the new 4.1 manifest entry and updates the default manifest release to 4.2.0. |
| manifest/default.xml | Updates build VERSION annotation to 4.2.0 for the mainline manifest. |
| manifest/4.1.xml | New manifest targeting the release/4.1.0 branch for the 4.1 line. |
| docs/api/public.yaml | Bumps OpenAPI info.version to 4.2. |
| docs/api/metric.yaml | Bumps OpenAPI info.version to 4.2. |
| docs/api/metric-capella.yaml | Bumps OpenAPI info.version to 4.2. |
| docs/api/diagnostic.yaml | Bumps OpenAPI info.version to 4.2. |
| docs/api/admin.yaml | Bumps OpenAPI info.version to 4.2. |
| docs/api/admin-capella.yaml | Bumps OpenAPI info.version to 4.2. |
| base/version.go | Updates ProductAPIVersionMinor to reflect API version 4.2. |
torcolvin
approved these changes
Jun 16, 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.
CBG-5471
Integration Tests