Skip to content

Commit

Permalink
Refs #21357. Update versions.md.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Jul 30, 2024
1 parent dfbfd8a commit d99f997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Forthcoming
* Several methods that were meant for internal use have been removed from public API
* All public methods now have `snake_case` names
* All public attributes now have `snake_case` names
* RTPSParticipant:
* Some methods changed to `snake_case`: `register_reader`, `register_writer`, `update_reader`, `update_writer`.
* Register methods take a `TopicDescription` instead of `TopicAttributes`.
* Discovery callbacks refactor:
* on_participant_discovery now receives a `ParticipantDiscoveryStatus` and a `ParticipantBuiltinTopicData` instead of a `ParticipantDiscoveryInfo`
* on_data_reader_discovery now receives a `ReaderDiscoveryStatus` and a `SubscriptionBuiltinTopicData` instead of a `ReaderDiscoveryInfo`
Expand All @@ -33,6 +36,7 @@ Forthcoming
* RequesterAttributes
* PublisherAttributes
* SubscriberAttributes
* TopicAttributes
* All discovery implementation related API
* ProxyPool
* Semaphore
Expand Down

0 comments on commit d99f997

Please sign in to comment.