Releases: DanEngelbrecht/longtail
Releases · DanEngelbrecht/longtail
v0.3.7-pre1
- 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
- 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
- CHANGED API
Longtail_Job_CreateJobsFunc
now takes achannel
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
- CHANGED API
Longtail_Job_CreateJobsFunc
now takes achannel
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
- CHANGED API
Longtail_Job_CreateJobsFunc
now takes achannel
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
- CHANGED API
Longtail_Job_CreateJobsFunc
now takes achannel
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
- 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
- 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
- FIX Promoted
Longtail_GetVersionIndexSize
andLongtail_BuildVersionIndex
to public API - FIX Renamed private/test function with LongtailPrivate prefix
- FIX Removed
Longtail_FileInfos_GetPaths
andstruct 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
Changes in this Release
- FIX Copy block extension string in FSBlockStore_Init