Whats new in ISO-8583 SDK2.5 update 4 - 2010-05-01?- Fixed a bug for.NET version
formatPacked of field
Type.TRACK2 length if setBinlenpacked option is selected
Whats new in ISO-8583 SDK2.5 update 3 - 2010-03-18?- Added new option that track2 data in packed form can also be padded from right with half byte '0' , config option config.setPackedTrack2PaddedRightWith0(true|false)
Whats new in ISO-8583 SDK2.5 update 2 - 2010-01-19?- Bugs fixed for
formatPacked LxVARTEXT type field formatting (both Java and .Net)
Whats new in ISO-8583 SDK2.5 update 1 - 2009-10-28?- Bug fix for packed track2 and track3 parsing if config options
setPackedTrack2PaddedRightWithF or
setPackedTrack3PaddedRightWithF are used
Whats new in ISO-8583 SDK2.5 release - 2009-05-21?- Added support for ISO-8583 version 2003 to process messages with MTI 2xxx.- Bug fix for TtLlVField setTagValue tag length 1 or 2 bytes are allowed
- Added new Config option
setPackedTrack3PaddedRightWithF for .net and Java version
Enables correct parsing/formatting of packed type messages where track3 is padded with trailing 'F' (half byte in original form)
Whats new in ISO-8583 SDK2.4 (update) - 2008-09-03?- Added new Config option
setPackedTrack2PaddedRightWithF for .net and Java version
Enables correct parsing/formatting of packed type messages where track2 is padded with trailing 'F' (half byte in original form)
Whats new in ISO-8583 SDK2.4 - 2008-05-26?- EBCDIC encoded messages support for .net version
- Fix parsing LLLVARNUMBER type of fields for java and .net version
Whats new in ISO-8583 SDK2.3 - 2007-04-20?- EBCDIC encoded messages support for java version
- Minor bug fixes to .net version, new samples
Whats new in ISO-8583 SDK2.2 - 2007-01-15?-
LLLTTVField utility for LLLTTV type field subfields
- Support for new field types
LVARNUMBER, LVARTEXTWhats new in ISO-8583 SDK2.1?-
LLTTVField utility for LLTTV type field subfields
-
TtLlVField utility for TtLlV type field subfields
- License file location configuration for .net version (useful when running app as windows service)
Whats new in ISO-8583 SDK2?- Simplified API
- Parser/formatter is now instance object
- multiple parser instances can be created with different configuration to support multithreading and concurrently process different ISO8583 specifications in same JVM