Releases: aerius/database-build
Releases · aerius/database-build
1.2.0
What's Changed
- AER-138 HTTPS download support and .gz file support by @BertScholten in #25
- AER-138 Removed upload functionality by @BertScholten in #26
- [DOCKER] Support HTTPS as well by making SFTP optional by @SerhatG in #27
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Changed usage of deprecated method calls by @Hilbrand in #17
- Add PostgreSQL 15/PostGIS 3.3/3.4 by @SerhatG in #18
- Updated gem versions by @BertScholten in #19
- Added a retry when copying files by @BertScholten in #20
- Better retry when copying files by @BertScholten in #21
- Set SFTP encryption to use by @SerhatG in #22
New Contributors
- @Hilbrand made their first contribution in #17
- @wtenbosch made their first contribution in #23
Full Changelog: 1.0.4...1.1.0
1.0.4
What's Changed
- Add
DBSETTINGS_BASE_DIRECTORY
by @SerhatG in #14 - Added product to current database by @BertScholten in #15
- Allow schema and table to have the same name by @BertScholten in #16
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- Allow multiple common folders with same name by @BertScholten in #13
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
Changes:
- Add option to not cleanup db-data while building DB
This can be used in conjunction with the new buildkit cache feature to make the builds faster by caching these.
Full Changelog: 1.0.0...1.0.1
1.0.0
- Add VERSION file containing version number
- Updated Docker image tags to reflect the version number
Image tags will be in the following format:<version>-psql_<PostgreSQL_version>-pgis_<PostGIS_version>
- Remove generated Docker files
These were added so Dockerhub could automatically build them, but we're going to use our own Registry starting from 1.0. - GitHub Action: Publish Docker images
- Use native tooling to check whether Postgres is up (#10)
This should also better handle certain edge cases. - Script updates
Command to output a JSON with the used datasources
Support for CREATE OR REPLACE PROCEDURE (script would crash before)
Some minor buildscript tweaks, including the HTML-documentation color scheme - Added support for PostgreSQL 13 and PostGIS 3.1.
- Also add PostgreSQL 14 support.
And PostGIS 3.2 support for the recent** PostgreSQL versions. - Some other small fixes
** Deemed recent by me.
0.9.0
This is the version using the older versioning for Docker images with the format of: <postgres_version>-<postgis_version>
.
The older versioning doesn't account for the version of the build script itself. From 1.0.0
onwards we'll use a new format that will account for this.