Skip to content

Commit

Permalink
Prepare release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aterentic-ethernal committed Sep 27, 2024
1 parent a1ec259 commit 34a0cd5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.2.1]
## [0.3.0](https://github.com/availproject/avail-light/releases/tag/avail-light-bootstrap-v0.3.0) - 2024-09-27

- Bump `otel` version to `0.24.0`

Expand Down
3 changes: 2 additions & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## 1.12.0
## [1.12.0](https://github.com/availproject/avail-light/releases/tag/avail-light-client-v1.12.0) - 2024-09-27

- Log version and commit hash on startup
- Switch to `avail-rust`
- Move `crawl` feature to separate bin
- Binary name changed from `avail-light` to `avail-light-client`
Expand Down
7 changes: 4 additions & 3 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## [1.12.0]
## 1.12.0

- Add `nonce` management to the light client
- Update `libp2p` to v0.54
- Add `WebRTC` listener with config parameter and CLI option for port setting
- Remove old crate patches that were required when `subxt` was directly used
Expand All @@ -14,12 +15,12 @@
- Refactor the `/peers/get-multiaddress` endpoint so that it returns all of the peers multi-addresses
- Fix `operating_mode` metric attribute not switching properly when Kademlia mode changes

## [1.11.1](https://github.com/availproject/avail-light/releases/tag/avail-light-client-v1.11.1) - 2024-07-23
## 1.11.1

- Add `mainnet` CLI option for connecting to Avail mainnet
- Add `--client-alias` CLI parameter and `client-alias` config parameter for setting human readable alias of the client

## [1.11.0](https://github.com/availproject/avail-light/releases/tag/avail-light-client-v1.11.0) - 2024-07-18
## 1.11.0

- Return empty data on `v2/blocks/{block_number}/data` endpoint in case of `incomplete` blocks
- Remove deprecation notice from `--avail-passphrase` and fix `--avail-suri` CLI parameter usage
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avail-light-core"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
description = "Avail Light core driving library"

Expand Down
2 changes: 1 addition & 1 deletion fat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 0.1.0
## [1.12.0](https://github.com/availproject/avail-light/releases/tag/avail-light-fat-v1.12.0) - 2024-09-27

- Add initial fat client implementation

0 comments on commit 34a0cd5

Please sign in to comment.