Releases: jmmorato/openddsharp
Releases · jmmorato/openddsharp
v3.250.2
OpenDDSharp v3.250.2
- [feature] Updated to OpenDDS v3.25.0 using TAO 3
- [feature] JSON samples serialization
- [feature] Link native libraries with RPATH
- [fix] Fixed IDL include pre-processor issues
- [fix] Fixed whitespaces issue in cmake argument call
- [breaking] Removed Standard suffix from OpenDDSharp NuGet projects
- [breaking] Implemented dispose pattern in Listeners
- [breaking] Implemented dispose pattern in Listeners
OpenDDSharp v0.8.23023.106
OpenDDSharp v0.8.22297.100
- Update to OpenDDS 3.22
- Fixed dotnet template preprocessor directives
- Fixed issue with the FindTopic received pointer
- Changed calling convention to Cdecl
- Marshal
char
andwchar
fields asunsigned int
OpenDDSharp v0.8.22127.96
- Added support for
linux-x64
andosx-x64
- Migrated to OpenDDS 3.20
- Completed API wrapper
- Data representation QoS policy implementation
OpenDDSharp v0.8.22111.86-beta
Fixed copy of libOpenDDS_Rtps.so
to the build folder
OpenDDSharp 0.8.22107.85-beta
Version 0.8.22107.85-beta
Pre-release version for the netstandard wrapper
OpenDDSharp 0.7.21141.15
Version 0.7.21141.15
Bug Fixes
- Fixed bug in code generation package and Visual Studio extension included in the last version due to the migration to OpenDDS v3.16
OpenDDSharp 0.7.21124.11
Version 0.7.21124.11
New Features
- Updated to OpenDDS v3.16
- Implemented cleaning target and ensure code generation is triggered when an IDL file is changed
Bug Fixes
- Fixed issue getting the built-in subscriber
Breaking Changes
- IDL project need to be regenerated with the last version of the template to be compatible with v0.7.21124.11
OpenDDSharp v0.5.0
Version 0.5.0
New Features
- Updated to OpenDDS v3.14
- Visual Studio 2019 support
- Updated to .NET Framework v4.7.2
- Implemented
ParticipantBuiltinTopicDataDataReader
class - Implemented
TopicBuiltinTopicDataDataReader
class - Implemented
PublicationBuiltinTopicDataDataReader
class - Implemented
SubsriptionBuiltinTopicDataDataReader
class
OpenDDSharp v0.4.1
Version 0.4.1
New Features
- Build scripts and patches adapted to compile with OpenDDS v3.13.1
- WpfShapeDemo: Fixed RTI shape coordinates compatibility and prepared to work with other vendors
Breaking Changes
- The calls to the
ACE::init/fini
are not called anymore by theParticipantService
and must be called viaOpenDDSharp.Ace.Init/Finit
method
Bug Fixes
- Fixed memory leak in the
Write
method when using sequences