Skip to content

Commit

Permalink
Bump version to v2.13.3 (#682)
Browse files Browse the repository at this point in the history
* Refs #20505: Bump docs version to v2.13.3

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #20505: Update release notes

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #20505: Apply rev suggestion

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Feb 23, 2024
1 parent f5ab6a9 commit 8274e6d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ def configure_doxyfile(
# built documents.
#
# The short X.Y version.
version = u'2.13.2'
version = u'2.13.3'
# The full version, including alpha/beta/rc tags.
release = u'2.13.2'
release = u'2.13.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
40 changes: 18 additions & 22 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,26 @@
Information about the release lifecycle can be found
`here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_.

Version 2.13.2
Version 2.13.3
==============

This patch release includes the following **fixes** and **improvements**:
This patch release includes the following **improvements**:

1. Improve environment variable substitution algorithm
2. Add large data to the Advanced Configuration example
3. Discard already processed samples on ``PDPListener``
4. Ignore ``0x8007`` if coming from other vendor
5. TCP unique client announced local port
6. TCP non-blocking send
7. TCP Client&Server Participant Decision-Making
8. Add non-throwing getters for socket info
9. Add a keyed fragmented change to the reader data instance only when it is completed
10. Include a variety of terminate process signals handlers in the discovery server
11. Make DataWriters always send the key hash on keyed topics
12. Update Fast DDS types with Fast DDS Gen to include ``<cstdint>`` in v1 types
13. Add serialization for Log::Kind to ostream
14. Fix wrong log info messages on TCP
15. Return const reference in ``get_log_resources``
16. Remove unnecessary warning
17. Avoid a maybe-uninitialized warning
18. Add static cast to an unused variable
19. Prepare for v3.0.0 branch out
20. Windows CI fixes
1. Enabling multiple interfaces through whitelist in TCP servers
2. Set LARGE_DATA Participants logic with the same listening ports
3. Check History QoS inconsistencies

This patch release includes the following **fixes**:

1. Prevent index overflow and correctly assert the end iterator in DataSharing
2. Fix the shared memory cleaning script
3. Fix TCP reconnection after open logical port failure
4. Fix data race on PDP
5. Fix doxygen docs warnings. Prepare for compiling with Doxygen 1.10.0
6. Add missing TypeLookup listeners
7. Restore Blackbox tests names
8. Add macOS Github CI
9. Set 2.11.x as EOL

.. note::
When upgrading to version 2.13.2 it is **advisable** to regenerate generated source from IDL files
Expand All @@ -38,6 +33,7 @@ This patch release includes the following **fixes** and **improvements**:
Previous versions
=================

.. include:: previous_versions/v2.13.2.rst
.. include:: previous_versions/v2.13.1.rst
.. include:: previous_versions/v2.13.0.rst
.. include:: previous_versions/v2.12.1.rst
Expand Down
29 changes: 29 additions & 0 deletions docs/notes/previous_versions/v2.13.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Version 2.13.2
^^^^^^^^^^^^^^

This patch release includes the following **fixes** and **improvements**:

1. Improve environment variable substitution algorithm
2. Add large data to the Advanced Configuration example
3. Discard already processed samples on ``PDPListener``
4. Ignore ``0x8007`` if coming from other vendor
5. TCP unique client announced local port
6. TCP non-blocking send
7. TCP Client&Server Participant Decision-Making
8. Add non-throwing getters for socket info
9. Add a keyed fragmented change to the reader data instance only when it is completed
10. Include a variety of terminate process signals handlers in the discovery server
11. Make DataWriters always send the key hash on keyed topics
12. Update Fast DDS types with Fast DDS Gen to include ``<cstdint>`` in v1 types
13. Add serialization for Log::Kind to ostream
14. Fix wrong log info messages on TCP
15. Return const reference in ``get_log_resources``
16. Remove unnecessary warning
17. Avoid a maybe-uninitialized warning
18. Add static cast to an unused variable
19. Prepare for v3.0.0 branch out
20. Windows CI fixes

.. note::
When upgrading to version 2.13.2 it is **advisable** to regenerate generated source from IDL files
using `Fast DDS-Gen v3.2.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1>`_.

0 comments on commit 8274e6d

Please sign in to comment.