-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3111 Rename "Versioned API" to "Stable API" in documentation #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
pymongo/pool.py
Outdated
@@ -590,7 +590,7 @@ def unpin(self): | |||
|
|||
def hello_cmd(self): | |||
# Handshake spec requires us to use OP_MSG+hello command for the | |||
# initial handshake in load balanced or versioned api mode. | |||
# initial handshake in load balanced or versioned API mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Versioned API" is also in .evergreen/config.yml
, test/__init__.py
, and test/test_examples.py
@@ -590,7 +590,7 @@ def unpin(self): | |||
|
|||
def hello_cmd(self): | |||
# Handshake spec requires us to use OP_MSG+hello command for the | |||
# initial handshake in load balanced or versioned api mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@behackett see @blink1073's comment above about the other instances of Versioned API--I excluded those because the ticket says it's a docs change. Do comments fall under that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well to avoid confusion from future maintainers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -134,7 +134,7 @@ do | |||
uri|uri*options) | |||
cpjson uri-options/tests uri_options | |||
;; | |||
versioned-api) | |||
stable-api) | |||
cpjson versioned-api/tests versioned-api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we wait until the spec changes get merged so that we can update this line as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just remove this change and merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.