Skip to content

Releases: Snowflake-Labs/schemachange

v3.7.0

22 Jul 13:43
22d9d29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.2...v3.7.0

v3.6.2

11 Jul 12:05
5d16a7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.6.2

v3.6.1

16 Nov 20:52
de2bca1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

06 Sep 16:13
d638a5c
Compare
Choose a tag to compare

What's Changed

Changed

  • Fixed bug introduced in version 3.5.0 where the session state was not reset after a user script was run. This resulted in schemachange updates to the metadata table failing in some cases. schemachange will now reset the session back to the default settings after each user script is run
  • Updated the pytest GitHub Actions workflow
  • Cleaned up whitespace and formatting in files for consistency
  • Updated README file

Added

  • Added new dependency review GitHub Actions workflow
  • Added badges for pytest and PyPI

New Contributors

Full Changelog: v3.5.4...v3.6.0

v3.5.4

01 Sep 20:29
df90307
Compare
Choose a tag to compare

What's Changed

  • Fix Authentication Workflow by @sfc-gh-tmathew in #192 to check for authenticator type first, then for Key pair and finally default to password authentication.
  • Publish Python Package automatically to PyPI by @sfc-gh-twhite in #191
  • Fixed the Dockerfile-src configuration to build a docker image from source code.

New Contributors