Skip to content

Commit 8d55778

Browse files
committed
Release 0.19.1
1 parent a2fe12b commit 8d55778

File tree

19 files changed

+46
-37
lines changed

19 files changed

+46
-37
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased
44

5+
## 0.19.1
6+
7+
- Detect reorgs during query execution (#1801).
8+
- Annotate SQL queries with the GraphQL query ID that caused them (#1946).
9+
- Fix potential deadlock caused by reentering the load manager semaphore (#1948).
10+
- Fix fulltext query issue with optional and unset fields (#1937 via #1938).
11+
- Fix build warnings with --release (#1949 via #1953).
12+
- Dependency updates: async-trait, chrono, wasmparser.
13+
514
## 0.19.0
615

716
- Skip `trace_filter` on empty blocks (#1923).

chain/arweave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-chain-arweave"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55

66
[dependencies]

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-chain-ethereum"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55

66
[dependencies]

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-core"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55

66
[dependencies]

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55

66
[dependencies]

graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-graphql"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55

66
[dependencies]

mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-mock"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55

66
[dependencies]

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-node"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55

66
[dependencies]

runtime/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-runtime-derive"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55

66
[lib]

0 commit comments

Comments
 (0)