Skip to content

Commit

Permalink
Merge pull request #353 from teharrison/develop
Browse files Browse the repository at this point in the history
version and release notes
  • Loading branch information
teharrison authored Jun 6, 2018
2 parents 0e126ce + 90eabc9 commit f6c6051
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.9.26

- remove repeat saves
- fix chunkrecord indexer for fastq and last record
- handle index of empty files gracefully
- overhaul locker, now can lock node, file, index
- if file locked, unable to download file
- if index loxked, unable to download using that index
- locks have timeouts and exist in-memory only
- parts nodes merge is async and locks file during merge
- indexing is async and locks index during build
- add /locker /locked/node /locked/file locked/index resources to view states

# v0.9.25

- add node lock to index and acl actions
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.25
0.9.26

0 comments on commit f6c6051

Please sign in to comment.