Skip to content

Releases: SecuraeBackup/securae-cli

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 17 Dec 17:16
v0.1.15
693d64a

Changelog

  • 693d64a Bump to version 0.1.15
  • 91d11fd Calculate and set a SHA-256 checksum when uploading files
  • 590a77f Improve error message for invalid backup IDs
  • a5afc1d New validate command
  • fc4d2a8 Retrive object checksums via response header
  • 0441be4 Simplify CheckCLIVersionHeaders function

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 13 Dec 15:58
v0.1.14
c9f8d6b

Changelog

  • 7b0c162 Add a mechanism to check for new CLI versions
  • c9f8d6b Bump to version 0.1.14
  • dfede38 Implement CheckCLIVersionHeaders

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 11 Dec 19:48
v0.1.13
c523c0d

Changelog

  • c523c0d Bump to version 0.1.13
  • 63a7655 Configure same timeout value for all the requests

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 09 Dec 23:04
v0.1.12
c49eb0c

Changelog

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 05 Dec 15:21
v0.1.11
1515982

Changelog

  • ad03d3d Add command to generate Markdown docs
  • 1515982 Bump to version 0.1.11
  • b9619c5 Fix minor grammatical error
  • 903ac0a Rename rootCmd to RootCmd to be used for doc generation
  • dfa39d3 Update .gitignore
  • cce7992 Update usage and examples for commands
  • 8bd5c08 Use GroupID to organize commands

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 02 Dec 10:12

Changelog

  • 50dd04c Bump to version 0.1.10
  • 1d95020 Now list backups and files into backups

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 01 Dec 20:39

Changelog

  • 64fa50a Bump to version 0.1.9
  • 190c661 Improve error message for pre signed URLs generation
  • 1bf36cc Replace HTTP status code numbers by constants

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 01 Dec 09:16

Changelog

  • df8fba3 Add tests for upload.go
  • 30b065f Bump to version 0.1.7
  • dd4e3e9 Bump version to 0.1.8
  • 79f8f62 Fix naming style for local variables
  • 15c1bac Improve message when there are no objects in a backup
  • 9c2b9ff Minor style/formatting fixes
  • 9b3aee0 Refacto to reduce code duplication
  • 71e8107 Remove buffer usage allow HTTTP streaming upload on low memory systems
  • d386444 Replace panic() by return err to handle error better
  • 1767c76 Use constants to define command flags

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 27 Nov 12:55

Changelog

  • 7a34651 Add IsUUID to validate backup-id input
  • 09764c3 Bump to version 0.1.6
  • 87f89a3 Improve error handling on list command
  • fcae3a1 Show replicating status for list command

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 27 Nov 11:09

Changelog

  • e505d70 Bump to version 0.1.5
  • e7a85d6 Download latest object from Backup in the download command
  • e5c3662 Fix issue with BindPFlag when using the same flag
  • 9f5d1d8 Fix issue with backup-id being written into config file
  • 988e6dc Improve Backup data presentation on list command
  • 588ffa1 Improve error handling for download command
  • fabfa5e Improve error handling on init command
  • efa9311 Update JSON struct for Backup items
  • d198bb6 Update error messages in init command