Skip to content

Commit

Permalink
release: sinks
Browse files Browse the repository at this point in the history
**Summary**
sink-console: v0.3.3
sink-mongo: v0.4.3
sink-parquet: v0.3.3
sink-postgres: v0.4.3
sink-webhook: v0.3.3
  • Loading branch information
fracek committed Oct 27, 2023
1 parent 82315c0 commit 410bdca
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions sinks/sink-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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.3.3] - 2023-10-27

_Fix exit code on disconnect._

### Fixed

- In some cases, the sink would exit with a `0` exit code on error. This
version ensures that the sink will return a non-zero exit code on all
errors.

## [0.3.2] - 2023-10-24

_Error message improvements._
Expand Down Expand Up @@ -64,6 +74,8 @@ _This release improves the developer experience when running locally._
_First tagged release 🎉_


[0.3.3]: https://github.com/apibara/dna/releases/tag/sink-console/v0.3.3
[0.3.2]: https://github.com/apibara/dna/releases/tag/sink-console/v0.3.2
[0.3.1]: https://github.com/apibara/dna/releases/tag/sink-console/v0.3.1
[0.3.0]: https://github.com/apibara/dna/releases/tag/sink-console/v0.3.0
[0.2.0]: https://github.com/apibara/dna/releases/tag/sink-console/v0.2.0
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.3.2"
version = "0.3.3"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions sinks/sink-mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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.3] - 2023-10-27

_Fix exit code on disconnect._

### Fixed

- In some cases, the sink would exit with a `0` exit code on error. This
version ensures that the sink will return a non-zero exit code on all
errors.

## [0.4.2] - 2023-10-24

_Error message improvements._
Expand Down Expand Up @@ -80,6 +90,8 @@ _This release improves the developer experience when running locally._
_First tagged release 🎉_


[0.4.3]: https://github.com/apibara/dna/releases/tag/sink-mongo/v0.4.2
[0.4.2]: https://github.com/apibara/dna/releases/tag/sink-mongo/v0.4.3
[0.4.1]: https://github.com/apibara/dna/releases/tag/sink-mongo/v0.4.1
[0.4.0]: https://github.com/apibara/dna/releases/tag/sink-mongo/v0.4.0
[0.3.0]: https://github.com/apibara/dna/releases/tag/sink-mongo/v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion sinks/sink-mongo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apibara-sink-mongo"
version = "0.4.2"
version = "0.4.3"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions sinks/sink-parquet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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.3.3] - 2023-10-27

_Fix exit code on disconnect._

### Fixed

- In some cases, the sink would exit with a `0` exit code on error. This
version ensures that the sink will return a non-zero exit code on all
errors.

## [0.3.2] - 2023-10-24

_Error message improvements._
Expand Down Expand Up @@ -64,6 +74,8 @@ _This release improves the developer experience when running locally._
_First tagged release 🎉_


[0.3.3]: https://github.com/apibara/dna/releases/tag/sink-parquet/v0.3.3
[0.3.2]: https://github.com/apibara/dna/releases/tag/sink-parquet/v0.3.2
[0.3.1]: https://github.com/apibara/dna/releases/tag/sink-parquet/v0.3.1
[0.3.0]: https://github.com/apibara/dna/releases/tag/sink-parquet/v0.3.0
[0.2.0]: https://github.com/apibara/dna/releases/tag/sink-parquet/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion sinks/sink-parquet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apibara-sink-parquet"
version = "0.3.2"
version = "0.3.3"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions sinks/sink-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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.3] - 2023-10-27

_Fix exit code on disconnect._

### Fixed

- In some cases, the sink would exit with a `0` exit code on error. This
version ensures that the sink will return a non-zero exit code on all
errors.

## [0.4.2] - 2023-10-24

_Error message improvements._
Expand Down Expand Up @@ -83,6 +93,8 @@ _This release improves the developer experience when running locally._
_First tagged release 🎉_


[0.4.3]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.4.3
[0.4.2]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.4.2
[0.4.1]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.4.1
[0.4.0]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.4.0
[0.3.0]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.3.0
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.4.2"
version = "0.4.3"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions sinks/sink-webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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.3.3] - 2023-10-27

_Fix exit code on disconnect._

### Fixed

- In some cases, the sink would exit with a `0` exit code on error. This
version ensures that the sink will return a non-zero exit code on all
errors.

## [0.3.2] - 2023-10-24

_Error message improvements._
Expand Down Expand Up @@ -67,6 +77,8 @@ _This release improves the developer experience when running locally._
_First tagged release 🎉_


[0.3.3]: https://github.com/apibara/dna/releases/tag/sink-webhook/v0.3.3
[0.3.2]: https://github.com/apibara/dna/releases/tag/sink-webhook/v0.3.2
[0.3.1]: https://github.com/apibara/dna/releases/tag/sink-webhook/v0.3.1
[0.3.0]: https://github.com/apibara/dna/releases/tag/sink-webhook/v0.3.0
[0.2.0]: https://github.com/apibara/dna/releases/tag/sink-webhook/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion sinks/sink-webhook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apibara-sink-webhook"
version = "0.3.2"
version = "0.3.3"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 410bdca

Please sign in to comment.