Skip to content

Commit

Permalink
Release 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens committed Aug 26, 2021
1 parent f077763 commit f9d338f
Show file tree
Hide file tree
Showing 19 changed files with 53 additions and 35 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

20 changes: 19 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
# NEWS

## Unreleased
## 0.24

### Api Version 0.0.5

This release ships support for API version 0.0.5 in mappings. It contains a fix for call handlers
and the long awaited AssemblyScript version upgrade!

- AssemblyScript upgrade: The mapping runtime is updated to support up-to-date versions of the
AssemblyScript compiler. The graph-cli/-ts releases to support this are in alpha, soon they will
be released along with a migration guide for subgraphs.
- Call handlers fix: Call handlers will never be triggered on transactions with a failed status,
resolving issue [#2409](https://github.com/graphprotocol/graph-node/issues/2409). Done in [#2511](https://github.com/graphprotocol/graph-node/pull/2511).

### Logs
- The log `"Skipping handler because the event parameters do not match the event signature."` was downgraded from info to trace level.
- Some block ingestor error logs were upgrded from debug to info level [#2666](https://github.com/graphprotocol/graph-node/pull/2666).

### Metrics
- `query_semaphore_wait_ms` is now by shard, and has the `pool` and `shard` labels.
- `deployment_failed` metric added, it is `1` if the subgraph has failed and `0` otherwise.
### Other
- Upgrade to tokio 1.0 and futures 0.3 [#2679](https://github.com/graphprotocol/graph-node/pull/2679), the first major contribution by StreamingFast!
- Support Celo block reward events [#2670](https://github.com/graphprotocol/graph-node/pull/2670).
- Reduce the maximum WASM stack size and make it configurable [#2719](https://github.com/graphprotocol/graph-node/pull/2719).
- For robustness, ensure periodic updates to the chain head listener [#2725](https://github.com/graphprotocol/graph-node/pull/2725).

## 0.23.1

Expand Down
2 changes: 1 addition & 1 deletion chain/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-chain-ethereum"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
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 = "graph-core"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion graph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion graphql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-graphql"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-mock"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-node"
version = "0.23.1"
version = "0.24.0"
edition = "2018"
default-run = "graph-node"

Expand Down
2 changes: 1 addition & 1 deletion runtime/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-runtime-derive"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion runtime/test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-runtime-test"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion runtime/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-runtime-wasm"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-server-http"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/index-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-server-index-node"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/json-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-server-json-rpc"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-server-metrics"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/websocket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-server-websocket"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion store/postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-store-postgres"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion store/test-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-store"
version = "0.23.1"
version = "0.24.0"
authors = ["Leonardo Yvens <[email protected]>"]
edition = "2018"
description = "Provides static store instance for tests."
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graph-tests"
version = "0.23.1"
version = "0.24.0"
edition = "2018"

[dev-dependencies]
Expand Down

0 comments on commit f9d338f

Please sign in to comment.