Releases: emilpriver/geni
v1.0.10
What's Changed
- Fix issue with not all tables are printed in schema.sql by @emilpriver(reported by @Nick-Mazuk) in #130
Full Changelog: v1.0.9...v1.0.10
v1.0.9
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
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
What's Changed
- Update README.md by @emilpriver in #116
- Bump regex from 1.10.4 to 1.10.5 by @dependabot in #115
- Bump tokio from 1.36.0 to 1.38.0 by @dependabot in #113
- Bump clap from 4.5.2 to 4.5.6 by @dependabot in #114
- Bump clap from 4.5.6 to 4.5.7 by @dependabot in #121
- Add support for libsql protocol by @emilpriver in #122
- Migrated to libsql official library by @emilpriver in #123
- Fixed issue with panic when using
random rowid
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Bump serde from 1.0.199 to 1.0.200 by @dependabot in #105
- Add nix flake by @emilpriver in #104
- Bump serde from 1.0.200 to 1.0.201 by @dependabot in #107
- Bump anyhow from 1.0.82 to 1.0.83 by @dependabot in #108
- Bump serde_json from 1.0.108 to 1.0.117 by @dependabot in #109
- Bump serde from 1.0.201 to 1.0.203 by @dependabot in #112
- Fix bug with with local sqlite files
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Changed docker slim version to not make a dump of the database
v1.0.4
What's Changed
- docs(readme): fix typos and database wait timeout by @darkenmay in #92
- Bump async-trait from 0.1.79 to 0.1.80 by @dependabot in #94
- Bump anyhow from 1.0.80 to 1.0.82 by @dependabot in #93
- Bump the cargo group across 1 directory with 3 updates by @dependabot in #95
New Contributors
- @darkenmay made their first contribution in #92
Full Changelog: v1.0.3...v1.0.4
v1.0.3
This release come with a fix for GH actions
v1.0.2
What's Changed
- Bump clap from 4.5.0 to 4.5.2 by @dependabot in #70
- Bump log from 0.4.20 to 0.4.21 by @dependabot in #67
- Bump tempfile from 3.9.0 to 3.10.1 by @dependabot in #65
- Bump serde from 1.0.196 to 1.0.197 by @dependabot in #64
- Bump regex from 1.10.2 to 1.10.4 by @dependabot in #82
- Bump async-trait from 0.1.77 to 0.1.79 by @dependabot in #81
- Bump simplelog from 0.12.1 to 0.12.2 by @dependabot in #80
- Bump which from 6.0.0 to 6.0.1 by @dependabot in #79
- Create FUNDING.YML by @emilpriver in #87
- Only require DATABASE_URL if the action needs it
Full Changelog: v1.0.1...v1.0.2
v1.0.1
This change fixes a build issue for macos where ARM binaries was created for intel cpus