Releases: DanEngelbrecht/golongtail
Releases · DanEngelbrecht/golongtail
BAD - Release v0.2.0-pre4
DO NOT USE
Changes in this Release
- FIXED Fixed compatability problem with cgo and golang 15
- FIXED Fixed memory leak in onPreflighMessage
- FIXED Fixed a couple of C string leaks
- CHANGED Updated to golang 1.15.8 toolchain in Github actions scripts
- CHANGED Removed support for legacy
store.lci
in stores - UPDATE Longtail 0.1.15
- UPDATE Longtail 0.1.16
- CHANGED Expose
Longtail_BlockIndex.Copy()
andLongtail_StoreIndex.Copy()
- ADDED Added
--mem-trace
that displays diagnostics about memory usage in longtaillib - ADDED Exposed
Longtail_MemTracer_DumpStats
which writes memory stats tolongtail.csv
if--mem-trace
is enabled
Release v0.1.12
Changes in this Release
- FIXED Fixed compatability problem with cgo and golang 15
- FIXED Fixed memory leak in onPreflighMessage
- FIXED Fixed a couple of C string leaks
- CHANGED Updated to golang 1.15.8 toolchain in Github actions scripts
- CHANGED Removed support for legacy
store.lci
in stores - UPDATE Longtail 0.1.15
- UPDATE Longtail 0.1.16
- CHANGED Expose
Longtail_BlockIndex.Copy()
andLongtail_StoreIndex.Copy()
- ADDED Added
--mem-trace
that displays diagnostics about memory usage in longtaillib - ADDED Exposed
Longtail_MemTracer_DumpStats
which writes memory stats tolongtail.csv
if--mem-trace
is enabled
Release v0.1.11
Changes in this Release
- FIXED Fixed compatability problem with cgo and golang 15
- FIXED Fixed memory leak in onPreflighMessage
- CHANGED Updated to golang 1.15.8 toolchain in Github actions scripts
- CHANGED Removed support for legacy
store.lci
in stores
Release v0.1.10
Changes in this Release
- UPDATE Update longtail to 0.1.14
- CHANGED Use
Longtail_CreateRateLimitedProgress
to reduce overhead from C/Go calls - FIXED Times in
--show-stats
are now more accurate for async operations - ADDED
downsync
read source index,downsync
flush andupsync
flush times are now shown with--show-stats
Release v0.1.9
Changes in this Release
- FIXED Use GenerationMatch instead of MetagenerationMatch in GCS to fix store index loosing content
- FIXED Fixed broken logging formatting
- CHANGED Refactored scanning of folders/reading index to be more async
- ADDED Added time stats in upsync and downsync commands
Release v0.1.8
Changes in this Release
- FIXED Use Generation when locking file versions in GCS instead of Metageneration
Release v0.1.7
Changes in this Release
- FIXED Use close() on channels to detect end of message stream, this fixes problems with blocks missing in gcs store index
- FIXED remotestore.go - updateRemoteContentIndex and updateRemoteStoreIndex no longer leaks memory on retry
- ADDED remotestore.go - log when retrying store index updates
Release v0.1.6
Changes in this Release
- UPDATE Update to longtail 0.1.8
- ADD
Longtail_ContentIndex.GetChunkHashes()
- FIXED Fetching a block from a remote store with block hash not matching stored path returns bad format
- FIXED Failing block fetch due to bad format increases
Longtail_BlockStoreAPI_StatU64_GetStoredBlock_FailCount
stat
Release v0.1.5
Changes in this Release
- FIX Fix inverted read only check
Release v0.1.4
Changes in this Release
- FIX Added AccessType to remote store so only
upsync
andinit
will ever try a full reindex or update store indexes