Skip to content

Releases: BenB196/crashplan-ffs-puller

0.5.4

07 Feb 00:22
db22478
Compare
Choose a tag to compare

Fixes:

  • Added missing fields.

0.5.3

07 Feb 00:00
8e35fb3
Compare
Choose a tag to compare

Fixes:

  • Fixed issue where mime_type could have duplicate values

0.5.2

06 Feb 22:40
a5472d5
Compare
Choose a tag to compare

Fixes:

  • Fixed issues with parsing domains that are empty
  • Fixed issues with create and modify timestamps that are empty

0.5.1

06 Feb 22:03
49828cc
Compare
Choose a tag to compare

Fixes:

  • Fixed mapping of shared_with to be correct

Cleanup:

  • Removed no longer needed fields

0.5.0

06 Feb 21:38
5e3b350
Compare
Choose a tag to compare

Breaking Changes

This release changes how files are pulled. Instead of using the CSV endpoint (/fileevent/export) it now uses the JSON endpoint (/fileevent)

This causes some fields to change names/formats. Please see changes.


Enhancements:

Fixes:

  • Fixed an issue with file.extension contained a leading dot (.)

0.4.5

05 Feb 21:03
cef4e39
Compare
Choose a tag to compare

Enhancements:

  • Updated crashplan-ffs-go-pkg (issue #120)
    • Adds support for new FFS fields
    • Fields:
      • code_42.tab.titles - keyword array
      • code_42.urls - url array
  • Updated client_golang

0.4.4

07 Dec 18:18
b4f45c2
Compare
Choose a tag to compare

Updates:

  • Updated crashplan-ffs-go-pkg to v0.3.0 (#118)
  • Updated olivere/elastic to v7.0.22
  • Updated client_golang to v1.8.0

0.4.3

04 Nov 17:36
Compare
Choose a tag to compare

Fixes:

  • Fixed issues with CSV encoding.

0.4.2

03 Nov 19:01
9f148b9
Compare
Choose a tag to compare

Updates:

  • Bumped version of crashplan-ffs-go-pkg to v0.2.4, which fixes an issue with CSV Header check end of line char

0.4.1

07 Oct 12:50
ba04569
Compare
Choose a tag to compare

Fixes:

  • Fixed issue with enrichment and output durations being set to max int when no events are processed (issue #112)
  • Fixed issue where host.ip could contain values of '' or nil (issue #113)