Releases: Snowflake-Labs/schemachange
Releases · Snowflake-Labs/schemachange
v4.0.0
What's Changed
- Comply with pre-commit by @zanebclark in #271
- Test yaml precommit push by @sfc-gh-tmathew in #272
- Fixing the demo scripts that depend on rendering the double quotes correctly. by @sfc-gh-tmathew in #273, #297
- porting changes from dev cicd to master cicd github actions file by @sfc-gh-tmathew in #274
- feat: code reorganization by @zanebclark in #285
- Update README.md by @mattgrcia in #280
- Fix: Remove kw_only and gracefully handle missing max version number by @zanebclark in #294
- Feat/integrate connections toml by @zanebclark in #298
- update to github actions file to meet new demo structure by @sfc-gh-tmathew in #302
- fix: incorporating forked changes along with github actions updates by @sfc-gh-tmathew in #303
New Contributors
- @mattgrcia made their first contribution in #280
Full Changelog: v3.7.0...v4.0.0
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