Skip to content

Commit

Permalink
release: sink-{console, postgres}
Browse files Browse the repository at this point in the history
**Summary**
sink-console: v0.4.4
sink-postgres: v0.5.5
  • Loading branch information
fracek committed Jan 27, 2024
1 parent a8abb38 commit cf253d9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 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.

9 changes: 9 additions & 0 deletions sinks/sink-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sinks/sink-console/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions sinks/sink-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sinks/sink-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf253d9

Please sign in to comment.