Skip to content

Releases: schemahero/schemahero

v0.17.8

15 May 15:29
af8d7eb
Compare
Choose a tag to compare
build(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0 (#1079)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.17.7

27 Apr 00:45
03bcff8
Compare
Choose a tag to compare
Merge pull request #1083 from schemahero/divolgin/alter-database

Don't alter charset and collation if it's already default

v0.17.6

26 Mar 16:58
af84553
Compare
Choose a tag to compare
build(deps): Bump the security group with 5 updates (#1072)

Bumps the security group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.25.3` | `1.26.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.7` | `1.27.9` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.7` | `1.17.9` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.49.3` | `1.49.4` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.31.1` | `1.32.0` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.25.3 to 1.26.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.25.3...v1.26.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.7 to 1.27.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.27.7...config/v1.27.9)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.7 to 1.17.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.17.7...config/v1.17.9)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.49.3 to 1.49.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.49.3...service/ssm/v1.49.4)

Updates `github.com/onsi/gomega` from 1.31.1 to 1.32.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.31.1...v1.32.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.17.5

15 Feb 16:59
6a1a9e7
Compare
Choose a tag to compare
Merge pull request #1060 from schemahero/divolgin/more-error

Don't include collation in DDL for tables if it's not specified

v0.17.4

01 Feb 22:09
dc31dd6
Compare
Choose a tag to compare
Merge pull request #1054 from schemahero/dependabot/github_actions/ac…

…tions/upload-artifact-4.3.0

v0.17.3

30 Jan 15:04
06feb0b
Compare
Choose a tag to compare
Merge pull request #1053 from schemahero/dependabot/go_modules/securi…

…ty-80a9e14143

v0.17.2

22 Dec 20:53
8cfebda
Compare
Choose a tag to compare
Merge pull request #1023 from schemahero/divolgin/aws

Fix AWS API compatibility

v0.17.1

22 Dec 17:26
10f4397
Compare
Choose a tag to compare
Merge pull request #1022 from schemahero/divolgin/sc-92424/schemahero…

…-creates-migrations-to-change-column

Don't include collation in DDL if it's not specified

v0.17.0

07 Dec 16:43
f971912
Compare
Choose a tag to compare
Build schemahero images with Chainguard (#1004)

* Build schemahero images with Chainguard

---------

Signed-off-by: Salah Aldeen Al Saleh <sg.alsaleh@gmail.com>

v0.16.1-alpha.1

06 Nov 20:55
2e24a48
Compare
Choose a tag to compare
v0.16.1-alpha.1 Pre-release
Pre-release
Merge pull request #985 from schemahero/feat-update-sql-with-schema

feat: improve selects to use schema constraint