Skip to content

Commit

Permalink
DOCSP-36829: 1.14 Version Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Feb 15, 2024
1 parent 6e6a81c commit 5acea25
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repoName": "docs-golang",

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

// Optional: automatically merge backport PR
"autoMerge": true,
Expand Down
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/drivers/go
define: base https://www.mongodb.com/${prefix}
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 master
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 master

symlink: current -> master

Expand Down
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
driver-long = "MongoDB Go Driver"
driver-short = "Go driver"
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
version = "v1.13.0" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
version = "v1.14.0" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver@{+version+}"
stable-api = "Stable API"
Expand Down
2 changes: 1 addition & 1 deletion source/includes/mongodb-compatibility-table-go.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- MongoDB 3.2
- MongoDB 3.0
- MongoDB 2.6
* - 1.12 to 1.13
* - 1.12 to 1.14
- ✓
- ✓
- ✓
Expand Down
15 changes: 15 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ What's New
Learn what's new in:

* :ref:`Version 2.0 <version-2.0>`
* :ref:`Version 1.14 <version-1.14>`
* :ref:`Version 1.13 <version-1.13>`
* :ref:`Version 1.12.1 <version-1.12.1>`
* :ref:`Version 1.12 <version-1.12>`
Expand Down Expand Up @@ -77,6 +78,20 @@ The 2.0 {+driver-short+} release includes the following improvements and fixes:

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

.. _version-1.14:

What's New in 1.14
------------------

The 1.14 {+driver-short+} release includes the following improvements and fixes:

- Go versions prior to 1.18 are no longer supported.

Check failure on line 88 in source/whats-new.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.Wordiness] Consider using 'before' instead of 'prior to'. Raw Output: {"message": "[MongoDB.Wordiness] Consider using 'before' instead of 'prior to'.", "location": {"path": "source/whats-new.txt", "range": {"start": {"line": 88, "column": 15}}}, "severity": "ERROR"}

Check failure on line 88 in source/whats-new.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.ConciseTerms] 'before' is preferred over 'prior to'. Raw Output: {"message": "[MongoDB.ConciseTerms] 'before' is preferred over 'prior to'.", "location": {"path": "source/whats-new.txt", "range": {"start": {"line": 88, "column": 15}}}, "severity": "ERROR"}

- In case of a heartbeat timeout, in-progress operations are preemptively canceled.

- Connection strings that include the ``"mongodb+srv://"`` prefix can contain capital
letters in the SRV hostname.

.. _version-1.13:

What's New in 1.13
Expand Down

0 comments on commit 5acea25

Please sign in to comment.