Skip to content

v3.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 18:22
· 17 commits to main since this release
9b75e89

v3.4.1 (2024-05-06)

馃悰 Fixes

  • #8509 Mapper configuration is no longer ignored and is passed to direct mapper invocations as well as mappings in pipelines
  • #8527 Made the output of meltano select ... list consistent between different Python versions
  • #8213 meltano config <plugin> test false-negative on Windows -- Thanks @ReubenFrankel!
  • #8508 Cron regex pattern on meltano.schema.json -- Thanks @sabino!

鈿欙笍 Under the Hood

  • #8470 Started enforcing usage of structlog.stdlib.get_logger over logging.getLogger and banned use of the root logger
  • #8510 Plugin installation status is now logged instead of printed

馃摎 Documentation Improvements

  • #8524 Changed references of Airflow orchestrator to utility
  • #8506 Document venv.backend usage to configure uv