SIXP JAVA API release notes

Release notes ver SIXP JAVA API 1.15

New functionality
- Support for news embedded in Json, new enumerator in AcceptFormat.

Release notes ver SIXP JAVA API 1.13

Bugfixes
- Didn’t release buffers at disconnect which could crash the API when reconnecting.

Release notes ver SIXP JAVA API 1.12

New functionality

Bugfixes
- Fixed string formating error
- Fixed memory leak in snapshot requester

Known errors

Notes

Release notes ver SIXP JAVA API 1.7

New functionality
- Inactivitycheck is also disabled during calls to IRequestEventListener.OnInitTable and
IRequestEventListener.OnTableFilled. In former versions it was just disabled during initial
call to IRequestEventListener.OnRecordUpdate.

Bugfixes
- Fixed bug that could occure when calling IRequest.Dispose
- Added try catch around call to OnLogMessage callback in IClientLogging.

Known errors

Notes

Release notes ver SIXP JAVA API 1.6

New functionality
- Dumps stack for unhandled exceptions in callbacks

Bugfixes
- Fixed syncronization issue when disposing requests
- If ReconnectStrategy was ReconnectNoResubscribe and teh API lost connection, there was a bug when API tried to destroy all requests
- Fixed some typos in the documentation.

Known errors

Notes

 Release notes ver SIXP JAVA API 1.5


New functionality

Bugfixes
- Fixed a inactivity timeout issue

Known errors

Notes
- Inactivity timeout is disabled during the loading of inital data. This is has been done 
to be nicer to slow clients.


Release notes ver SIXP JAVA API 1.4

New functionality
- Execute on request is now syncron and a new ExecuteAsync has been added that is asyncron 

Bugfixes
- Fixed hello message handling

Known errors

Notes
- Exectue must now be renamed to ExecuteAsync for the API to work correctly

Release notes ver SIXP JAVA API 1.0.4245

New functionality

Bugfixes
- Fixed blank key problem on updates for all tables
- Removed extra error message when disconnecting correctly

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4232

New functionality
- Added some overloads to CreateSession.

Bugfixes
- Fixed a issue with the key not being able to be null. It only affected /feed/ queries.

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4208

New functionality

Bugfixes
- Fixed bug in SnapshotRequester. Columns in a IDataRow consists of an array with Fields.
A Field consists of a FieldInfo and a Value. When the Sixp returns the answer for a snapshot request some columns might be omitted due to the fact that they haven’t got a value.
In this case the Value of  the Field should be set to null, but instead Field was set to null. 
This is now corrected. 

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4195

New functionality

Bugfixes
- Fixed proxy error when logging in without credentials

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4191

New functionality
- Added example how to fetch news texts

Bugfixes
- Fixed incorrect decoder behaviour breaking dates
- Fixed incorrect reconnect behaviour
- Fixed GET requests not working

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4183

New functionality


Bugfixes
- Fixed a tcp connect error with the Java API not working under Linux

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4179

New functionality


Bugfixes
- Fixed a bug with the Java API not working under Linux
- Dualbuild for Java 5 and Java 7

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4101

New functionality


Bugfixes
- Fixed a problem with resubscribe

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4073

New functionality

Bugfixes
- Added working build and run scripts for linux ClientDemo
- Fixed timeout request bug
- Fixed dispatcher bug

Known errors

Notes

Release notes ver SIXP JAVA API 1.0.4032

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 JAVA API 1.0

New functionality
- Added queue size to OnTimingInfo to track if the connection is slow

Bugfixes
- Fixed ~sample fsPrl queries

Known errors

Notes
First release version