Skip to content

Commit

Permalink
docs: changelog for 2024.11.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Nov 12, 2024
1 parent 2462e5e commit 4571c17
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*When editing this file, please respect a line length of 100.*

## 2024-11-12

### Network

#### Added

- Enable the `websockets` connection feature, for compatibility with the webapp.

#### Fixed

- Reduce incorrect logging of connection errors.
- Fixed verification for crdt operations.
- Pick chunk-proof verification (for storage confirmation) candidates more equally.

### Launchpad

#### Added

- Display an error when Launchpad is not whitelisted on Windows devices.
- Ctrl+V can paste rewards address on pop up section.

#### Changed

- Help section copy changed after beta phase.
- Update ratatui and throbbber library versions.

#### Fixed

- We display starting status when not running nodes

### Client

#### Added

- Support pre-paid put operations.
- Add the necessary WASM bindings for the webapp to be able to upload private data to a vault
and fetch it again.

#### Changed

- Chunks are now downloaded in parallel.
- Rename some WASM methods to be more conventional for web.

## 2024-11-07

### Launchpad
Expand Down Expand Up @@ -77,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 2024-10-28

## Autonomi API/CLI
### Autonomi API/CLI

#### Added

Expand Down

0 comments on commit 4571c17

Please sign in to comment.