Skip to content

Commit 22890b7

Browse files
committed
release v0.8.12
1 parent 3177e05 commit 22890b7

File tree

7 files changed

+50
-10
lines changed

7 files changed

+50
-10
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Change Log
22

3+
## [v0.8.12](https://github.com/input-output-hk/jormungandr/tree/v0.8.12) (2020-02-25)
4+
5+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.11...v0.8.12)
6+
7+
**Breaking changes:**
8+
9+
- Use LRU instead of DelayQueue in fragment module [\#1828](https://github.com/input-output-hk/jormungandr/pull/1828)
10+
- remove log\_ttl for the leadership and use a LruCache instead [\#1825](https://github.com/input-output-hk/jormungandr/pull/1825)
11+
12+
**Implemented enhancements:**
13+
14+
- netboot is too quiet [\#1819](https://github.com/input-output-hk/jormungandr/issues/1819)
15+
- speedup loading from storage [\#1851](https://github.com/input-output-hk/jormungandr/pull/1851)
16+
- Time limits on client connections [\#1836](https://github.com/input-output-hk/jormungandr/pull/1836)
17+
- Netboot improvements [\#1822](https://github.com/input-output-hk/jormungandr/pull/1822)
18+
- storage: Optimize PumpedStream [\#1817](https://github.com/input-output-hk/jormungandr/pull/1817)
19+
- More async [\#1814](https://github.com/input-output-hk/jormungandr/pull/1814)
20+
21+
**Fixed bugs:**
22+
23+
- grpc connect / shortly after seems to get stuck permanently [\#1829](https://github.com/input-output-hk/jormungandr/issues/1829)
24+
- Enclave avoid duplicated Leaders [\#1760](https://github.com/input-output-hk/jormungandr/pull/1760)
25+
26+
**Closed issues:**
27+
28+
- Super slow loading from storage 0.8.10-0.8.11 [\#1810](https://github.com/input-output-hk/jormungandr/issues/1810)
29+
30+
**Merged pull requests:**
31+
32+
- Bump syn from 1.0.15 to 1.0.16 [\#1848](https://github.com/input-output-hk/jormungandr/pull/1848)
33+
- Bump proc-macro2 from 1.0.8 to 1.0.9 [\#1847](https://github.com/input-output-hk/jormungandr/pull/1847)
34+
- Restore connect error message formatting [\#1844](https://github.com/input-output-hk/jormungandr/pull/1844)
35+
- Bump syn from 1.0.14 to 1.0.15 [\#1843](https://github.com/input-output-hk/jormungandr/pull/1843)
36+
- fix build warning in stuck notifier [\#1833](https://github.com/input-output-hk/jormungandr/pull/1833)
37+
- Remove delay queue from ref cache [\#1826](https://github.com/input-output-hk/jormungandr/pull/1826)
38+
- Update the stuck notifier to work in standard future [\#1823](https://github.com/input-output-hk/jormungandr/pull/1823)
39+
- Bump libc from 0.2.66 to 0.2.67 [\#1821](https://github.com/input-output-hk/jormungandr/pull/1821)
40+
- Bump error-chain from 0.12.1 to 0.12.2 [\#1820](https://github.com/input-output-hk/jormungandr/pull/1820)
41+
- \[Test\] Benchmark api for tests [\#1805](https://github.com/input-output-hk/jormungandr/pull/1805)
42+
343
## [v0.8.11](https://github.com/input-output-hk/jormungandr/tree/v0.8.11) (2020-02-20)
444

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

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcli"
3-
version = "0.8.11"
3+
version = "0.8.12"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

jormungandr-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-integration-tests"
3-
version = "0.8.11"
3+
version = "0.8.12"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

jormungandr-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-lib"
3-
version = "0.8.11"
3+
version = "0.8.12"
44
authors = ["[email protected]"]
55
edition = "2018"
66

jormungandr-scenario-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-scenario-tests"
3-
version = "0.8.11"
3+
version = "0.8.12"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr"
3-
version = "0.8.11"
3+
version = "0.8.12"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

0 commit comments

Comments
 (0)