Skip to content

Releases: falense/b2_fuse

Apple pie (v1.3)

04 Nov 20:56
Compare
Choose a tag to compare

Initial release 4.11.16

  • Complete code overhaul including porting to use B2 CLI as backend
  • Added B2 space consumption calculations
  • Support for disk backed temporary files
  • Removed B2Fuse local variant
  • Removed memory limit (only open files will now be kept in memory)
  • Fix for issues #23, #24, #16, #8

Pear Pie (v1.2)

19 Feb 21:15
Compare
Choose a tag to compare
  • Addition of a local storage backed driver, allowing Dropbox like functionality
  • B2Bucket backend split into B2Bucket, B2BucketThreaded and B2BucketCached
  • Fix for issue #3

Pear Pie (v1.2-beta)

14 Feb 12:53
Compare
Choose a tag to compare
Pear Pie (v1.2-beta) Pre-release
Pre-release

Initial release 7.1.16

Added a threaded bucket backend. Significantly improves write performance with a large number of small files by using concurrent uploads.

Update 14.2.16:

It is now possible to use b2fuse with a local (persistent) copy. This allows for significantly faster read and write, at the cost of local disk space. This is similar to how Dropbox etc. works. This feature is experimental.

Orange cake (v1.1)

25 Dec 22:34
Compare
Choose a tag to compare

Updated release with minor feature additions:

Local file structure cache
Removed bucket file limit
Bug fixes (#1 and #2)

Orange cake (v1.0)

12 Dec 16:02
Compare
Choose a tag to compare

First stable release of b2_fuse. All major functions are implemented, bug fixes will be added as needed.