Skip to content

Releases: leo-project/leofs

LeoFS v1.3.2.1 (Feb 10, 2017)

10 Feb 08:00
Compare
Choose a tag to compare

CHANGELOG

  • Fixed leo_object_stroage's version to v1.2.32

Improvements

  • #593 leo_storage log Reduce not_found and error logs

Fixed Bugs

  • #586 leo_storage leo_object_storage A LeoStorage's configuration, is_strict_check is ignored
  • #596 leo_gateway nfs The total file size can be wrong when writing the same file in parallel

Used libraries

Leo Project

Others

LeoFS v1.3.2 (Jan 30, 2017)

30 Jan 08:17
Compare
Choose a tag to compare

CHANGELOG

1.3.2-rc3

21 Jan 13:06
Compare
Choose a tag to compare
1.3.2-rc3 Pre-release
Pre-release
Add a contributor

1.3.2-rc2

19 Jan 03:35
Compare
Choose a tag to compare
1.3.2-rc2 Pre-release
Pre-release
leofs: Add a build status on README.md

1.3.2-rc1

11 Jan 03:53
Compare
Choose a tag to compare
1.3.2-rc1 Pre-release
Pre-release
Switch the package manager from rebar3 to rebar

LeoFS v1.3.1 (Dec 28, 2016)

28 Dec 04:58
Compare
Choose a tag to compare

CHANGELOG

LeoFS v1.3.0 (Aug 9, 2016)

09 Aug 04:08
Compare
Choose a tag to compare

CHANGELOG

Improvements

  • AWS Signature v4 support
    • #283 leo_s3_libs Authenticating requests(AWS Signature version4) to be implemented
    • #373 Supported aws-sdk-go
  • #436 v1.3``nfs Everyone is able to operate objects under a bucket with NFS
  • #479 leo_gateway Output access-logs, retrieving object list and removing a directory

Fixed Bugs

  • #482 leo_gateway A Delete request failed when cache.http_cache = true
  • #485 leo_watchdog Not able to clear state of a cpu's watchdog due to unexpected Erlang cpu_sup's error

Used libraries

Leo Project

Others

LeoFS v1.2.22 (May 20, 2016)

LeoFS v1.2.21 (March 29, 2016)

LeoFS v1.2.20 (March 23, 2016)

23 Mar 07:06
Compare
Choose a tag to compare

CHANGELOG

Improvements

  • #389 erlang To be able to build LeoFS with Erlang 18
  • #442 leo_storage When removing a large size object, a high-latency issue can be happened
  • #445 leo_backend_db May take too much time when restarting leo_storage
  • #446 leo_object_storage Unnecessary a file:position call when opening a AVS file
  • #447 There are some possibilities that some supervisours don't restart their child as we expect
  • #448 leo_storage,leo_mq Reduce queue messages
  • Improve the LeoStorage's read performance
    • #450 leo_object_storage Improve concurrency
    • #467 leo_object_storage Improve concurrency of read operations
  • leo_manager Implement the command history feature to be able to confirm command histories with it
    • It is stored under log/app directory
## command history file:
$ tree -vhD /path/to/leofs/leofs-1.2.20/leo_manager_0/log/app/
./package/leo_manager_0/log/app/
├── [ 103 Mar 17 16:40]  cmd_history -> /path/to/leofs/leofs-1.2.20/leo_manager_0/log/app/cmd_history.20160317.16.1
├── [ 230 Mar 17 16:41]  cmd_history.20160317.16.1
├── [  97 Mar 17 16:40]  error -> /path/to/leofs/leofs-1.2.20/leo_manager_0/log/app/error.20160317.16.1
├── [ 256 Mar 17 16:41]  error.20160317.16.1
├── [  96 Mar 17 16:40]  info -> /path/to/leofs/leofs-1.2.20/leo_manager_0/log/app/info.20160317.16.1
└── [1.6K Mar 17 16:40]  info.20160317.16.1

## command history format:
## | <datetime> | <unixtime> | <command> |
$ tail -f /path/to/leofs/leofs-1.2.20/leo_manager_0/log/app/cmd_history
2016-03-17 16:40:42.685451 +0900    1452670842685495    start
2016-03-17 16:41:22.732225 +0900    1452670882732267    update-log-level storage_0@127.0.0.1 debug
2016-03-17 16:41:36.745973 +0900    1452670896746008    update-consistency-level 1 1 1

Fixed Bugs

  • #443 leo_storage Node stopped with many small write requests
  • #452 leo_gateway Cannot handle http requests when cache.http_cache is set to true also protocol=rest
  • #453 leo_manager LeoManager may crash when # of histories is pretty large
  • #455 leo_storage Compaction is not executed when some nodes are empty
  • #458 leo_statistics,snmpa Value of a number of requests cannot clear
  • #463 leo_gateway,snmpa Can not retrieve the object-cache statistics
  • $468 leo_storage,leo_redundant_manager Incorrect ring after executing the takeover

Used libraries

leo project

others

Note