Skip to content

Commit d76e260

Browse files
authored
Merge pull request #187 from ajhuh-mdb/DOCSP-26325-go-version-update-v1.11
DOCSP-26325: Go v1.11 Version Updates
2 parents 9256dff + 1f22862 commit d76e260

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

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 1.7 1.8 1.9 1.10 master
3+
define: versions 1.7 1.8 1.9 1.10 1.11 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/

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.10.3" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
20+
version = "v1.11.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/includes/language-compatibility-table-go.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ The first column lists the driver version.
1010

1111
* - Go Driver Version
1212
- Minimum Go Language Version
13+
* - 1.11
14+
- 1.13
1315
* - 1.10
14-
- 1.13
16+
- 1.10
1517
* - 1.9
1618
- 1.10
1719
* - 1.8

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
- MongoDB 3.2
1515
- MongoDB 3.0
1616
- MongoDB 2.6
17+
* - 1.11
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ⊛
25+
- ⊛
26+
- ⊛
27+
- ⊛
1728
* - 1.10
1829
- ✓
1930
- ✓

0 commit comments

Comments
 (0)