-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGELOG.txt
93 lines (68 loc) · 3.94 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
------------------------------------------------------------------------------
qJava 2.3.2 [2017.xx.xx]
------------------------------------------------------------------------------
- fix: fromString()/toString() conversion for temporal types
------------------------------------------------------------------------------
qJava 2.3.1 [2015.12.07]
------------------------------------------------------------------------------
- API redesign: visibility of QType.getTypeCode() method changed to public
- Maps serialization support in DefaultQWriter
------------------------------------------------------------------------------
qJava 2.3.0 [2015.11.16]
------------------------------------------------------------------------------
- API redesign: enable custom serializers & deserializers
- Collections serialization support in DefaultQWriter
- Improve memory reuse in QWriter
- Improve performance while iterating over QTable, QDictionary
and QKeyedTable: partial reimplementation of java.lang.reflect.Array
benefiting from Hot Spot VM optimizations
------------------------------------------------------------------------------
qJava 2.2.0 [2015.08.14]
------------------------------------------------------------------------------
- API convenience extensions
- Improved memory reuse while iterating over QTable, QDictionary
and QKeyedTable
- Introduce common interface for QTable and QKeyedTable: Table
------------------------------------------------------------------------------
qJava 2.1.2 [2015.03.23]
------------------------------------------------------------------------------
- Add serialization for type: char[][]
------------------------------------------------------------------------------
qJava 2.1.1 [2015.03.09]
------------------------------------------------------------------------------
- Fix: sanity check against protocol version for guids
- Fix: synchronization issues
------------------------------------------------------------------------------
qJava 2.1.0 [2014.10.01]
------------------------------------------------------------------------------
- Redesigned lambdas and projections handling
- Temporal classes are now Serializable
------------------------------------------------------------------------------
qJava 2.0.5 [2014.09.11]
------------------------------------------------------------------------------
- Fix: reading of generic null (::) embedded in lists
------------------------------------------------------------------------------
qJava 2.0.4 [2014.09.01]
------------------------------------------------------------------------------
- Rewrite QBasicConnection.open() and QBasicConnection.close() methods to
use QBasicConnection.isConnected() instead of null check
------------------------------------------------------------------------------
qJava 2.0.3 [2014.07.29]
------------------------------------------------------------------------------
- QListener pushes all types of exceptions via error callback
------------------------------------------------------------------------------
qJava 2.0.2 [2014.06.10]
------------------------------------------------------------------------------
- Fix: behaviour of toString and fromString methods in QTime, QSecond
and QMinute types for dates outside of 0-24 hours scope
------------------------------------------------------------------------------
qJava 2.0.1 [2014.05.26]
------------------------------------------------------------------------------
- Fix: creation of q dictionary with values represented as table
------------------------------------------------------------------------------
qJava 2.0 [2014.04.02]
------------------------------------------------------------------------------
- Support for kdb+ protocol and types: v3.0, v2.6, v<=2.5
- Synchronous and asynchronous queries
- Convenient asynchronous callbacks mechanism
- Logging of the raw protocol data in case of parsing failure.