Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
ProductName = "Couchbase Sync Gateway"

ProductAPIVersionMajor = "4"
ProductAPIVersionMinor = "0"
ProductAPIVersionMinor = "1"
ProductAPIVersion = ProductAPIVersionMajor + "." + ProductAPIVersionMinor
)

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin-capella.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ openapi: 3.0.3
info:
title: App Services Admin API
description: 'App Services manages access and synchronization between Couchbase Lite and Couchbase Capella'
version: '4.0'
version: '4.1'
license:
name: Business Source License 1.1 (BSL)
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ info:
# Introduction

The Sync Gateway Admin REST API is used to administer user accounts and roles, and to run administrative tasks in superuser mode.
version: '4.0'
version: '4.1'
license:
name: Business Source License 1.1 (BSL)
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion docs/api/diagnostic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ openapi: 3.0.3
info:
title: Sync Gateway
description: Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server
version: '4.0'
version: '4.1'
license:
name: Business Source License 1.1 (BSL)
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion docs/api/metric-capella.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ openapi: 3.0.3
info:
title: App Services Metrics API
description: 'App Services manages access and synchronization between Couchbase Lite and Couchbase Capella'
version: '4.0'
version: '4.1'
license:
name: Business Source License 1.1 (BSL)
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion docs/api/metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:

Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server.
The Sync Gateway Metrics REST API returns Sync Gateway metrics, in JSON or Prometheus-compatible formats, for performance monitoring and diagnostic purposes.
version: '4.0'
version: '4.1'
license:
name: Business Source License 1.1 (BSL)
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion docs/api/public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:

Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server.
The Sync Gateway Public REST API is used for client replication.
version: '4.0'
version: '4.1'
license:
name: Business Source License 1.1 (BSL)
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'
Expand Down
30 changes: 30 additions & 0 deletions manifest/4.0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright 2016-Present Couchbase, Inc.

Use of this software is governed by the Business Source License included in
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
file, in accordance with the Business Source License, use of this software will
be governed by the Apache License, Version 2.0, included in the file
licenses/APL2.txt.
-->

<manifest>

<remote fetch="https://github.com/couchbase/" name="couchbase"/>
<default remote="couchbase" revision="master"/>

<!-- Build Scripts (required on CI servers) -->
<project name="product-texts" path="product-texts" remote="couchbase"/>
<project name="build" path="cbbuild" remote="couchbase" revision="b1dc2359603ab411ce0788854ea879ce804c9055">
<annotation name="VERSION" value="4.0.0" keep="true"/>
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
</project>


<!-- Sync Gateway -->
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/4.0.0" />

</manifest>
2 changes: 1 addition & 1 deletion manifest/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ licenses/APL2.txt.
<!-- Build Scripts (required on CI servers) -->
<project name="product-texts" path="product-texts" remote="couchbase"/>
<project name="build" path="cbbuild" remote="couchbase" revision="b1dc2359603ab411ce0788854ea879ce804c9055">
<annotation name="VERSION" value="4.0.0" keep="true"/>
<annotation name="VERSION" value="4.1.0" keep="true"/>
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
</project>
Expand Down
13 changes: 11 additions & 2 deletions manifest/product-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"product": "sync_gateway",
"manifests": {
"manifest/default.xml": {
"release": "4.0.0",
"release": "4.1.0",
"release_name": "Couchbase Sync Gateway",
"production": true,
"interval": 30,
"go_version": "1.24.4",
"trigger_blackduck": true,
"start_build": 123
"start_build": 1
},
"manifest/1.4.0.xml": {
"do-build": false,
Expand Down Expand Up @@ -727,6 +727,15 @@
"trigger_blackduck": true,
"start_build": 285
},
"manifest/4.0.xml": {
"release": "4.0.0",
"release_name": "Couchbase Sync Gateway 4.0.0",
"production": true,
"interval": 120,
"go_version": "1.24.4",
"trigger_blackduck": true,
"start_build": 243
},
"manifest/dev.xml": {
"do-build": false,
"release": "dev",
Expand Down