salmon-actor-23953
10/18/2022, 1:35 PMmeltano dragon Meltano v2.8
✨ New
• #6814 Supportinto an empty directory -- Thanks @ReubenFrankel!meltano init
🐛 Fixes
• #6751 Resolve issue causing Meltano UI to crash when connections to PyPI are blocked. -- Thanks @dingobar!
• #6862 Thesetting now only applies to commands which execute within the environment:default_environment
,run
, andinvoke
.elt
• #6877 Reverts the default value for thesetting todefault_environment
instead ofnull
, resolving the related breaking change from v2.5.0.'dev'
• #6891 Resolve unhandled exception when running interactive config on plugins with no settings.
⚙️ Changes
• #6862 Thecommand will now fail if the Meltano environment is not set and no default environment is configured.meltano run
📚 Documentation Improvements
• #6703 Updated custom extractor tutorial -- Thanks @jared-rimmer!
• #6875 Add new Common Issues section to Troubleshooting docs.
• #6844 Retroactively update `2.5.0` release notes and changelog to document the now-resolved breaking change.
singer logo Meltano Singer SDK 0.12
✨ New
• #978 Users can now configure a dedicated metrics logger using SINGER_SDK_LOG_CONFIG.
🐛 Fixes
• #1043 Support Windows-style storage paths inmessage type config -- Thanks @BuzzCutNorman!BATCH
• #1001 Fixed column name rendering for theerror message.allow_column_alter
⚡ Performance
• #1032 SQL streams now only include columns in thestatement which are selected in the catalog.SELECT
📚 Documentation Improvements
• #1020 Fixed typo in-- Thanks @spacecowboy!docs/stream_maps.md
• #1060 Add explanation and recommendations forusage.context
• #1074 Document an example implementation and usage of pagination with.BaseHATEOASPaginator