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

Commit

Permalink
Release v0.0.52-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Sep 17, 2020
1 parent 3bca5c4 commit 72b35f1
Show file tree
Hide file tree
Showing 41 changed files with 388 additions and 360 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG-UNRELEASED.md
Expand Up @@ -6,10 +6,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Added

- Added get_meta to admin interface for access to DHT info [#2207](https://github.com/holochain/holochain-rust/pull/2208)
- Sim2h messages now ssl encoded for security and simplify integrity so conductor only needs to sign JOIN message [#2203](https://github.com/holochain/holochain-rust/pull/2203)
- Adds conductor signing-service error. [#2203](https://github.com/holochain/holochain-rust/pull/2203)

### Changed

### Deprecated
Expand All @@ -18,8 +14,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Fixed

- Fixed memory leak in various timeout conditions of direct messages [#2208](https://github.com/holochain/holochain-rust/pull/2208)
- Fixed holding-list/CAS mismatch potential in various error conditions when sim2h requests aspect holding [#2208](https://github.com/holochain/holochain-rust/pull/2208)
- Fixed bug in holding remove link before add-link validation complete [#2208](https://github.com/holochain/holochain-rust/pull/2208)

### Security

22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,28 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.52-alpha1] - 2020-09-17

### Added

- Added get_meta to admin interface for access to DHT info [#2207](https://github.com/holochain/holochain-rust/pull/2208)
- Sim2h messages now ssl encoded for security and simplify integrity so conductor only needs to sign JOIN message [#2203](https://github.com/holochain/holochain-rust/pull/2203)
- Adds conductor signing-service error. [#2203](https://github.com/holochain/holochain-rust/pull/2203)

### Changed

### Deprecated

### Removed

### Fixed

- Fixed memory leak in various timeout conditions of direct messages [#2208](https://github.com/holochain/holochain-rust/pull/2208)
- Fixed holding-list/CAS mismatch potential in various error conditions when sim2h requests aspect holding [#2208](https://github.com/holochain/holochain-rust/pull/2208)
- Fixed bug in holding remove link before add-link validation complete [#2208](https://github.com/holochain/holochain-rust/pull/2208)

### Security

## [0.0.51-alpha1] - 2020-07-31

### Added
Expand Down

0 comments on commit 72b35f1

Please sign in to comment.