Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: grate-devs/grate

2.0.6-beta1

19 Dec 05:30
83e5ad9

Choose a tag to compare

2.0.6-beta1 Pre-release
Pre-release

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

15 Dec 23:14

Choose a tag to compare

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

  • feat #676: Add support for net10, and remove support for net6/net7 by @wokket in #683

Full Changelog: 1.9.8...2.0.5

1.9.8

07 Dec 06:46
087331d

Choose a tag to compare

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

06 Dec 09:40

Choose a tag to compare

Trying a different way of creating the release.

Full Changelog: 1.9.6...1.9.7

1.9.6

06 Dec 09:08
e25d6c1

Choose a tag to compare

What's Changed

  • fix #689: Yet another attempt at resolving build pipeline by @wokket in #694

Full Changelog: 1.9.5...1.9.6

1.9.5

06 Dec 08:45
898e41c

Choose a tag to compare

What's Changed

Full Changelog: 1.9.4...1.9.5

1.9.3

06 Dec 04:49
0a64318

Choose a tag to compare

A small release to try and resolve some build issues.

What's Changed

  • Build: Update build to use trusted publish for library nugets by @wokket in #690
  • fix #689: Ensure we can get artifacts into a release when the build i… by @wokket in #691

Full Changelog: 1.9.2...1.9.3

1.9.2

04 Dec 19:08
fbeac37

Choose a tag to compare

What's Changed

Full Changelog: 1.9.1...1.9.2

1.9.1

04 Dec 10:51
21949fa

Choose a tag to compare

Bug fix release.

What's Changed

Full Changelog: 1.9.0-beta.1...1.9.1

V1.9.0-beta

11 Oct 21:22
f33ca01

Choose a tag to compare

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 --transaction default 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! 🍻

Full Changelog: 1.8.0...1.9.0