Skip to content

Commit fc0137c

Browse files
authored
DOCSP-36829: 1.14 Version Updates (mongodb#344)
* DOCSP-36829: 1.14 Version Updates * vale fix
1 parent 6e6a81c commit fc0137c

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.backportrc.json

+1-1
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.13", "v1.12", "v1.11", "v1.10", "v1.9", "v1.8", "v1.7"],
7+
"targetBranchChoices": ["master", "v1.14", "v1.13", "v1.12", "v1.11", "v1.10", "v1.9", "v1.8", "v1.7"],
88

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

config/redirects

+1-1
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 master
3+
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 master
44

55
symlink: current -> master
66

snooty.toml

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

+1-1
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.13
19+
* - 1.12 to 1.14
2020
- ✓
2121
- ✓
2222
- ✓

source/whats-new.txt

+15
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ What's New
2626
Learn what's new in:
2727

2828
* :ref:`Version 2.0 <version-2.0>`
29+
* :ref:`Version 1.14 <version-1.14>`
2930
* :ref:`Version 1.13 <version-1.13>`
3031
* :ref:`Version 1.12.1 <version-1.12.1>`
3132
* :ref:`Version 1.12 <version-1.12>`
@@ -77,6 +78,20 @@ The 2.0 {+driver-short+} release includes the following improvements and fixes:
7778

7879
To view sample event documents, see the :ref:`golang-monitoring` guides.
7980

81+
.. _version-1.14:
82+
83+
What's New in 1.14
84+
------------------
85+
86+
The 1.14 {+driver-short+} release includes the following improvements and fixes:
87+
88+
- Go versions before 1.18 are no longer supported.
89+
90+
- In case of a heartbeat timeout, in-progress operations are preemptively canceled.
91+
92+
- Connection strings that include the ``"mongodb+srv://"`` prefix can contain capital
93+
letters in the SRV hostname.
94+
8095
.. _version-1.13:
8196

8297
What's New in 1.13

0 commit comments

Comments
 (0)