Skip to content
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

Add release notes v2.4.0 #86

Merged
merged 2 commits into from
Mar 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions docs/notes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
.. _notes_label:

Version 2.4.0
=============

**Agent 2.4.0 | Client 2.4.0 | Micro-CDR 2.0.1 | Gen 2.0.0**

* `Agent 2.4.0 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/releases/tag/v2.4.0>`_:
pablogs9 marked this conversation as resolved.
Show resolved Hide resolved
* This release includes the following minor changes:
* Bump internal Micro XRCE-DDS Client to v2.4.0
* Bump Fast DDS to v2.10.0
* Bump Fast CDR to v1.0.27

* `Client 2.4.0 <https://github.com/eProsima/Micro-XRCE-DDS-Client/releases/tag/v2.4.0>`_:
* This release includes the following bugfixes:
* Fix build for macOS (`#346 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/346>`__)
* Fix newline-eof compiler warning (`#347 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/347>`__)
* Fix doxygen warning (`#352 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/352>`__)
* Add missing doxygen parameter (`#353 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/353>`__)
* Fix domain id argument in create_participant API (`#348 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/348>`__)

* This release includes the following **minor changes**:
* Add CMAKE configuration for C standard version (`#340 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/340>`__)

* `Micro-CDR 2.0.1 <https://github.com/eProsima/Micro-CDR/releases/tag/v2.0.1>`_:
* This release is not modified

* `Gen 2.0.0 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/releases/tag/v2.0.0>`_:
* Adapted generation to Micro XRCE-DDS Client v2.4.0 API.
* This release includes the following minor changes:
* Update gradlew scrip to use Gradle 7 and fix compatibility with Client 2.3.0 (`#47 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/47>`__)
* Enumerations support (`#43 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/43>`__)
* Update IDL-Parser dependency to latest master (`#59 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/59>`__)
* Add case sensitive argument -cs (`#61 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/61>`__)
* Support of include directories argument -I (`#60 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/60>`__)
* Add support for modules in examples (`#48 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/48>`__)
* This release includes the following bugfixes:
* Avoid typedefs from IDL source files (`#58 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/58>`__)
* Fix C namespaced module includes (`#53 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/53>`__)
* Consume the bool return type and propagate it outward (`#46 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/46>`__, `#49 <https://github.com/eProsima/Micro-XRCE-DDS-Gen/pull/49>`__)

Version 2.3.0
=============

Expand Down