Meltano Versions Save

Extract & Load with joy — CLI & version control for ELT without limitations. No more black box. Let your creativity flow.

v2.19.1

11 months ago

v2.19.1 (2023-06-02)

🐛 Fixes

  • #7644 Install schedule elt style and mappings
  • #7636 Print a clearer message when meltano.yml is empty -- Thanks @rawwar!

📚 Documentation Improvements

  • #7732 Update Meltano Cloud GitHub App Installation Docs
  • #7717 Update onboarding docs
  • #7724 Add Cloud CLI docs for deployment command
  • #7722 Add credit pricing, clarify expiration
  • #7713 Spelling oopsie -- Thanks @visch!
  • #7706 Add egress pricing and Credit expiration (after 1 year of non-use) to Cloud Fees
  • #7703 Correct name of meltano-map-transformer in add command -- Thanks @mjsqu!
  • #7702 Fix typo in docs/src/_guide/integration.md -- Thanks @burmecia!
  • #7694 Add cloud python version
  • #7678 Refresh getting started guide
  • #7630 Add details on platinum connectors
  • #7639 Promote pipx to install Meltano

v2.19.0

1 year ago

v2.19.0 (2023-05-02)

✨ New

v2.18.0

1 year ago

v2.18.0 (2023-04-25)

✨ New

  • #7555 Add docs command
  • #7097 Feature flag to disable calls to Hub and discovery.yml outside of add and discover

🐛 Fixes

  • #7537 Add correct type for state_backend lock settings

📚 Documentation Improvements

  • #7582 Include fix for git+ssh urls with colons -- Thanks @acarter24!
  • #7579 Change "meltano cloud" to "meltano-cloud" during Beta
  • #7571 Remove dead link to GitLab container registry -- Thanks @longtomjr!
  • #7566 Remove references to --include-related -- Thanks @msardana94!
  • #7545 Update link to Meltano dbt Jaffle shop example -- Thanks @flexponsive!
  • #7482 Add the Matatika GitHub Analytics project to the example projects page -- Thanks @DanielPDWalker!

v2.17.1

1 year ago

v2.17.1 (2023-04-04)

🐛 Fixes

  • #7403 Print right variant name in instructions to switch a plugin variant
  • #7399 Display the right message when adding a new variant of an existing plugin

📚 Documentation Improvements

  • #7394 Add mappers docs guide
  • #7433 Document incremental replication support
  • #7428 Add Cloud docs

v2.17.0

1 year ago

v2.17.0 (2023-03-14)

✨ New

  • #7343 Support arrow key text navigation during interactive config

🐛 Fixes

  • #7371 meltano install --parallelism error
  • #7367 Resolve variant label from Hub response
  • #7358 Add error and log for locking unknown plugins

v2.16.1

1 year ago

v2.16.1 (2023-02-24)

🐛 Fixes

  • #7347 Fix error in meltano add when using env var proxies (e.g. HTTP_PROXY)
  • #7344 Improve config JSON array/object error message and parser

v2.16.0

1 year ago

v2.16.0 (2023-02-21)

✨ New

  • #7287 Add support for annotations to provide documentation and 3rd-party configurations in meltano.yml
  • #7148 Add the meltano compile command to generate Meltano manifest files

🐛 Fixes

  • #7331 Merge environment-level annotations into top level in manifest
  • #7320 Correct trimming of state backend URIs for filesystem backends
  • #7299 Respect requests/curl custom Certificate Authorities env vars

⚙️ Under the Hood

  • #7273 Add settings and plugins attributes to Project

📚 Documentation Improvements

  • #7322 State that the meltano compile command is in beta
  • #7329 Update airbyte FAQ
  • #7315 Escaping $ in meltano config <plugin> set
  • #7301 Refresh to prefer 'run' and 'invoke' over 'elt', and 'utilities' over 'transformers' and 'orchestrators'

v2.15.3

1 year ago

v2.15.3 (2023-02-09)

🐛 Fixes

  • #7294 Avoid casting settings before env var expansion

📚 Documentation Improvements

  • #7050 Add "variant" prompt and description to custom plugin development docs
  • #7292 Fix typo in settings reference

v2.15.2

1 year ago

v2.15.2 (2023-02-08)

🐛 Fixes

  • #7284 Use $MELTANO_ENVIRONMENT set in .env
  • #7232 Cast setting values according to their setting definitions
  • #7213 Omit local variables in rich tracebacks by default and add show_locals option to log formatter

📚 Documentation Improvements

  • #7282 Add headers to global config section
  • #7279 Change ref
  • #7276 Correct small typo in no-color.org URL -- Thanks @menzenski!
  • #7274 Add links to glossary
  • #7239 Add EDK details and context around switching to utilities
  • #7258 Fix virtualenvs.in-project setting in custom extractor debugging doc -- Thanks @chodera!

v2.15.1

1 year ago

v2.15.1 (2023-01-31)

🐛 Fixes

  • #7236 Invoke virtualenv as a module
  • #7235 Avoid adding LICENSE file directly in site-packages