Releases: BenB196/crashplan-ffs-puller
Releases · BenB196/crashplan-ffs-puller
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
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:
- Switched to JSON endpoint to make maintenance easier.
- If you didn't use esStandardized == ecs, a lot of the fields have changed, I recommend looking at: https://github.com/BenB196/crashplan-ffs-go-pkg/blob/d7277ce8c52eaa3214021ac874fb6a2145da09a5/jsonExport.go#L12 to get a list of new JSON fields
- If you use esStandardized == ecs, double check mappings as some fields have changed and some fields added
Fixes:
- Fixed an issue with file.extension contained a leading dot (.)