Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 0a60302

Browse files
committed
Release v0.0.50-alpha1
1 parent 7967314 commit 0a60302

File tree

41 files changed

+546
-491
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+546
-491
lines changed

CHANGELOG-UNRELEASED.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
### Added
88

9-
- restores changes from v0.0.48-alpha1 [2195](https://github.com/holochain/holochain-rust/pull/2195)
10-
- Adds experimental debugging repl [2196](https://github.com/holochain/holochain-rust/pull/2196)
11-
- Adds eavi to state dump [2196](https://github.com/holochain/holochain-rust/pull/2196)
12-
- Adds caching of validation packages for faster initial sync [2202](https://github.com/holochain/holochain-rust/pull/2202)
13-
149
### Changed
1510

1611
### Deprecated
@@ -19,12 +14,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1914

2015
### Fixed
2116

22-
- Fixes state mismatch bugs [2196](https://github.com/holochain/holochain-rust/pull/2196)
23-
- Fixes sending of already timed-out direct messages on sim2h reconnect bug [2196](https://github.com/holochain/holochain-rust/pull/2196)
24-
- Fixes incorrect regeneration of remove link aspects from eavi. [2196](https://github.com/holochain/holochain-rust/pull/2196)
25-
- Validation no longer unnecessarily run twice when holding an add_link or a remove_link
26-
- Increases timeout getting headers when building a validation package from the dht (1 second isn't enough) [#2199](https://github.com/holochain/holochain-rust/pull/2199)
27-
- Pending items were being de-queued when processing, which meant that if another request arrived from sim2h (which could happen often under some circumstances), then the same item would be queued multiple times, which could snowball. The solution was to move in-process items to another queue for checking. [#2199](https://github.com/holochain/holochain-rust/pull/2199)
28-
- Fixed DHT queries for ChainHeader entries which were failing because there are no headers for headers stored in the DHT which the code was expecting. [#2199](https://github.com/holochain/holochain-rust/pull/2199)
29-
3017
### Security
18+

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [0.0.50-alpha1] - 2020-07-13
6+
7+
### Added
8+
9+
- restores changes from v0.0.48-alpha1 [2195](https://github.com/holochain/holochain-rust/pull/2195)
10+
- Adds experimental debugging repl [2196](https://github.com/holochain/holochain-rust/pull/2196)
11+
- Adds eavi to state dump [2196](https://github.com/holochain/holochain-rust/pull/2196)
12+
- Adds caching of validation packages for faster initial sync [2202](https://github.com/holochain/holochain-rust/pull/2202)
13+
14+
### Changed
15+
16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
- Fixes state mismatch bugs [2196](https://github.com/holochain/holochain-rust/pull/2196)
23+
- Fixes sending of already timed-out direct messages on sim2h reconnect bug [2196](https://github.com/holochain/holochain-rust/pull/2196)
24+
- Fixes incorrect regeneration of remove link aspects from eavi. [2196](https://github.com/holochain/holochain-rust/pull/2196)
25+
- Validation no longer unnecessarily run twice when holding an add_link or a remove_link
26+
- Increases timeout getting headers when building a validation package from the dht (1 second isn't enough) [#2199](https://github.com/holochain/holochain-rust/pull/2199)
27+
- Pending items were being de-queued when processing, which meant that if another request arrived from sim2h (which could happen often under some circumstances), then the same item would be queued multiple times, which could snowball. The solution was to move in-process items to another queue for checking. [#2199](https://github.com/holochain/holochain-rust/pull/2199)
28+
- Fixed DHT queries for ChainHeader entries which were failing because there are no headers for headers stored in the DHT which the code was expecting. [#2199](https://github.com/holochain/holochain-rust/pull/2199)
29+
30+
### Security
31+
532
## [0.0.49-alpha1] - 2020-05-28
633

734
### Added

0 commit comments

Comments
 (0)