dxFeed C API and dxFeed C# API version 6.2.0 with fixes and improvements are already available.
C API Changelog
- Added missing documentation to EventData.h file
- Fixed a bug with disconnecting (by server side) when removing symbols if no symbols have been added
- Fixed segfaults and debug assertion failings when clearing symbols in a subscription’s event listener
- Added the ability to call logging initialization again without any effect
- Fixed a minor memory leak related to incomplete deinitialization of the server message processor context
C# API Changelog
- Fixed a bug with disconnecting (by server side) when removing symbols if no symbols have been added
- Fixed segfaults and debug assertion failings when clearing symbols in a subscription’s event listener
- Added the ability to call logging initialization again without any effect
- Added support for token-based authentication to InstrumentProfileReader & InstrumentProfileConnection
- Added functions: `InstrumentProfileReader.ReadFromFile(string address, string token)`, `URLInputStream.OpenConnection(string url, string token)`, `URLInputStream.OpenConnection(Uri url, string token)`
- Added constructors: `InstrumentProfileConnection(string address, string token)`
- Added the support for basic authentication to InstrumentProfileConnection:
- Added functions: `URLInputStream.OpenConnection(string url, string login, string password)`, `URLInputStream.OpenConnection(Uri url, string login, string password)`
- Added constructors: `InstrumentProfileConnection(string address, string login, string password)`
- [Samples] Added an additional command line parameter to pass a bearer token. Samples that were affected:
- `dxf_instrument_profile_sample`, `dxf_instrument_profile_live_sample`
- Fixed a minor memory leak related to incomplete deinitialization of the server message processor context.
Please refer to dxFeed Help Desk if you have any questions or concerns.