Skip to content

Commit 38f2c7f

Browse files
1.2.1 release changes (#123)
* Feature/con 264 dependabot prs (#116) * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 358779c) * Bump minimist from 1.2.5 to 1.2.6 Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 69033af) * Bump ansi-regex from 5.0.0 to 5.0.1 Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit f7e476a) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 941b5c7) * CON-264: Added release notes for 1.2.1 release (#117) * CON-264: Added release notes for 1.2.1 release * CON-264: Move vulnerability assessment after release notes (cherry picked from commit a3d1382)
1 parent 0593e10 commit 38f2c7f

2 files changed

Lines changed: 39 additions & 44 deletions

File tree

docs/release_notes.rst

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,33 @@ repository <https://github.com/rticommunity/rticonnextdds-connector>`__.
3939
Node.js v14 and Node.js v16 do not work with *Connector* because one of *Connector's*
4040
dependencies is not compatible with those versions.
4141
42+
Version 1.2.1
43+
-------------
44+
45+
*Connector* 1.2.1 updates some third party dependencies that were found to contain
46+
vulnerabilities. *Connector* was not affected by these vulnerabilities.
47+
48+
Previous Releases
49+
-----------------
50+
51+
Version 1.2.0
52+
^^^^^^^^^^^^^
53+
4254
What's New in 1.2.0
43-
-------------------
55+
"""""""""""""""""""
4456

4557
*RTI Connector* 1.2.0 is built on
4658
`RTI Connext DDS 6.1.1 <https://community.rti.com/documentation/rti-connext-dds-611>`__.
4759

4860
New Platforms
49-
^^^^^^^^^^^^^
61+
+++++++++++++
5062

5163
*Connector* has been validated on macOS 11 (Big Sur) systems on x64 and Arm v8
5264
CPUs (via x64 libraries).
5365

5466

5567
New API makes it easier to query what version of Connector is being used
56-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
68+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5769
.. CON-92
5870
5971
A new API, :meth:`Connector.getVersion`, has been added that provides the
@@ -62,10 +74,11 @@ libraries being used.
6274

6375

6476
What's Fixed in 1.2.0
65-
---------------------
77+
"""""""""""""""""""""
6678

6779
Error logged when accessing string longer than 128 bytes
68-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
80+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
81+
6982
Previously, on an input, when accessing a string longer than 128 bytes, the
7083
following error was printed:
7184

@@ -80,15 +93,17 @@ the string. The message is no longer printed.
8093

8194

8295
Support added for handling large 64-bit integers
83-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96+
++++++++++++++++++++++++++++++++++++++++++++++++
97+
8498
Support has been improved for both getting and setting large (greater than 2^53)
8599
64-bit values. See :ref:`section-access-64-bit-integers-js` for more information.
86100

87101
[RTI Issue ID CON-190]
88102

89103

90104
Promise returned by Output.wait did not resolve/reject
91-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
105+
++++++++++++++++++++++++++++++++++++++++++++++++++++++
106+
92107
The Promise being returned by the Output.wait method (used to wait for
93108
acknowledgements on an output) was not being resolved or rejected. This
94109
is no longer the case; the returned Promise will now be resolved if all
@@ -99,18 +114,9 @@ supplied timeout has elapsed.
99114
[RTI Issue ID CON-227]
100115

101116

102-
Vulnerability Assessments
103-
-------------------------
104-
Internally, *Connector* relies on Lua. RTI has assessed the current version of
105-
Lua used by *Connector*, version 5.2, and found that *Connector* is not currently
106-
affected by any of the publicly disclosed vulnerabilities in Lua 5.2.
107-
108-
109-
Previous Releases
110-
-----------------
111-
112117
Version 1.1.1
113118
^^^^^^^^^^^^^
119+
114120
*Connector* 1.1.1 is built on *RTI Connext DDS* 6.1.0.3, which fixes several
115121
bugs in the Core Libraries. If you want more details on the bugs fixed in 6.1.0.3,
116122
contact support@rti.com. These bugs are also fixed in
@@ -261,3 +267,10 @@ more robust, modifies many APIs and adds new functionality. However the old
261267
APIs have been preserved for backward compatibility as much as possible.
262268

263269
*RTI Connector* 1.0.0 is built on `RTI Connext DDS 6.0.1 <https://community.rti.com/documentation/rti-connext-dds-601>`__.
270+
271+
272+
Vulnerability Assessments
273+
-------------------------
274+
Internally, *Connector* relies on Lua. RTI has assessed the current version of
275+
Lua used by *Connector*, version 5.2, and found that *Connector* is not currently
276+
affected by any of the publicly disclosed vulnerabilities in Lua 5.2.

package-lock.json

Lines changed: 9 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)