Skip to content

Commit

Permalink
chore(postgresql-dialect): release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 3, 2023
1 parent 52cac8c commit 5fc2a2f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.18.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.17.0...v0.18.0) (2023-03-03)


### Features

* support arrays in copy operations ([#690](https://github.com/GoogleCloudPlatform/pgadapter/issues/690)) ([ac624e5](https://github.com/GoogleCloudPlatform/pgadapter/commit/ac624e51e7949362f85b11e5f79199f13d5e140c))


### Bug Fixes

* add pg_sequence and pg_sequences views ([#700](https://github.com/GoogleCloudPlatform/pgadapter/issues/700)) ([2ad990a](https://github.com/GoogleCloudPlatform/pgadapter/commit/2ad990a86def4b01aaf97475d5325e0f6c3266c9))
* timestamp arrays should use timestamptz_array OID ([#691](https://github.com/GoogleCloudPlatform/pgadapter/issues/691)) ([52cac8c](https://github.com/GoogleCloudPlatform/pgadapter/commit/52cac8ceb00af6d5b88476146c24beb2a3b6b34d))

## [0.17.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.16.0...v0.17.0) (2023-02-24)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Use the `-s` option to specify a different local port than the default 5432 if y
PostgreSQL running on your local system.

<!--- {x-version-update-start:google-cloud-spanner-pgadapter:released} -->
You can also download a specific version of the jar. Example (replace `v0.17.0` with the version you want to download):
You can also download a specific version of the jar. Example (replace `v0.18.0` with the version you want to download):
```shell
VERSION=v0.17.0
VERSION=v0.18.0
wget https://storage.googleapis.com/pgadapter-jar-releases/pgadapter-${VERSION}.tar.gz \
&& tar -xzvf pgadapter-${VERSION}.tar.gz
java -jar pgadapter.jar -p my-project -i my-instance -d my-database
Expand Down Expand Up @@ -108,7 +108,7 @@ This option is only available for Java/JVM-based applications.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
<!-- [END pgadapter_dependency] -->
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.17.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<version>0.18.0</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<name>Google Cloud Spanner PostgreSQL Adapter</name>
<packaging>jar</packaging>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-spanner-pgadapter:0.17.0:0.17.1-SNAPSHOT
google-cloud-spanner-pgadapter:0.18.0:0.18.0

0 comments on commit 5fc2a2f

Please sign in to comment.