Skip to content

v2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 15:54
· 1410 commits to main since this release
b56af55

v2.6.0 (2022-09-08)

✨ New

🐛 Fixes

  • #6694 Resolves a bug in meltano remove where error states that plugin is missing the settings_with_extras attribute.
  • #6652 Better handling of permission errors when creating a new project -- Thanks @jakegut!
  • #6676 Prevent warnings/errors when running meltano config <plugin> test -- Thanks @ReubenFrankel!

📚 Documentation Improvements

  • #6706 Add troubleshooting page -- Thanks @jared-rimmer!
  • #6688 Add docs about environment variable expansion.
  • #6671 Add example meltano projects.
  • #6674 Add docs for schedule env key.
  • #6680 Fix feature flag name for strict env var mode.
  • #6672 Add tutorial on how to debug a custom extractor -- Thanks @jared-rimmer!