Skip to content

Commit

Permalink
Refs #20025: Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed Mar 20, 2024
1 parent 10e712a commit e6559cd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()
###############################################################################
# Project #
###############################################################################
project(fastrtps VERSION "2.12.1" LANGUAGES C CXX)
project(fastrtps VERSION "2.12.2" LANGUAGES C CXX)

set(PROJECT_NAME_LARGE "Fast RTPS")
string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastrtps</name>
<version>2.12.1</version>
<version>2.12.2</version>
<description>
*eprosima Fast DDS* (formerly Fast RTPS) is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. *eProsima Fast DDS* expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals.
</description>
Expand Down
19 changes: 17 additions & 2 deletions versions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Forthcoming
-----------

* Added authentication handshake properties.

Version 2.13.0
--------------

Expand All @@ -17,6 +15,23 @@ Version 2.13.0
* Added `non_blocking_send` to TCP Transport.
* Define "super-client" by environment variable.

Version 2.12.2
--------------
* Methods to configure transport scenario.
* Support ``Autofill port`` (automatically set the port) for TCP Transport.
* Support TCP for Discovery server CLI and environment variable.
* Define a super client by environment variable.
* Change serialize function default behaviour to omit the data representation.
* ``LARGE_DATA`` Participants logic with same listening ports.
* TCP Client&Server Participant Decision-Making logic.
* Expose Authentication Handshake Properties.
* Enabling multiple interfaces through whitelist in TCP servers.

Version 2.12.1
--------------
* The period for the timer within the :ref:`disablepositiveacksqospolicy` is now updatable.
* Log error message upon receiver resource creation failure.

Version 2.12.0
--------------

Expand Down

0 comments on commit e6559cd

Please sign in to comment.