Releases: BenB196/crashplan-ffs-go-pkg
Releases · BenB196/crashplan-ffs-go-pkg
0.1.0
Release v0.1.0
- [Enhancement] - Add support for new FFS fields (Issue #17)
0.0.9
Release v0.0.9
- [Bug] - Added support for new Crashplan FFS fields. (Issue #14)
0.0.8
Release v0.0.8
- [Bug] - Added support for new FFS event fields. (Issue #10)
0.0.7
Release v0.0.7
- [Bug] - Added support for new FFS event fields. (Issue #10)
0.0.6
Release v0.0.6
- [Bug] - Fixed issue where slice fields on ffsEvent were not being properly set as slices.
0.0.5
Release v0.0.5
- [Bug] - fileSize and removableMediaCapacity should now not marshal when then are null. Previously they would marshal as 0, which is inaccurate. (Issue #6)
0.0.4
Release v0.0.4
- [Bug] - Time fields in FileEvent struct should not longer be 0001-01-01T00:00:00Z is they are "", instead they should be nil. (Issue #4)
0.0.3
- [Bug fix]: Fixed issue #1, most fields now support omitempty as they can potentially be empty
- [Bug fix]: Fixed issue #2, added support for the FileOwner field to be a string slice as it can be a comma separated list of owners.
0.0.2
Updated FileEvent struct to have properly cased fields:
- DeviceUsername (previously DeviceUserName)
- OsHostname (previously OsHostName)