Skip to content

Releases: adlio/schema

v1.3.8 - Security Updates

19 Jul 06:10

Choose a tag to compare

Changes in v1.3.8

  • Update golang.org/x/crypto to v0.40.0 to address security vulnerabilities
  • Update golang.org/x/net to v0.42.0 to address security vulnerabilities

This release addresses several security vulnerabilities in dependencies:

  1. Fixed critical and high severity issues in golang.org/x/crypto:

    • Misuse of ServerConfig.PublicKeyCallback that could cause authorization bypass
    • Denial of Service (DoS) vulnerability via Slow or Incomplete Key Exchange
  2. Fixed medium severity issues in golang.org/x/net:

    • Cross-site Scripting vulnerability
    • HTTP Proxy bypass using IPv6 Zone IDs

v1.3.7 - SQL Server Locker Support

19 Jul 06:01

Choose a tag to compare

Changes in v1.3.7

  • Add SQL Server support for the Locker interface using sp_getapplock/sp_releaseapplock
  • Fix SQL Server transaction handling for concurrent migrations

This release completes the roadmap item for SQL Server support in clustered environments by implementing the Locker interface for SQL Server. The implementation uses SQL Server's sp_getapplock and sp_releaseapplock stored procedures with session-based locks to ensure that only one process can run migrations at a time.

v1.3.6

21 Apr 18:33
3dd37bb

Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

v1.3.5

15 Apr 03:31
3d4bda6

Choose a tag to compare

What's Changed

  • Fix embedded migrations example by @kalafut in #24
  • Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #27
  • Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by @dependabot in #26
  • Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #28
  • Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #29

Full Changelog: v1.3.4...v1.3.5

v1.3.4

09 Apr 20:25
0157cd1

Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.7.0 by @dependabot in #18
  • Update golangci-lint by @adlio in #22
  • Bump golang.org/x/crypto from 0.0.0-20201016220609-9e8e0b390897 to 0.1.0 by @dependabot in #19
  • Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.24+incompatible by @dependabot in #21
  • Bump github.com/opencontainers/runc from 1.1.3 to 1.1.5 by @dependabot in #20

Full Changelog: v1.3.3...v1.3.4

v1.3.3

20 Jun 04:20

Choose a tag to compare

Full Changelog: v1.3.1...v1.3.3

v1.3.1

20 Jun 03:28
dd310cc

Choose a tag to compare

What's Changed

  • Update ory/dockertest Dependency to 3.9.1 by @adlio in #17

Full Changelog: v1.3.0...v1.3.1

1.3.0

25 Mar 19:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3.0

1.2.3

10 Dec 19:04
770089b

Choose a tag to compare

What's Changed

  • Restore ability to chain NewMigrartor().Apply() by @adlio in #14

Full Changelog: v1.2.2...v1.2.3

1.2.2

10 Dec 19:04

Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2