From cf253d95fa8dbcc2cbc390619b52e715102ce1b8 Mon Sep 17 00:00:00 2001 From: Francesco Ceccon Date: Sat, 27 Jan 2024 14:34:49 +0100 Subject: [PATCH] release: sink-{console, postgres} **Summary** sink-console: v0.4.4 sink-postgres: v0.5.5 --- Cargo.lock | 4 ++-- sinks/sink-console/CHANGELOG.md | 9 +++++++++ sinks/sink-console/Cargo.toml | 2 +- sinks/sink-postgres/CHANGELOG.md | 9 +++++++++ sinks/sink-postgres/Cargo.toml | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da73428a..49904eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ dependencies = [ [[package]] name = "apibara-sink-console" -version = "0.4.3" +version = "0.4.4" dependencies = [ "apibara-core", "apibara-observability", @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "apibara-sink-postgres" -version = "0.5.4" +version = "0.5.5" dependencies = [ "apibara-core", "apibara-observability", diff --git a/sinks/sink-console/CHANGELOG.md b/sinks/sink-console/CHANGELOG.md index dded9919..bc4b0f52 100644 --- a/sinks/sink-console/CHANGELOG.md +++ b/sinks/sink-console/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.4] - 2024-01-27 + +_Read and write data from the filesystem._ + +### Added + +- Add the `--allow-read` and `--allow-write` flags to grant read and write access to the filesystem. You can leave the arguments empty to allow access to any path, or restrict access to specific paths by specifying a comma-separated list of paths. + ## [0.4.3] - 2024-01-25 _Persist state to Redis._ @@ -187,6 +195,7 @@ _This release improves the developer experience when running locally._ _First tagged release 🎉_ +[0.4.4]: https://github.com/apibara/dna/releases/tag/sink-console/v0.4.4 [0.4.3]: https://github.com/apibara/dna/releases/tag/sink-console/v0.4.3 [0.4.2]: https://github.com/apibara/dna/releases/tag/sink-console/v0.4.2 [0.4.1]: https://github.com/apibara/dna/releases/tag/sink-console/v0.4.1 diff --git a/sinks/sink-console/Cargo.toml b/sinks/sink-console/Cargo.toml index 470b9ccc..07ca6d77 100644 --- a/sinks/sink-console/Cargo.toml +++ b/sinks/sink-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apibara-sink-console" -version = "0.4.3" +version = "0.4.4" edition.workspace = true authors.workspace = true repository.workspace = true diff --git a/sinks/sink-postgres/CHANGELOG.md b/sinks/sink-postgres/CHANGELOG.md index 6114f69b..39db5c74 100644 --- a/sinks/sink-postgres/CHANGELOG.md +++ b/sinks/sink-postgres/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.5] - 2024-01-27 + +_Read and write data from the filesystem._ + +### Added + +- Add the `--allow-read` and `--allow-write` flags to grant read and write access to the filesystem. You can leave the arguments empty to allow access to any path, or restrict access to specific paths by specifying a comma-separated list of paths. + ## [0.5.4] - 2024-01-25 _Persist state to Redis._ @@ -236,6 +244,7 @@ _This release improves the developer experience when running locally._ _First tagged release 🎉_ +[0.5.5]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.5.5 [0.5.4]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.5.4 [0.5.3]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.5.3 [0.5.2]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.5.2 diff --git a/sinks/sink-postgres/Cargo.toml b/sinks/sink-postgres/Cargo.toml index 2bc615a0..fae630e3 100644 --- a/sinks/sink-postgres/Cargo.toml +++ b/sinks/sink-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apibara-sink-postgres" -version = "0.5.4" +version = "0.5.5" edition.workspace = true authors.workspace = true repository.workspace = true