Releases: Snowflake-Labs/schemachange
Releases · Snowflake-Labs/schemachange
v3.7.0
What's Changed
- Configure Snowflake Schema via Config by @podung in #210
- Preparing release mgmt changes by @sfc-gh-tmathew in #236
- Removed the pandas library as a requirement by @rosspb3 in #232
- Log Current Session ID by @opodoprigora in #245
- Include Demo deployment tests by @sfc-gh-tmathew in #248
- Removed Pandas as a dependency by @naruvimama in #259
- Format with black by @zanebclark in #217
- feat: tests, docs, linting, remove pandas dep by @sfc-gh-twhite in #265
New Contributors
- @podung made their first contribution in #210
- @rosspb3 made their first contribution in #232
- @opodoprigora made their first contribution in #245
- @naruvimama made their first contribution in #259
- @zanebclark made their first contribution in #217
Full Changelog: v3.6.2...v3.7.0
v3.6.2
What's Changed
- Updating Pytest criteria by @sfc-gh-tmathew in #242
- chore: bump pandas dep by @sfc-gh-twhite in #260
Full Changelog: v3.6.1...v3.6.2
v3.6.1
v3.6.0
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
- @IndexSeek made their first contribution in #193
Full Changelog: v3.5.4...v3.6.0
v3.5.4
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
- @sfc-gh-tmathew made their first contribution in #192
- @sfc-gh-twhite made their first contribution in #191