Skip to content

Commit

Permalink
chore(release): v0.18.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Oct 29, 2024
1 parent 81effb8 commit 3fa2f44
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 457 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## \[Unreleased\]

### Added
- Bring back a websocket reconnection automation for Admin and App websockets. When either of them is closed and a new request made, it will attempt to reconnect using the same app authentication token that was used to initially authenticate the websocket. A specific `InvalidTokenError` is returned if that fails.
### Changed
- Update to Holochain 0.4.0-rc.0
### Fixed
### Removed

## 2024-10-29: v0.18.0-rc.0
### Added
- Bring back a websocket reconnection automation for Admin and App websockets. When either of them is closed and a new request made, it will attempt to reconnect using the same app authentication token that was used to initially authenticate the websocket. A specific `InvalidTokenError` is returned if that fails.
### Changed
- Update to Holochain 0.4.0-rc.0

## 2024-09-30: v0.18.0-dev.13
### Fixed
- Type `RevokeAgentKeyResponse`, which returns an array of tuples with cell id and error message for all cells that key revocation failed for.
Expand Down
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3fa2f44

Please sign in to comment.