Skip to content

Releases: BenB196/crashplan-ffs-go-pkg

0.1.0

20 Nov 00:19
Compare
Choose a tag to compare

Release v0.1.0

  • [Enhancement] - Add support for new FFS fields (Issue #17)

0.0.9

30 Oct 23:11
5e4ed98
Compare
Choose a tag to compare

Release v0.0.9

  • [Bug] - Added support for new Crashplan FFS fields. (Issue #14)

0.0.8

10 Oct 00:45
25acb69
Compare
Choose a tag to compare

Release v0.0.8

  • [Bug] - Added support for new FFS event fields. (Issue #10)

0.0.7

09 Oct 23:45
5b622f6
Compare
Choose a tag to compare

Release v0.0.7

  • [Bug] - Added support for new FFS event fields. (Issue #10)

0.0.6

28 Sep 14:07
5b622f6
Compare
Choose a tag to compare

Release v0.0.6

  • [Bug] - Fixed issue where slice fields on ffsEvent were not being properly set as slices.

0.0.5

15 Sep 23:49
13e15f3
Compare
Choose a tag to compare

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

14 Sep 18:11
339966e
Compare
Choose a tag to compare

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

13 Sep 22:54
b2d3de1
Compare
Choose a tag to compare
  • [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

08 Sep 14:54
Compare
Choose a tag to compare

Updated FileEvent struct to have properly cased fields:

  • DeviceUsername (previously DeviceUserName)
  • OsHostname (previously OsHostName)

0.0.1

07 Sep 18:49
Compare
Choose a tag to compare

Initial Release