Releases: aerius/database-build
Releases · aerius/database-build
1.4.1
What's Changed
- Adjust httpsdownloader to avoid double slashes in URI by @BertScholten in #43
- Removed some ruby-packages from dockerfile template by @BertScholten in #44
- Update gems required for syncing by @BertScholten in #45
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Fix some issues with prefixes by @BertScholten in #32
- Fix store_table search_path string_to_array delimiter by @JacobusXIII in #37
- [build-database] Tweak settings while building + reset WAL by @SerhatG in #38
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Update version to
1.2-SNAPSHOTby @SerhatG in #29 - Efficient way of downloading big files by @BertScholten in #31
- Add database common modules by @JacobusXIII in #30
- Make
system.store_tablework forimport_common_into_schemamodules by @JacobusXIII in #34 - altered comment for storing and loading data. by @eltee1 in #33
- Add new postgresql version 17 by @fmadjdian in #35
New Contributors
- @JacobusXIII made their first contribution in #30
- @eltee1 made their first contribution in #33
- @fmadjdian made their first contribution in #35
Full Changelog: 1.2.0...1.3.0
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_DIRECTORYby @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.