Skip to content

Releases: emilpriver/geni

v1.0.10

30 Jun 17:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

24 Jun 22:02
6a55605
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @emilpriver in #126
  • Mysql maria dump by @emilpriver in #127
  • Removed docker-slim image as we don't need a image without mariadbdump anymore.

Breaking changes

  • This update removes the entire usage of mariadbdump for dumping mysql and mariadb schema. This also means that the schema.sql will look different but should have the same content.
    Please report if you miss some database schema information

  • DEPRECATING docker slim image.

Full Changelog: v1.0.8...v1.0.9

v1.0.8

23 Jun 22:55
d8ab499
Compare
Choose a tag to compare

What's Changed

  • Removed pg_dump usage in postgres in favor of normal SQL queries by @emilpriver in #125

Breaking changes

This update removes the entire usage of pg_dump for dumping postgres schema. This also means that the schema.sql will look different but should have the same content.

Please report if you miss some database schema information

Full Changelog: v1.0.7...v1.0.8

v1.0.7

19 Jun 23:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

13 Jun 08:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

30 Apr 09:09
Compare
Choose a tag to compare

Changed docker slim version to not make a dump of the database

v1.0.4

24 Apr 12:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

08 Apr 13:54
Compare
Choose a tag to compare

This release come with a fix for GH actions

v1.0.2

06 Apr 18:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Mar 10:24
Compare
Choose a tag to compare

This change fixes a build issue for macos where ARM binaries was created for intel cpus