SIXP .NET API release notes

Release notes ver SIXP .NET API 1.0.5033

New functionality
- Added support for Json news format

Bugfixes
- Fixed requested wrong fieldset for ~period="close" queries.

Release notes ver SIXP .NET API 1.0.4874

New functionality
- Added support for IPv6
- Added support for decimal

Bugfixes
- DNS lookup fix
- Fixed problems with inactivity timeout

Known errors

Release notes ver SIXP .NET API 1.0.4377

New functionality Bugfixes
- Fixed crash on to long prls
- Fixed problem with reversed key order

Known errors

Notes
- Removed inactivityTimeout
- Blocks multiple connects on a session

Release notes ver SIXP .NET API 1.0.4224

New functionality
- The Address property of a ServerSettings object only takes a hostname ( a dns or ip ). Prior you could
assign it on the format (ip/dns):port. A quick fix for this is to use the constructor on SixpServerSettings
and input a text on the format (ip/dns):port. You can also do the splitting yourself.

Bugfixes
- Better timeout handling
- Fixed various reconnect and dispose related crashes
- Fixed problem with active get requests during reconnect
- Fixed reconnect problem on inital connect

Known errors

Notes
- Example program has changed (Program.cs in run function) du to changes in the API:
Add server to SixpServerSettings -> SixpServerSettings ss = new SixpServerSettings(server);
Reomve this line -> ss.Address = server;

Release notes ver SIXP .NET API 1.0.4033

New functionality

Bugfixes
- Do not put up all subscriptions at once when resubscribing. Wait a little between each subscription.

Known errors

Notes

Release notes ver SIXP .NET API 1.1

New functionality
- Added queue size information to OnTimingInfo event to track if a connection is slow

Bugfixes

Known errors

Notes

Release notes ver SIXP .NET API 1.0

New functionality
+ Added one shot request support
+ Added support for Web Proxy
+ Added complete documentation

Bugfixes
+ Fixed missing zero reset
+ Fixed wrong type on _RecordId in dataset
+ Fixed problem with sample table
+ Fixed onerror timeout issue
+ Fixed issue with characters åäö

Known errors

Notes