Releases: grate-devs/grate
2.0.6-beta1
What's Changed
- Document Alpine Linux support; recommend against creating .apk package by @Copilot in #701
- Update repository references from erikbra/grate to grate-devs/grate by @Copilot in #703
- Fix Docker multi-platform build for ARM64 architectures by @Copilot in #705
- Trying to get multi-arch docker build to work again (still doesn't work yet, disabled arm64 build in GitHub Actions for now) by @erikbra in #709
- [WIP] Fix case-sensitive comparison for schema name in SQL Server by @Copilot in #700
- Flatten folder when introduce the zip file by @hoangthanh28 in #710
- Changing the NuGet Trusted Publishing to use the username in secret. by @hoangthanh28 in #708
New Contributors
- @Copilot made their first contribution in #701
Full Changelog: 2.0.5...2.0.6-beta1
2.0.5
This is a major-number release due to the breaking change of removing support for older versions of .net (#660), and targeting .Net 10 with the binaries.
What's Changed
Full Changelog: 1.9.8...2.0.5
1.9.8
Another pipeline-only release.
What's Changed
- fix: set the RuntimeIdentifiers to empty when building the docker image. by @hoangthanh28 in #696
- Adding the release asset after publishing artifact. by @hoangthanh28 in #697
Full Changelog: 1.9.7...1.9.8
1.9.7
Trying a different way of creating the release.
Full Changelog: 1.9.6...1.9.7
1.9.6
1.9.5
1.9.3
1.9.2
What's Changed
- Re-add platform support for alpine/arm64 by @hoangthanh28 in #688
Full Changelog: 1.9.1...1.9.2
1.9.1
Bug fix release.
What's Changed
- feat #659: Re-add Case Insensitive Sql Tests by @wokket in #677
- fix #678 : Fixing docker build version. by @hoangthanh28 in #680
- fix #591 , #674: Enable the WarnOnOneTimeScriptChanges for
grateinternal script. by @hoangthanh28 in #679 - Fix #685: Fixing the docker file to use musl to support Alpine linux to run. by @hoangthanh28 in #687
Full Changelog: 1.9.0-beta.1...1.9.1
V1.9.0-beta
It's been a while between releases so we're releasing this as a beta for testing.
The release went out for real instead of a beta, oh well.
What's Changed
- [Build] Update docker containers to .net9 so they build by @wokket in #667
- Publish docker container with multiple platforms support. by @hoangthanh28 in #658
- Fix build command for self-contained executable by @tracker1 in #671
- fix(sql-server): Remove text and ntext when creating grate internal tables by @hoangthanh28 in #662
- build: Update pipeline to use trusted publishing instead of static API key by @wokket in #672
- [Docs] Update --isuptodate documentation by @Tsingis in #584
- chore(sdk): bump the project to .net 9 by @hoangthanh28 in #607
- Chore: Make it still build on .net6.0 and 7.0 by @erikbra in #613
- Chore: Use latest SqlServer 2022 docker image in tests by @erikbra in #614
- [Fix(mariadb)]: correct the grate internal migration script - issue #569 by @hoangthanh28 in #606
- [Sample] Added example of running a migration as part of automated tests by @wokket in #633
- [Docs] Update
--transactiondefault to false in index.md by @DynamicPaul in #646 - [Docs] Update TokenReplacement.md by @tracker1 in #644
- [Feat] Log scripts as DryRun and not Running by @Tradioyes in #621
- [Fix] #616 - Fix MySQL syntax errors by @Coedgy in #617
- [Feat] #641: Allow equal signs in user tokens by @wokket in #663
- [Fix] Make transaction scope timeout the same as command timeout by @sebgod in #612
New Contributors
Thank you to everyone that has stepped up and contributed to this release...grate is only as good as the people that chip in to make it awesome! 🍻
- @Tsingis made their first contribution in #584
- @DynamicPaul made their first contribution in #646
- @tracker1 made their first contribution in #644
- @Tradioyes made their first contribution in #621
- @Coedgy made their first contribution in #617
- @sebgod made their first contribution in #612
Full Changelog: 1.8.0...1.9.0