-
Notifications
You must be signed in to change notification settings - Fork 52
DOCSP-20256: 4.3 updates #274
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,23 @@ What's New | |
|
||
Learn what's new in: | ||
|
||
* :ref:`Version 4.3 <version-4.3>` | ||
* :ref:`Version 4.2 <version-4.2>` | ||
* :ref:`Version 4.1 <version-4.1>` | ||
* :ref:`Version 4.0 <version-4.0>` | ||
* :ref:`Version 3.6 <version-3.6>` | ||
|
||
.. _version-4.3: | ||
|
||
What's New in 4.3 | ||
----------------- | ||
|
||
New features of the 4.3 Node.js driver release include: | ||
|
||
- SOCKS5 support | ||
- Option to disable UTF-8 validation | ||
- Type inference for nested documents | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Question: Is this related to DOCSP-20071? If yes, maybe the wording of this could be changed to stress dot notation. Maybe "supporting type inference in queries written using dot notation" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is directly from the release notes. I would expect this to be updated once those tickets are completed. In this case, the tickets were not completed before release, so there's no content to link to in order to clarify. |
||
|
||
.. _version-4.2: | ||
|
||
What's New in 4.2 | ||
|
@@ -252,7 +264,7 @@ File Upload & Download | |
|
||
.. example:: | ||
|
||
.. code-block:: language | ||
.. code-block:: javascript | ||
|
||
await client.connect(); | ||
const filename = 'test.txt'; // whatever local file name you want | ||
|
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.
Comment: I think the last row header is cut off on the table. All I can see is a "check mark" without a label.

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.
Good catch, I think a bug in my script added an extra check mark on line 171