-
Notifications
You must be signed in to change notification settings - Fork 57
/
CHANGELOG.txt
79 lines (58 loc) · 3.38 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
------------------------------------------------------------------------------
qSharp 2.2.0 [2015.08.14]
------------------------------------------------------------------------------
- API convenience extensions
- QTable, QDictionary and QKeyedTable now implements generic version of
IEnumerable interface
- Improved memory reuse while iterating over QTable, QDictionary
and QKeyedTable
- Fix: QDictionary enumerator failing to retrieve values
------------------------------------------------------------------------------
qSharp 2.1.2 [2015.07.17]
------------------------------------------------------------------------------
- Introduce common interface for QTable and QKeyedTable: IQTable
- QBasicConnection now implements IDisposable
- Refactoring: as per ReSharper reports
------------------------------------------------------------------------------
qSharp 2.1.1 [2015.03.23]
------------------------------------------------------------------------------
- Fix: sanity check against protocol version for guids
- Add serialization for type: char[][]
------------------------------------------------------------------------------
qSharp 2.1.0 [2014.10.01]
------------------------------------------------------------------------------
- Redesigned lambdas and projections handling
------------------------------------------------------------------------------
qSharp 2.0.6 [2014.09.11]
------------------------------------------------------------------------------
- Fix: reading of generic null (::) embedded in lists
------------------------------------------------------------------------------
qSharp 2.0.5 [2014.09.01]
------------------------------------------------------------------------------
- Rewrite QBasicConnection.Open() and QBasicConnection.Close() methods to use
QBasicConnection.IsConnected() instead of null check
------------------------------------------------------------------------------
qSharp 2.0.4 [2014.07.29]
------------------------------------------------------------------------------
- QListener pushes all types of exceptions via error event handler
------------------------------------------------------------------------------
qSharp 2.0.3 [2014.06.10]
------------------------------------------------------------------------------
- Fix: behaviour of toString and fromString methods in QTime, QSecond
and QMinute types for dates outside of 0-24 hours scope
------------------------------------------------------------------------------
qSharp 2.0.2 [2014.06.06]
------------------------------------------------------------------------------
- Improve performance while retrieving large data samples
- API: configurable maximum size of data chunk during data retrieval
------------------------------------------------------------------------------
qSharp 2.0.1 [2014.05.26]
------------------------------------------------------------------------------
- Fix: creation of q dictionary with values represented as table
------------------------------------------------------------------------------
qSharp 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