Skip to content

Releases: DanEngelbrecht/golongtail

BAD - Release v0.2.0-pre4

25 Feb 18:29
Compare
Choose a tag to compare
Pre-release

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() and Longtail_StoreIndex.Copy()
  • ADDED Added --mem-trace that displays diagnostics about memory usage in longtaillib
  • ADDED Exposed Longtail_MemTracer_DumpStats which writes memory stats to longtail.csv if --mem-trace is enabled

Release v0.1.12

25 Feb 12:26
07183f6
Compare
Choose a tag to compare

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() and Longtail_StoreIndex.Copy()
  • ADDED Added --mem-trace that displays diagnostics about memory usage in longtaillib
  • ADDED Exposed Longtail_MemTracer_DumpStats which writes memory stats to longtail.csv if --mem-trace is enabled

Release v0.1.11

21 Feb 14:20
Compare
Choose a tag to compare

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

07 Feb 00:09
491ead5
Compare
Choose a tag to compare

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 and upsync flush times are now shown with --show-stats

Release v0.1.9

02 Feb 06:33
56598a9
Compare
Choose a tag to compare

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

07 Dec 13:01
Compare
Choose a tag to compare

Changes in this Release

  • FIXED Use Generation when locking file versions in GCS instead of Metageneration

Release v0.1.7

30 Nov 22:17
Compare
Choose a tag to compare

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

15 Nov 16:59
61f9cf3
Compare
Choose a tag to compare

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

12 Nov 11:57
Compare
Choose a tag to compare

Changes in this Release

  • FIX Fix inverted read only check

Release v0.1.4

12 Nov 09:48
d3c3f68
Compare
Choose a tag to compare

Changes in this Release

  • FIX Added AccessType to remote store so only upsync and init will ever try a full reindex or update store indexes