File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0 (April 19, 2016)
2
+
3
+ FEATURES
4
+
5
+ * Persisted Store [ GH 32]
6
+ * Initializer Constructors for Generated Messages [ GH 69]
7
+ * Field Setters for generated messages [ GH 70]
8
+ * Support for optional components, component setters [ GH 79]
9
+ * Setters for repeating groups in components [ GH 87]
10
+ * DB Store [ GH 88]
11
+
12
+ ENHANCEMENTS
13
+
14
+ * Gen refactor [ GH 78]
15
+ * Refactoring data dictionary pkg [ GH 93]
16
+
17
+ BUG FIXES:
18
+
19
+ * Initiator panic if connection closed [ GH 59]
20
+ * New logs overrides old ones [ GH 72]
21
+ * Session sending message timeout [ GH 80]
22
+ * Potential FIX50 Market Data marshaling bug [ GH 91]
23
+ * Allow settings values to contain equals signs [ GH 97]
24
+ * Error when trying to unmarshal FIX message (FIX 5.0) [ GH 99]
25
+
1
26
## 0.1.0 (February 21, 2016)
2
27
3
28
* Initial release
You can’t perform that action at this time.
0 commit comments