Releases: eProsima/Discovery-Server
Releases · eProsima/Discovery-Server
v2.0.0
Discovery Server v2.0.0
This release includes the following refactor:
- Discovery Server refactor (#76)
This release includes the following features:
- Support Type-Lookup Service with new new GUID-less Discovery Server (#78)
This release includes the following improvements:
- Support for fastdds 3.0.x (#69, #80)
- Refactor TopicDataType (#97)
- Refactor participant discovery structures (#99)
- Remove ReaderProxyData from public APIs (#98)
- Remove WriterProxyData from public APIs (#95)
- Remove example (#101)
- Avoid using TopicAttributes for topic configuration (#100)
- Substitute private XML parser APIs with public ones (#71)
- Change header include IPLocator from include/fastrtps to fastdds (#72)
- Update to new
ReturnCode_t
(#74) - Update discovery callbacks (#75)
- Adjust for removing all redundant headers from include/fastrtps (#73)
- Change backup restore order (#77)
- Migrate fastrtps namespace to fastdds (#87)
- Adjust for const qualification of all data related inputs in DataWriter (#88)
- Adjust for Fast DDS public headers migration to .hpp (#89)
- Set Fast DDS 2.13.x as EOL (#96)
- Improve Github CI (#82, #83, #90, #92, #94)
This release includes the following fixes:
- Fix Helloworld compilation Error (#79)
PRs in merged order:
#69, #71, #72, #74, #75, #79, #80, #82, #83, #73, #77, #87, #88, #89, #90, #76, #92, #94, #96, #95, #97, #98, #101, #99, #100, #78, #102
v1.0.0
Discovery Server initial Release.
Provides a suitable framework for using and testing of new Fast RTSP extended Discovery mechanism. These new developments clear some constrains from the standard Discovery mechanism:
- using fast-RTPS on non-multicast-able networks.
- manage large quantities of endpoints without jamming the network with metatraffic.