Skip to content

Commit

Permalink
release v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Feb 25, 2020
1 parent 3177e05 commit 22890b7
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 10 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Change Log

## [v0.8.12](https://github.com/input-output-hk/jormungandr/tree/v0.8.12) (2020-02-25)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.11...v0.8.12)

**Breaking changes:**

- Use LRU instead of DelayQueue in fragment module [\#1828](https://github.com/input-output-hk/jormungandr/pull/1828)
- remove log\_ttl for the leadership and use a LruCache instead [\#1825](https://github.com/input-output-hk/jormungandr/pull/1825)

**Implemented enhancements:**

- netboot is too quiet [\#1819](https://github.com/input-output-hk/jormungandr/issues/1819)
- speedup loading from storage [\#1851](https://github.com/input-output-hk/jormungandr/pull/1851)
- Time limits on client connections [\#1836](https://github.com/input-output-hk/jormungandr/pull/1836)
- Netboot improvements [\#1822](https://github.com/input-output-hk/jormungandr/pull/1822)
- storage: Optimize PumpedStream [\#1817](https://github.com/input-output-hk/jormungandr/pull/1817)
- More async [\#1814](https://github.com/input-output-hk/jormungandr/pull/1814)

**Fixed bugs:**

- grpc connect / shortly after seems to get stuck permanently [\#1829](https://github.com/input-output-hk/jormungandr/issues/1829)
- Enclave avoid duplicated Leaders [\#1760](https://github.com/input-output-hk/jormungandr/pull/1760)

**Closed issues:**

- Super slow loading from storage 0.8.10-0.8.11 [\#1810](https://github.com/input-output-hk/jormungandr/issues/1810)

**Merged pull requests:**

- Bump syn from 1.0.15 to 1.0.16 [\#1848](https://github.com/input-output-hk/jormungandr/pull/1848)
- Bump proc-macro2 from 1.0.8 to 1.0.9 [\#1847](https://github.com/input-output-hk/jormungandr/pull/1847)
- Restore connect error message formatting [\#1844](https://github.com/input-output-hk/jormungandr/pull/1844)
- Bump syn from 1.0.14 to 1.0.15 [\#1843](https://github.com/input-output-hk/jormungandr/pull/1843)
- fix build warning in stuck notifier [\#1833](https://github.com/input-output-hk/jormungandr/pull/1833)
- Remove delay queue from ref cache [\#1826](https://github.com/input-output-hk/jormungandr/pull/1826)
- Update the stuck notifier to work in standard future [\#1823](https://github.com/input-output-hk/jormungandr/pull/1823)
- Bump libc from 0.2.66 to 0.2.67 [\#1821](https://github.com/input-output-hk/jormungandr/pull/1821)
- Bump error-chain from 0.12.1 to 0.12.2 [\#1820](https://github.com/input-output-hk/jormungandr/pull/1820)
- \[Test\] Benchmark api for tests [\#1805](https://github.com/input-output-hk/jormungandr/pull/1805)

## [v0.8.11](https://github.com/input-output-hk/jormungandr/tree/v0.8.11) (2020-02-20)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.10-2...v0.8.11)
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jcli"
version = "0.8.11"
version = "0.8.12"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-integration-tests"
version = "0.8.11"
version = "0.8.12"
authors = [ "dev@iohk.io" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-lib"
version = "0.8.11"
version = "0.8.12"
authors = ["dev@iohk.io"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-scenario-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-scenario-tests"
version = "0.8.11"
version = "0.8.12"
authors = [ "dev@iohk.io" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr"
version = "0.8.11"
version = "0.8.12"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down

0 comments on commit 22890b7

Please sign in to comment.