Skip to content

Commit

Permalink
release: sink-postgres v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Nov 6, 2023
1 parent 9f6ba8e commit 0b323fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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] - 2023-11-06

_Write to the same table from multiple indexers._

### Added

- Add a new `invalidate` option used to add additional conditions to the
invalidate query. Developers can constrain which rows are delete by an
indexer on data invalidation, so that multiple indexers can write to the
same table.

## [0.4.3] - 2023-10-27

_Fix exit code on disconnect._
Expand Down Expand Up @@ -93,6 +104,7 @@ _This release improves the developer experience when running locally._
_First tagged release 🎉_


[0.4.4]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.4.4
[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
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.3"
version = "0.4.4"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 0b323fa

Please sign in to comment.