Skip to content

Commit

Permalink
release: sink-{mongo, parquet, postgres, webhook} (#353)
Browse files Browse the repository at this point in the history
### Summary

- sink-mongo: 0.6.2
- sink-parquet: 0.5.2
- sink-postgres: 0.6.2
- sink-webhook: 0.5.2
  • Loading branch information
fracek authored Mar 21, 2024
2 parents 448c105 + a73bfae commit e6e3961
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

14 changes: 14 additions & 0 deletions sinks/sink-mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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.6.2] - 2024-03-21

_Fix issue when transform does not return any data._

### Fixed

- Fix a MongoDB error if the sink received no data from the transform
function. This usually happens once the indexer reaches the tip of the chain.

### Added

- Support secure connections when connecting to Redis for persistence.
You can now use Redis connection strings that start with `rediss://`.

## [0.6.1] - 2024-03-17

_Fix compatibility with GLIBC < 2.38 (Ubuntu 22.04)._
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.6.1"
version = "0.6.2"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
9 changes: 9 additions & 0 deletions sinks/sink-parquet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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.2] - 2024-03-21

_Add support for secure Redis persistence._

### Added

- Support secure connections when connecting to Redis for persistence.
You can now use Redis connection strings that start with `rediss://`.

## [0.5.1] - 2024-03-17

_Fix compatibility with GLIBC < 2.38 (Ubuntu 22.04)._
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.5.1"
version = "0.5.2"
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,15 @@ 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.6.2] - 2024-03-21

_Add support for secure Redis persistence._

### Added

- Support secure connections when connecting to Redis for persistence.
You can now use Redis connection strings that start with `rediss://`.

## [0.6.1] - 2024-03-17

_Fix compatibility with GLIBC < 2.38 (Ubuntu 22.04)._
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.6.1"
version = "0.6.2"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
9 changes: 9 additions & 0 deletions sinks/sink-webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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.2] - 2024-03-21

_Add support for secure Redis persistence._

### Added

- Support secure connections when connecting to Redis for persistence.
You can now use Redis connection strings that start with `rediss://`.

## [0.5.1] - 2024-03-17

_Fix compatibility with GLIBC < 2.38 (Ubuntu 22.04)._
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.5.1"
version = "0.5.2"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit e6e3961

Please sign in to comment.