Skip to content

Commit 1a97a7d

Browse files
committed
adjust changelog
1 parent 97491ca commit 1a97a7d

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
v1.0.4
2-
======
3-
* Added support for aws_s3.query_export_to_s3 #12 [@darthbear]
4-
5-
v1.0.3
6-
======
7-
* Fix for current postgres 12.* and s3 #11 [@phileon]
8-
9-
v1.0.2
10-
======
11-
* Made column_list as optional parameter #6 [@oyarushe]
12-
13-
v1.0.1
1+
v1.0.0
142
======
153

164
* Added support of using custom S3 endpoint URL #4 [@oyarushe]
175
* Add support for MinIO #3 [@huiser]
6+
* Made column_list as optional parameter #6 [@oyarushe]
7+
* Fix for current postgres 12.* and s3 #11 [@phileon]
8+
* Added support for aws_s3.query_export_to_s3 #12 [@darthbear]
9+
* Fix uploaded records to ignore header #23(https://github.com/chimpler/postgres-aws-s3/pull/23) [@tzachshabtay]
10+
* Minor Readme fixes + enhancements #21(https://github.com/chimpler/postgres-aws-s3/pull/21) [@GRBurst]
11+
* import support multi-file and directorys #1(https://github.com/radondb/postgres-aws-s3/pull/1) [@yanboer]
12+
* export not override file, if file exists will add _part{n} suffix #1(https://github.com/radondb/postgres-aws-s3/pull/1) [@yanboer]
13+
* import and export add read_timeout param #1(https://github.com/radondb/postgres-aws-s3/pull/1) [@yanboer]

mock-servers/postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ WORKDIR /tmp/extension
66
RUN apt-get update \
77
&& apt-get -y install python3 python3-pip postgresql-plpython3-13 make
88
RUN pip3 install boto3
9-
COPY aws_s3--0.0.1.sql aws_s3.control Makefile ./
9+
COPY aws_s3--1.0.0.sql aws_s3.control Makefile ./
1010
RUN make install

0 commit comments

Comments
 (0)