Skip to content

Releases: meltano/meltano

v3.0.0rc0

25 Aug 15:43
426dce9
Compare
Choose a tag to compare
v3.0.0rc0 Pre-release
Pre-release

First release candidate for Meltano v3

v2.20.0

19 Jul 17:45
4bda2aa
Compare
Choose a tag to compare

v2.20.0 (2023-07-19)

Note: Our official Docker images for this release currently do not have the mssql extra installed, so the Python dependency pymssql will not be pre-installed in the images. This is because of an issue that occurs when building pymssql. Should the issue be fixed upstream, and a new patch release be published, we will re-build and publish our official Docker images for this version such that they include the mssql extra.

✨ New

🐛 Fixes

  • #7878 Redact sensitive values in config list output -- Thanks @ReubenFrankel!
  • #7725 Restrict Azure state logging to WARNING and above -- Thanks @acarter24!
  • #7745 Python code formatting in Custom Extractor docs -- Thanks @rawwar!

⚡ Performance Improvements

  • #7811 Optimize migration 6828cc5b1a4f_create_dedicated_state_table.py -- Thanks @asmisha!

📚 Documentation Improvements

  • #7911 Advanced docs on running custom scripts
  • #7917 Update instructions for providing GIT_SSH_PRIVATE_KEY
  • #7906 Recommend airflow utility over orchestrator
  • #7892 Fix onboarding.md config command
  • #7668 Document meltano-cloud job stop
  • #7837 Update environment example to be more complete
  • #7836 Add more detail for cloud history command
  • #7817 Update Meltano Cloud notice in Deployment doc
  • #7823 Add cloud deployment hints for common errors
  • #7816 Remove Kubernetes reference from Production doc
  • #7822 Fix plural deployments cli command
  • #7807 Update schedule interval with single quotes
  • #7795 Add note on ephemeral storage
  • #7758 Cloud docs content and better navigation from index
  • #7783 Part3 getting started guide dbt initialize section
  • #7782 Use --interactive flag in Loader configuration section of Getting Started
  • #7780 Fix indentation issue for code block in Getting Started
  • #7619 Change transform to utility
  • #7765 Use tabs for meltano.yml, meltano config, and env -- Thanks @mjsqu!
  • #7764 Explain Cloud schedule offsets
  • #7763 Make quoting consistent for intervals
  • #7754 Update deployment details
  • #7753 Update project use to include --name flag
  • #7750 Update onboarding.md to use --environment kwarg for deployments -- Thanks @GJMcClintock!
  • #7744 Fix mappers.md sample command

v2.19.1

02 Jun 17:34
1b2b809
Compare
Choose a tag to compare

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

02 May 16:29
b13afb9
Compare
Choose a tag to compare

v2.19.0 (2023-05-02)

✨ New

v2.18.0

25 Apr 10:21
8d6c49b
Compare
Choose a tag to compare

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

04 Apr 11:55
9154bac
Compare
Choose a tag to compare

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

14 Mar 15:56
288e588
Compare
Choose a tag to compare

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

24 Feb 13:56
3b1215f
Compare
Choose a tag to compare

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

21 Feb 18:20
41b9ab4
Compare
Choose a tag to compare

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

09 Feb 22:49
8048580
Compare
Choose a tag to compare

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