Skip to content

Commit

Permalink
release 25.0.0 (#992)
Browse files Browse the repository at this point in the history
# Release Notes
- feat: add /blocklist route (#991)
# Config Changes
- `poi_blocklist` entries have the following changes:
  - rename `proof_of_indexing` -> `public_poi`
  - rename `deployment_id` -> `deployment`
  - add `query` (optional)
  - add `bad_query_response` (optional)
  • Loading branch information
Theodus committed Nov 26, 2024
1 parent 6dfd9ab commit 474e715
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 13 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "graph-gateway"
version = "24.3.0"
version = "25.0.0"

[profile.release]
lto = true
Expand Down

0 comments on commit 474e715

Please sign in to comment.