forked from exxeleron/qJava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
68 lines (49 loc) · 2.84 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
------------------------------------------------------------------------------
qJava 2.1.3 [2015.05.28] @manishpatelUK
------------------------------------------------------------------------------
- Forked from https://github.com/exxeleron/qJava
- Add multithread support on read and write classes
- Add connection watcher
------------------------------------------------------------------------------
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.