3.00.4
3.00.4.1
New Features
-
Added a filter parameter to
EventClient.subscribeto allow subscribing only to specific events based on filtering conditions.
Issues Fixed
-
Fixed an issue where serialization failed for
BasicDictionaryobjects whose values were not scalars. -
Fixed an issue where
TopicPoller.pollreturned an empty list when the timeout parameter was set to 0.
3.00.4.0
New Features
- Added
Util.createVector(type, size, capacity)for creating vectors. - Added new vector creation methods, such as
BasicIntVector(int size, int capacity), to specify the initial size and capacity. - Added support for setting and adding values in vectors using Java primitive types.
- Added support for creating Decimal vectors directly from a list of strings (List<String>).
- Added support in MTW for inserting data into stream tables in Orca.
- Added support for StreamingSQLClient, enabling declaration of streaming SQL tables, registration of streaming SQL queries, and subscription to streaming SQL query results.
- Added support in
BasicAnyVectorfor theAppendmethod to add single values or entire vectors, and for thesetmethod to modify elements at any position. - Added method
getScaletoBasicArrayVectorinterface for obtaining the scale of a DECIMAL array vector.
Issues Fixed
- Fixed an issue where constructing
BasicDecimal32VectorwithInteger.MIN_VALUEas null value caused errors.
