Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Releases: eaze/migrate

v4.15.1-beta.3

23 Mar 22:02
Compare
Choose a tag to compare
v4.15.1-beta.3 Pre-release
Pre-release

Changelog

  • 46da997 Remove sql serveradvisory lock

v4.15.1-beta.2

22 Mar 21:33
Compare
Choose a tag to compare
v4.15.1-beta.2 Pre-release
Pre-release

Changelog

  • f621644 Add WithConnection to Postgres similar to MySQL.
  • 7adf38f Add additional documentation for eaze developers
  • 06c25a2 Add pkger to README
  • 5aa1a03 Bump version of autorest/adal
  • 259cf6b Ensure SQL Server table exists when forcing version
  • 6e499cb Expose configuring cassandra connect timeout through query string
  • 169d0fc Include 2 letter query param key in unit test
  • ed8a8b0 Include iofs in migration sources
  • 2fa0d60 Only run tests for postgres + sqlserver
  • 4ba6957 Resolves golang-migrate#647 - Fixes typos in Mongo advisory locking parameters (golang-migrate#648)
  • 9d3babd Run SQL server tests on Azure SQL Edge
  • cf68462 Run gofmt on internal build dir
  • e722242 Scripts to help with syncing/release workflow
  • bfd0502 Set syntax highlighting for pkger example
  • 8b6d469 Support MSSQL batch statements (Resolves golang-migrate#652)
  • 5798784 Update Spanner to 1.27
  • 331a15d Update dktest from v0.3.9 to v0.3.10 to fix upstream security issues
  • c277388 Update dktest to v0.3.9 for upstream security vulnerability fixes
  • 5d3653e Update the GitHub CI workflow to release our fork
  • 020eda4 Upgrade cloud.google.com/go/spanner to 1.28.0, which adds JSON_VALUE support
  • 918e13a Upgrade containerd and image-spec for the vulnerabilities (golang-migrate#662)
  • 9f5ed82 Use DELETE FROM instead of TRUNCATE for MySQL (golang-migrate#656)
  • 608e4f6 Use the recommended v4 in mysql README
  • a46677e bump go-sqlite3 to v1.14.10
  • a2b0bda change github auth to use oauth token instead of basic.
  • b69b032 clarify the package name (golang-migrate#660)
  • 81cbc9c fix: incorrect clickhouse dns example
  • 4f82413 len(k) is guaranteed to be greater than 1 in this case
  • fc7f720 refactor: use sort.Slice

v4.15.1-beta.1

21 Mar 23:03
Compare
Choose a tag to compare
v4.15.1-beta.1 Pre-release
Pre-release

Changelog

  • f621644 Add WithConnection to Postgres similar to MySQL.
  • 06c25a2 Add pkger to README
  • 5aa1a03 Bump version of autorest/adal
  • 6e499cb Expose configuring cassandra connect timeout through query string
  • 169d0fc Include 2 letter query param key in unit test
  • ed8a8b0 Include iofs in migration sources
  • 36fb92d Only run tests for postgres + sqlserver
  • 4ba6957 Resolves golang-migrate#647 - Fixes typos in Mongo advisory locking parameters (golang-migrate#648)
  • 57173b1 Run SQL server tests on Azure SQL Edge
  • cf68462 Run gofmt on internal build dir
  • 877757d Scripts to help with syncing/release workflow
  • bfd0502 Set syntax highlighting for pkger example
  • b0de02f Support MSSQL batch statements (Resolves golang-migrate#652)
  • 5798784 Update Spanner to 1.27
  • c277388 Update dktest to v0.3.9 for upstream security vulnerability fixes
  • d01de3e Update the GitHub CI workflow to release our fork
  • 020eda4 Upgrade cloud.google.com/go/spanner to 1.28.0, which adds JSON_VALUE support
  • 918e13a Upgrade containerd and image-spec for the vulnerabilities (golang-migrate#662)
  • 9f5ed82 Use DELETE FROM instead of TRUNCATE for MySQL (golang-migrate#656)
  • 608e4f6 Use the recommended v4 in mysql README
  • a46677e bump go-sqlite3 to v1.14.10
  • a2b0bda change github auth to use oauth token instead of basic.
  • b69b032 clarify the package name (golang-migrate#660)
  • 81cbc9c fix: incorrect clickhouse dns example
  • 4f82413 len(k) is guaranteed to be greater than 1 in this case
  • fc7f720 refactor: use sort.Slice