Skip to content

Releases: aerius/database-build

1.4.1

09 Sep 11:27
c088e07

Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

15 Apr 14:17
987ab28

Choose a tag to compare

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

18 Feb 14:07
c47402b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

16 Feb 14:22
e0f2d55

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

15 Sep 10:08
2aee5e9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.1.0

1.0.4

17 Nov 08:34
886a93f

Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

12 Aug 11:29
09047ba

Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

11 Aug 11:54
b142e64

Choose a tag to compare

What's Changed

  • Update version to 1.0.2: Add option to provide path for settings file by @SerhatG in #12

Full Changelog: 1.0.1...1.0.2

1.0.1

29 Jun 15:41
555153a

Choose a tag to compare

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

13 Jan 09:43
f4fc123

Choose a tag to compare

  • 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.