Skip to content

Releases: DanEngelbrecht/golongtail

v0.3.6-pre5

11 Aug 23:43
f00d07a
Compare
Choose a tag to compare
v0.3.6-pre5 Pre-release
Pre-release
  • CHANGED commands now logs input details at info level
  • CHANGED Stats output is now printed to StdOut and with formatted logging to log file if --log-file-path is enabled
  • CHANGED All logging now goes through logrus with the default logrus text formatting
  • CHANGED Progress output in console now goes to StdOut instead of StdErr
  • CHANGED Add NativeBuffer to avoid copying of bytes to Golang array and remove signed 32-bit integer length of arrays (WriteStoredBlockToBuffer, WriteBlockIndexToBuffer, WriteVersionIndexToBuffer, WriteStoreIndexToBuffer)
  • ADDED --log-to-console option, default is on, disable all logging output in console with --no-log-to-console
  • ADDED --log-file-path option, default is no log file output, add path to json formatted log file
  • ADDED --log-coloring option, enables colored logging output in console, default is non-colored
  • ADDED --log-console-timestamp option, enabled timestamps in the console log, default is not to include time stamp
  • FIXED Improved retrylogic when writing stored block with better logging details
  • FIXED Full support for windows extended length paths (fixes: UNC path may not contain forward slashes (#214))
  • FIXED Corrected some function names logging
  • UPDATED Updated longtail to 0.3.5

v0.3.6-pre4

09 Aug 13:39
e5584a0
Compare
Choose a tag to compare
v0.3.6-pre4 Pre-release
Pre-release
  • ADDED --log-to-console option, default is on, disable all logging output in console with --no-log-to-console
  • ADDED --log-file-path option, default is no log file output, add path to json formatted log file
  • ADDED --log-coloring option, enables colored logging output in console, default is non-colored
  • ADDED --log-console-timestamp option, enabled timestamps in the console log, default is not to include time stamp
  • CHANGED Stats output is now printed to StdOut and with formatted logging to log file if --log-file-path is enabled
  • CHANGED All logging now goes through logrus with the default logrus text formatting
  • CHANGED Progress output in console now goes to StdOut instead of StdErr
  • FIXED Improved retrylogic when writing stored block with better logging details
  • CHANGED Add NativeBuffer to avoid copying of bytes to Golang array and remove signed 32-bit integer length of arrays (WriteStoredBlockToBuffer, WriteBlockIndexToBuffer, WriteVersionIndexToBuffer, WriteStoreIndexToBuffer)
  • FIXED Full support for windows extended length paths (fixes: UNC path may not contain forward slashes (#214))

v0.3.6-pre3

30 Jul 23:13
b27d0c0
Compare
Choose a tag to compare
v0.3.6-pre3 Pre-release
Pre-release
  • ADDED --log-to-console option, default is on, disable all logging output in console with --no-log-to-console
  • ADDED --log-file-path option, default is no log file output, add path to json formatted log file
  • ADDED --log-coloring option, enables colored logging output in console, default is non-colored
  • ADDED --log-console-timestamp option, enabled timestamps in the console log, default is not to include time stamp
  • CHANGED Stats output is now printed to StdOut and with formatted logging to log file if --log-file-path is enabled
  • CHANGED All logging now goes through logrus with the default logrus text formatting
  • CHANGED Progress output in console now goes to StdOut instead of StdErr
  • FIXED Improved retrylogic when writing stored block with better logging details
  • CHANGED Add NativeBuffer to avoid copying of bytes to Golang array and remove signed 32-bit integer length of arrays (WriteStoredBlockToBuffer, WriteBlockIndexToBuffer, WriteVersionIndexToBuffer, WriteStoreIndexToBuffer)
  • FIXED Full support for windows extended length paths (fixes: UNC path may not contain forward slashes (#214))

v0.3.6-pre2

30 Jul 17:58
Compare
Choose a tag to compare
v0.3.6-pre2 Pre-release
Pre-release
  • ADDED --log-to-console option, default is on, disable all logging output in console with --no-log-to-console
  • ADDED --log-file-path option, default is no log file output, add path to json formatted log file
  • ADDED --log-coloring option, enables colored logging output in console, default is non-colored
  • ADDED --log-console-timestamp option, enabled timestamps in the console log, default is not to include time stamp
  • CHANGED Stats output is now printed to StdOut and with formatted logging to log file if --log-file-path is enabled
  • CHANGED All logging now goes through logrus with the default logrus text formatting
  • CHANGED Progress output in console now goes to StdOut instead of StdErr
  • CHANGED Add NativeBuffer to avoid copying of bytes to Golang array and remove signed 32-bit integer length of arrays (WriteStoredBlockToBuffer, WriteBlockIndexToBuffer, WriteVersionIndexToBuffer, WriteStoreIndexToBuffer)
  • FIXED Full support for windows extended length paths (fixes: UNC path may not contain forward slashes (#214))

v0.3.6-pre1

16 Jul 22:48
Compare
Choose a tag to compare
v0.3.6-pre1 Pre-release
Pre-release
  • CHANGED Add NativeBuffer to avoid copying of bytes to Golang array and remove signed 32-bit integer length of arrays (WriteStoredBlockToBuffer, WriteBlockIndexToBuffer, WriteVersionIndexToBuffer, WriteStoreIndexToBuffer)
  • FIXED Full support for windows extended length paths (fixes: UNC path may not contain forward slashes (#214))

v0.3.6-pre0

19 Jun 21:09
Compare
Choose a tag to compare
v0.3.6-pre0 Pre-release
Pre-release
  • FIXED UNC path may not contain forward slashes

v0.3.5

15 Jun 22:24
8a70395
Compare
Choose a tag to compare
  • UPDATED Updated longtail to 0.3.4

v0.3.4

09 Jun 14:43
9a625d9
Compare
Choose a tag to compare
  • ADDED new --s3-endpoint-resolver-uri for use with s3 storage/targets to set endpoint resolver URI
  • UPDATED Update all Go dependencies to latest version

v0.3.3

20 May 15:54
d6a408e
Compare
Choose a tag to compare

Changes in this Release

  • CHANGED set block extension to ".lsb" for fsblockstore in remote stores
  • UPDATED Updated longtail to 0.3.3

Release v0.3.2

17 May 22:54
613df18
Compare
Choose a tag to compare

Changes in this Release

  • ADDED put commmand to complement get commmand
  • CHANGED --get-config-path option has been removed from upsync; use put instead.
  • CHANGED --get-config-path option for get renamed to --source-path
  • FIXED Automatic resolving of --target-path for downsync and get now resolves to a folder in the local directory
  • UPDATED Updated longtail to 0.3.2