You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/uri-options/uri-options.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ URI Options Specification
3
3
=========================
4
4
5
5
:Spec Title: URI Options Specification
6
-
:Spec Version: 1.7.0
6
+
:Spec Version: 1.7.1
7
7
:Author: Sam Rossi
8
8
:Spec Lead: Bernie Hackett
9
9
:Advisory Group: Scott L'Hommedieu
10
10
:Approver(s): Cailin Nelson, Jeff Yemin, Matt Broadstone, Dan Pasette, Prashant Mital, Spencer Jackson
11
11
:Informed: drivers@
12
12
:Status: Accepted (Could be Draft, Accepted, Rejected, Final, or Replaced)
13
13
:Type: Standards
14
-
:Last Modified: 2021-4-15
14
+
:Last Modified: 2021-09-13
15
15
16
16
17
17
**Abstract**
@@ -80,7 +80,7 @@ is specified with multiple seeds.
80
80
Load Balancer Mode
81
81
~~~~~~~~~~~~~~~~~~
82
82
83
-
For URI option validation in Load Balancer mode, please see the `Load Balancer Specification<../load-balancers/load-balancers.rst#connection-string-options>`__ for details.
83
+
For URI option validation in Load Balancer mode, please see the `Load Balancer spec<../load-balancers/load-balancers.rst#uri-validation>`_ for details.
84
84
85
85
List of specified options
86
86
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -174,7 +174,7 @@ pertaining to URI options apply here.
174
174
175
175
* - loadBalanced
176
176
- "true" or "false"
177
-
- defined in `Load Balancer spec <../load-balancers/loadbalancers.rst#connection-string-options>`_
177
+
- defined in `Load Balancer spec <../load-balancers/load-balancers.rst#loadbalanced>`_
178
178
- no
179
179
- Whether the driver is connecting to a load balancer.
180
180
@@ -455,13 +455,14 @@ this specification MUST be updated to reflect those changes.
455
455
Changes
456
456
-------
457
457
458
+
- 2021-09-13 Fix link to load balancer spec
459
+
- 2021-04-15 Adding in behaviour for load balancer mode.
458
460
- 2021-04-08 Updated to refer to hello and legacy hello
0 commit comments