v0.3.0
0.3.0 (June 3, 2016)
FEATURES
- ValidateFieldsOutOfOrder Configuration Option [GH 107]
ENHANCEMENTS
- Datadictionary tests [GH 108]
- Proposal to add public method to convert raw fix message to quickfix.Message [GH 110]
- Make gen package public [GH 113]
- Make gen import path relative [GH 119]
- Validator interface [GH 120]
- Expose IncorrectDataFormat [GH 121]
- Spelling, fmtness [GH 123]
- More verbose error text on conditionally required field BMR [GH 131]
- better error handling in gen package [GH 134]
- Include timestamp in messages file log [GH 135]
- extracts repeating group interface [GH 137]
- Header, Body, Trailer FieldMap types [GH 138]
- Datadictionary/Gen refactor [GH 140]
- Gen value timestamp [GH 141]
- Slight gen revert [GH 142]
- replaced regex with faster impl for float parsing [GH 143]
- Expose sql.DB's SetConnMaxLifetime() in settings [GH 144, 139]
BUG FIXES
- Routing Incorrect for FIXT [GH 101]
- Validation Error for component tag [GH 102]
- Unmarshal error for repeating Group [GH 103]
- Marshaler/Reflector tries to convert time.Time struct into fix format [GH 109]
- nil pointer panic if no config.DataDictionary specified [GH 127]
- fixes required group validation error [GH 129]
- RefTagID is not known to BusinessMessageReject type [GH 130]