Releases: DanEngelbrecht/golongtail
Releases · DanEngelbrecht/golongtail
v0.3.6-pre5
- 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
- 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
- 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
- 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
- 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
- FIXED UNC path may not contain forward slashes
v0.3.5
- UPDATED Updated longtail to 0.3.4
v0.3.4
- 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
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
Changes in this Release
- ADDED
put
commmand to complementget
commmand - CHANGED
--get-config-path
option has been removed fromupsync
; useput
instead. - CHANGED
--get-config-path
option forget
renamed to--source-path
- FIXED Automatic resolving of
--target-path
fordownsync
andget
now resolves to a folder in the local directory - UPDATED Updated longtail to 0.3.2