Skip to content

Releases: DanEngelbrecht/longtail

v0.3.7-pre1

12 Sep 21:59
514a89d
Compare
Choose a tag to compare
v0.3.7-pre1 Pre-release
Pre-release
  • CHANGED Additional error/diagnostic logging when initialising store and version indexes from a buffer
  • FIX Don't use potentally stale store index in FSBlockStoreAPI PruneBlocks

v0.3.7-pre0

12 Sep 21:34
7994399
Compare
Choose a tag to compare
v0.3.7-pre0 Pre-release
Pre-release
  • CHANGED Additional error/diagnostic logging when initialising store and version indexes from a buffer
  • FIX Don't use potentally stale store index in FSBlockStoreAPI PruneBlocks

v0.3.6

02 Sep 20:04
ee53715
Compare
Choose a tag to compare
  • CHANGED API Longtail_Job_CreateJobsFunc now takes a channel parameter, can be either 0 or 1, 0 has higher priority than 1
  • FIXED Writing content to disk now has higher priority than reading blocks from store
  • CHANGED Reworked logic for calculating the number of blocks to read per write operation when writing multi-block assets

v0.3.6-pre9

01 Sep 12:49
Compare
Choose a tag to compare
v0.3.6-pre9 Pre-release
Pre-release
  • CHANGED API Longtail_Job_CreateJobsFunc now takes a channel parameter, can be either 0 or 1, 0 has higher priority than 1
  • FIXED Writing content to disk now has higher priority than reading blocks from store
  • CHANGED Reworked logic for calculating the number of blocks to read per write operation when writing multi-block assets

v0.3.6-pre1

01 Sep 12:39
Compare
Choose a tag to compare
v0.3.6-pre1 Pre-release
Pre-release
  • CHANGED API Longtail_Job_CreateJobsFunc now takes a channel parameter, can be either 0 or 1, 0 has higher priority than 1
  • FIXED Writing content to disk now has higher priority than reading blocks from store
  • CHANGED Reworked logic for calculating the number of blocks to read when writing multi-block assets

v0.3.6-pre0

30 Aug 22:57
Compare
Choose a tag to compare
v0.3.6-pre0 Pre-release
Pre-release
  • CHANGED API Longtail_Job_CreateJobsFunc now takes a channel parameter, can be either 0 or 1, 0 has higher priority than 1
  • FIXED Writing content to disk now has higher priority than reading blocks from store

v0.3.5

11 Aug 23:06
f0a9685
Compare
Choose a tag to compare
  • CHANGED Function entry logging change to DEBUG
  • CHANGED Added info-debugging of read/written files (with size)
  • CHANGED Add log context for Longtail_WriteStoredBlock and Longtail_WriteStoredBlock in non-debug build

v0.3.5-pre0

11 Aug 22:40
f0a9685
Compare
Choose a tag to compare
v0.3.5-pre0 Pre-release
Pre-release
  • CHANGED Function entry logging change to DEBUG
  • CHANGED Added info-debugging of read/written files (with size)
  • CHANGED Add log context for Longtail_WriteStoredBlock and Longtail_WriteStoredBlock in non-debug build

v0.3.4

15 Jun 21:43
ca85ddb
Compare
Choose a tag to compare
  • FIX Promoted Longtail_GetVersionIndexSize and Longtail_BuildVersionIndex to public API
  • FIX Renamed private/test function with LongtailPrivate prefix
  • FIX Removed Longtail_FileInfos_GetPaths and struct Longtail_Paths
  • FIX Properly calculate number of jobs for WriteAssets (fixes weird progress behaviour on ChangeVersion/WriteVersion)
  • FIX Increase PendingJobCount in bikeshed before successful create so we don't fall out of job loop while waiting for space
  • FIX Auto detect of pre-release flag from tag name
  • CHANGE Release notes are read from CHANGELOG in root

v0.3.3

20 May 14:39
efd11e2
Compare
Choose a tag to compare

Changes in this Release

  • FIX Copy block extension string in FSBlockStore_Init