Skip to content

v0.87.1

Compare
Choose a tag to compare
@snowflake-release-please snowflake-release-please released this 06 Mar 13:40
40861fa

0.87.1 (2024-03-06)

Hey 👋 , today we released a new version that mostly introduces bug fixes and some development improvements that will speed up our development cycle. We also added deprecation messages to our documentation pages in Terraform Registry to clearly see what resources/data sources are deprecated and what should be used instead. Here's what we ended up with on the main page (docs) and in the resources/data sources sub pages (for example). We are aware that there're some issues with links on the main page. We'll push the fix in the next version.

🔧 Misc

  • Add deprecated resources/datasources to the main documentation page #2581
  • Add deprecation message to docs #2578
  • Add Terraform setup to the testing pipeline #2579
  • Chore use get or skip in other tests #2570
  • modify provider context to pass snowflake client instead of db connection #2577
  • Speed up tests #2580

🐛 Bug fixes