|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 43 | ## [v0.8.11](https://github.com/input-output-hk/jormungandr/tree/v0.8.11) (2020-02-20)
|
4 | 44 |
|
5 | 45 | [Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.10-2...v0.8.11)
|
|
0 commit comments