Skip to content

Commit b346d90

Browse files
author
Chris Cho
authored
Merge pull request #356 from ccho-mongodb/DOCSP-38773-v1.15-updates
DOCSP-38773: Go Driver v1.15 updates
2 parents f1993ed + b9b3a5e commit b346d90

File tree

6 files changed

+107
-89
lines changed

6 files changed

+107
-89
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repoName": "docs-golang",
55

66
// the branches available to backport to
7-
"targetBranchChoices": ["master", "v1.14", "v1.13", "v1.12", "v1.11", "v1.10", "v1.9", "v1.8", "v1.7"],
7+
"targetBranchChoices": ["master", "v1.15", "v1.14", "v1.13", "v1.12", "v1.11"],
88

99
// Optional: automatically merge backport PR
1010
"autoMerge": true,

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/go
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 master
3+
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1717
driver-long = "MongoDB Go Driver"
1818
driver-short = "Go driver"
1919
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
20-
version = "v1.14.0" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
20+
version = "v1.15.0" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
2121
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
2222
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver@{+version+}"
2323
stable-api = "Stable API"

source/compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The first column lists the driver version.
2222

2323
.. sharedinclude:: dbx/compatibility-table-legend.rst
2424

25-
.. sharedinclude:: dbx/mongodb-compatibility-table-go.rst
25+
.. include:: includes/mongodb-compatibility-table-go.rst
2626

2727
Language Compatibility
2828
----------------------

source/includes/mongodb-compatibility-table-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- MongoDB 3.2
1717
- MongoDB 3.0
1818
- MongoDB 2.6
19-
* - 1.12 to 1.14
19+
* - 1.12 to 1.15
2020
- ✓
2121
- ✓
2222
- ✓

0 commit comments

Comments
 (0)