From 5acea254ef3f7540734ad327f026224b7f992b64 Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 15 Feb 2024 12:05:07 -0500 Subject: [PATCH] DOCSP-36829: 1.14 Version Updates --- .backportrc.json | 2 +- config/redirects | 2 +- snooty.toml | 2 +- .../includes/mongodb-compatibility-table-go.rst | 2 +- source/whats-new.txt | 15 +++++++++++++++ 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index 3929e95d..24040977 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -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, diff --git a/config/redirects b/config/redirects index a1a6c2fd..0deac14e 100644 --- a/config/redirects +++ b/config/redirects @@ -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 diff --git a/snooty.toml b/snooty.toml index 60559e96..8945b6b9 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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" diff --git a/source/includes/mongodb-compatibility-table-go.rst b/source/includes/mongodb-compatibility-table-go.rst index 55c88327..82265cd0 100644 --- a/source/includes/mongodb-compatibility-table-go.rst +++ b/source/includes/mongodb-compatibility-table-go.rst @@ -16,7 +16,7 @@ - MongoDB 3.2 - MongoDB 3.0 - MongoDB 2.6 - * - 1.12 to 1.13 + * - 1.12 to 1.14 - ✓ - ✓ - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index 08bffc87..75de3296 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -26,6 +26,7 @@ What's New Learn what's new in: * :ref:`Version 2.0 ` +* :ref:`Version 1.14 ` * :ref:`Version 1.13 ` * :ref:`Version 1.12.1 ` * :ref:`Version 1.12 ` @@ -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. + +- 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