Skip to content

Releases: BenB196/crashplan-ffs-go-pkg

0.2.0

05 Aug 14:18
b8c4a4c
Compare
Choose a tag to compare

Enhancement:

  • Added support for new FFS field syncDestinationUsername

0.1.9

17 Jun 13:00
33425b3
Compare
Choose a tag to compare

Enhancement:

  • Added support for new FFS field (issue #36)
    • Logged in Operating System User - string

0.1.8

08 May 12:50
82c14a2
Compare
Choose a tag to compare

Enhancements:

  • Added new FFS fields (issue #34)

0.1.7

22 Apr 12:40
3820471
Compare
Choose a tag to compare

Enhancement:

  • Added new FFS fields (issue #31)
    • Print Job Name
    • Printer Name
    • Printed Files Backup Path

0.1.6

13 Apr 18:58
fb593ef
Compare
Choose a tag to compare

This release contains mainly a refactor of this package to improve performance/efficiency.

Changes:

  • Changed shared from string to bool
  • Added some missing omitempty's to struct

0.1.5

01 Apr 13:42
17d5df5
Compare
Choose a tag to compare

Reverted changes made in v0.1.4 to v0.1.3 as there were breaking issues.

0.1.4

01 Apr 13:31
26fae00
Compare
Choose a tag to compare

Optimizations:

  • Converted some values in csvLineToFileEvent to pointers. This reduces the number of needed sub-function calls
  • Remove the steps of removing \n from arrays. CSV's no longer contain these.

0.1.3

31 Mar 15:18
4e8fea2
Compare
Choose a tag to compare

Fixes:

  • Fixed typing issues (issue #24)

Updates:

  • Updated README (issue #23)

0.1.2

31 Mar 13:13
b69451d
Compare
Choose a tag to compare

Enhancements:

  • Updated to support newly added fields (issue #21)

Updates:

  • Updated go to 1.14

0.1.1

11 Dec 00:58
baa610f
Compare
Choose a tag to compare

Release v0.1.1

  • [Bug] - Fixed naming from Email DLP Policy Name to Email DLP Policy Names (Issue #18)
  • [Bug] - Fixed issue where emailDLPRecipients could overwrite exposure if set (Issue #20)