Skip to content

Commit ddb17a6

Browse files
ci: bump meltano from 3.7.0a3 to 3.7.1 in /.github/workflows in the ci group (#349)
Bumps the ci group in /.github/workflows with 1 update: [meltano](https://github.com/meltano/meltano). Updates `meltano` from 3.7.0a3 to 3.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meltano/meltano/releases">meltano's releases</a>.</em></p> <blockquote> <h2>v3.7.1 (2025-03-26)</h2> <ul> <li><a href="https://hub.docker.com/r/meltano/meltano/tags?page=&amp;page_size=&amp;ordering=&amp;name=v3.7.1-python">Docker Hub 🐋</a></li> <li><a href="https://pypi.org/project/meltano/3.7.1/">PyPI 🐍</a></li> </ul> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/9173">#9173</a> Avoid parsing valid ISO 8601 strings</li> </ul> <h3>📦 Packaging changes</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/9171">#9171</a> Bump <code>tzlocal</code> to 5.3</li> </ul> <h2>v3.7.0 (2025-03-25)</h2> <ul> <li><a href="https://hub.docker.com/r/meltano/meltano/tags?page=&amp;page_size=&amp;ordering=&amp;name=v3.7.0-python">Docker Hub 🐋</a></li> <li><a href="https://pypi.org/project/meltano/3.7.0/">PyPI 🐍</a></li> </ul> <h3>Highlights</h3> <p>This release brings several major enhancements including support for relative dates, custom state backends, and improved logging capabilities and user-friendliness.</p> <h4>Relative dates</h4> <p>Settings of <a href="https://docs.meltano.com/reference/plugin-definition-syntax/#settingskind">kind <code>date_iso8601</code></a> now support relative date values. For example:</p> <pre lang="yaml"><code>plugins: - name: tap-example variant: meltanolabs pip_url: git+https://github.com/MeltanoLabs/tap-example.git config: start_date: last week # relative date </code></pre> <h4>Custom State Backends</h4> <p>Meltano now supports custom state backends via <a href="https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#advanced-plugins">packaging plugins</a>. See the <a href="https://docs.meltano.com/guide/custom-state-backend/">docs</a> for more information.</p> <p>Custom project-level settings are also supported. This allows you to let Meltano know about the settings used by the custom state backend.</p> <p>Reach out to us in <a href="https://meltano.com/slack">Slack</a> if you wanna learn more about creating a custom state backend. We might add in-depth guides and templates if there's interest!</p> <h4>Improved logging</h4> <ul> <li> <p>A logging configuration is now automatically added for Singer extractors, loaders and mappers and passed to the plugin at runtime. This improves how the plugin logs are formatted in Meltano's own logs.</p> </li> <li> <p>A new <code>cli.log_format</code> setting and <code>--log-format</code> CLI option are available to quickly change the format of logs. See the CLI help for more information.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/meltano/meltano/blob/main/CHANGELOG.md">meltano's changelog</a>.</em></p> <blockquote> <h2>v3.7.1 (2025-03-26)</h2> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/9173">#9173</a> Avoid parsing valid ISO 8601 strings</li> </ul> <h3>📦 Packaging changes</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/9171">#9171</a> Bump <code>tzlocal</code> to 5.3</li> </ul> <h2>v3.7.0 (2025-03-25)</h2> <h3>✨ New</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/9158">#9158</a> Pass project <code>env</code> to installation environment</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9119">#9119</a> Parse relative dates in plugin config</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9019">#9019</a> Set <code>application/json</code> as the content type for blobs uploaded with the GCS state backend</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8367">#8367</a> Support state backend and setting add-ons</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9047">#9047</a> Added a default Meltano User-Agent env var that plugins can refer to in config</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9077">#9077</a> Pass a default logging configuration for Pipelinewise and Singer SDK extractors, loaders and mappers</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9046">#9046</a> The <code>process</code> key containing the process ID for a Meltano invocation is now added to logs when <code>callsite_parameters: true</code> is used</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9018">#9018</a> Add descriptions to Meltano's internal settings</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8975">#8975</a> Added a <code>--log-format</code> option as a shorcut to quickly change the format of logs</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8991">#8991</a> Uv venv backend is no longer experimental</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8951">#8951</a> Add a simple log formatter that only contains the event by default</li> </ul> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/9162">#9162</a> Stringify YAML values from top-level <code>env</code> key of <code>meltano.yml</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9153">#9153</a> Display catalog file contents when it cannot be parsed as valid JSON</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9148">#9148</a> Send first heartbeat when initializing job</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9117">#9117</a> Avoid prepending a slash to state file path in Cloud state backends</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9045">#9045</a> Added help to <code>--extras</code> option of <code>meltano config ... list</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9035">#9035</a> Limit boto3 to &lt; 1.36 to fix incompatibility with Minio (S3-compatible state backend)</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9003">#9003</a> Disable local variables by default in JSON logs</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8973">#8973</a> Print the time when the job will go stale if no more heartbeats are sent</li> </ul> <h3>⚙️ Under the Hood</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/9165">#9165</a> Refactor base state backend so that a lock is always acquired when supported</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9000">#9000</a> Use <code>anyio</code> to open <code>pathlib.Path</code> instances</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8972">#8972</a> Enable Ruff <code>ASYNC</code> rules, open files with <code>anyio</code> and run subprocess with <code>asyncio.create_subprocess_exec</code> in async contexts</li> </ul> <h3>📚 Documentation Improvements</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/9116">#9116</a> Mention <code>meltano schedule run</code> whenever we discuss <code>meltano schedule</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9115">#9115</a> Document common <code>metadata</code> keys</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9109">#9109</a> Updated the contributing guide</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9084">#9084</a> Use <code>meltano-map-transform</code> PyPI distribution in examples</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/9069">#9069</a> Update plugin development guide to use uv</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meltano/meltano/commit/dec6690bcf8797405eb78e7b2edcbef1239d73c8"><code>dec6690</code></a> chore: Release v3.7.1 (<a href="https://redirect.github.com/meltano/meltano/issues/9175">#9175</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/2c7c1f07e16a1733870fd6824692d2b4acf05eed"><code>2c7c1f0</code></a> fix: Avoid parsing valid ISO 8601 strings (<a href="https://redirect.github.com/meltano/meltano/issues/9173">#9173</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/cab78a14627cd45fa36d58796b0ec281899df484"><code>cab78a1</code></a> packaging: Bump <code>tzlocal</code> to 5.3 (<a href="https://redirect.github.com/meltano/meltano/issues/9171">#9171</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/ffd19ad48090c81df1a5cc0453dc4f45fe9766d5"><code>ffd19ad</code></a> chore: Fix link to responsible disclosure policy in readme (<a href="https://redirect.github.com/meltano/meltano/issues/9170">#9170</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/3af8f21fd2ba8daae94fae2d73f0e25c9e778f29"><code>3af8f21</code></a> chore: Release v3.7.0 (<a href="https://redirect.github.com/meltano/meltano/issues/9168">#9168</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/8d2d6ced3baa881754c81b85888123d90991fdc3"><code>8d2d6ce</code></a> ci: bump the actions group with 2 updates (<a href="https://redirect.github.com/meltano/meltano/issues/9167">#9167</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/523a7ff07b9845d8ef38520dfdffde929a39c0e4"><code>523a7ff</code></a> chore: Release v3.7.0rc3 (<a href="https://redirect.github.com/meltano/meltano/issues/9166">#9166</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/a7c219b2a60dd7ed335ebeb54fa287c92382b1f2"><code>a7c219b</code></a> refactor: Refactor base state backend so that a lock is always acquired when ...</li> <li><a href="https://github.com/meltano/meltano/commit/8f08838283a4d2d1a08076ecc815a68e5a2f87b0"><code>8f08838</code></a> ci: Pin GitHub actions in reusable workflows (<a href="https://redirect.github.com/meltano/meltano/issues/9164">#9164</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/84844a617dc65e1dbc5296bc8dbd36dea54cc0de"><code>84844a6</code></a> chore: Release v3.7.0rc2 (<a href="https://redirect.github.com/meltano/meltano/issues/9163">#9163</a>)</li> <li>Additional commits viewable in <a href="https://github.com/meltano/meltano/compare/v3.7.0a3...v3.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=meltano&package-manager=pip&previous-version=3.7.0a3&new-version=3.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c753156 commit ddb17a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
meltano==3.7.0a3
1+
meltano==3.7.1

0 commit comments

Comments
 (0)