Version | Date | Description |
---|---|---|
0.5 | 2010-12-28 | Bug fix and feature release |
0.4.2 | 2009-02-03 | Feature release |
0.4.0 | 2008-07-29 | Project name changed to Fosstrak |
0.3.0 | 2008-03-20 | Feature release |
0.2.3 | 2007-12-14 | Bug fix release |
0.2.2 | 2007-08-31 | Bug fix release |
0.2.0 | 2007-04-27 | Initial release |
Type | Changes | By |
---|---|---|
Added support for capturing EPCISMasterDataDocument in CaptureClient. | steybem | |
Code refactoring and cleanup. | steybem |
Type | Changes | By |
---|---|---|
Added support for connecting to EPCIS repositories that require client authentication (HTTP Basic and HTTPS with client certificates). | wellington | |
Updated example events. They are now compliant with EPCglobal's Core Business Vocabulary. | roduner |
Type | Changes | By |
---|---|---|
Added possibility to construct EPCIS events using the JAXB data binding API and capture them via the CaptureClient. | steybem | |
Added some utility classes for quickly sending capture requests to an EPCIS repository. | steybem |
Type | Changes | By |
---|---|---|
Corrected serialization of time values into XML. Fixes 1845531. | steybem | |
Display time values in ISO8601 format. | steybem | |
Added field for setting eventTimeZoneOffset in capture client GUI and adjusted example event. | steybem |
Type | Changes | By |
---|---|---|
Changed access method for invoking EPCIS capture interface in CaptureClient. The capture interface expects an XML document conforming to the EPCISDocument in the payload of the HTTP POST request. | steybem | |
Changed return type of capture method in CaptureClient. It will now return the HTTP response code (received from the EPCIS repository) instead of the message given in payload of the HTTP response. The CaptureClientGui will display an appropriate success or fail message. | steybem |