Skip to content

Commit 19f8eb4

Browse files
committed
v0.8.15
1 parent 9324c36 commit 19f8eb4

File tree

7 files changed

+39
-10
lines changed

7 files changed

+39
-10
lines changed

CHANGELOG.md

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

3+
## [v0.8.15](https://github.com/input-output-hk/jormungandr/tree/v0.8.15) (2020-03-18)
4+
5+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.14...v0.8.15)
6+
7+
**Implemented enhancements:**
8+
9+
- Added peer connected count to stats [\#1918](https://github.com/input-output-hk/jormungandr/pull/1918)
10+
- p2p quarantine policy update and vicinity randomnisation [\#1916](https://github.com/input-output-hk/jormungandr/pull/1916)
11+
- jcli: /api/v0/stake/{epoch} - exposed [\#1910](https://github.com/input-output-hk/jormungandr/pull/1910)
12+
13+
**Closed issues:**
14+
15+
- One Stats to rule them all [\#1919](https://github.com/input-output-hk/jormungandr/issues/1919)
16+
- Document the steps for jcli pool retirement [\#1906](https://github.com/input-output-hk/jormungandr/issues/1906)
17+
18+
**Merged pull requests:**
19+
20+
- \[Tests\] Private network multiple trust fix [\#1926](https://github.com/input-output-hk/jormungandr/pull/1926)
21+
- Rest: node stats - use interface dto [\#1923](https://github.com/input-output-hk/jormungandr/pull/1923)
22+
- \[Tests\] System resources monitoring for node [\#1922](https://github.com/input-output-hk/jormungandr/pull/1922)
23+
- Changed default value of max\_client\_connections [\#1917](https://github.com/input-output-hk/jormungandr/pull/1917)
24+
- \[Test\] Reward history test case [\#1914](https://github.com/input-output-hk/jormungandr/pull/1914)
25+
- \[Docs\] jcli retirement docs [\#1909](https://github.com/input-output-hk/jormungandr/pull/1909)
26+
- blockchain: convert internals to futures 0.3 [\#1908](https://github.com/input-output-hk/jormungandr/pull/1908)
27+
- move different modules to new tokio runtime [\#1907](https://github.com/input-output-hk/jormungandr/pull/1907)
28+
- \[Tests\] test case for leadership log parent hash [\#1905](https://github.com/input-output-hk/jormungandr/pull/1905)
29+
- \[Tests\]Explorer soak test [\#1902](https://github.com/input-output-hk/jormungandr/pull/1902)
30+
31+
332
## [v0.8.14](https://github.com/input-output-hk/jormungandr/tree/v0.8.14) (2020-03-12)
433

534
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.13...v0.8.14)

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.14"
3+
version = "0.8.15"
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.14"
3+
version = "0.8.15"
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.14"
3+
version = "0.8.15"
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.14"
3+
version = "0.8.15"
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.14"
3+
version = "0.8.15"
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)