Skip to content

Commit

Permalink
sink-postgres: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Sep 11, 2023
1 parent d197c57 commit 5fb2b5b
Show file tree
Hide file tree
Showing 3 changed files with 20 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.

18 changes: 18 additions & 0 deletions sink-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ 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.0] - 2023-09-11

_Bring support for TLS connections._

### Changed

- **Breaking**: use TLS by default. You can revert to the old insecure
connection by using the `--no-tls=true` CLI flag, or setting
`sinkOptions.noTls: true` in your script.

### Added

- You can now connect to PostgreSQL securely using TLS connections. The TLS
connection can be customized by providing a self-signed certificate, or by
enabling/disabling certificate and hostname validation.


## [0.2.0] - 2023-08-21

_This release improves the developer experience when running locally._
Expand All @@ -30,5 +47,6 @@ _This release improves the developer experience when running locally._
_First tagged release 🎉_


[0.3.0]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.3.0
[0.2.0]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.2.0
[0.1.0]: https://github.com/apibara/dna/releases/tag/sink-postgres/v0.1.0
2 changes: 1 addition & 1 deletion 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.2.0"
version = "0.3.0"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 5fb2b5b

Please sign in to comment.