-
Notifications
You must be signed in to change notification settings - Fork 7
Commit 5b4a091
authored
chore(deps): bump singer-sdk from 0.45.11 to 0.46.0 (#201)
Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.45.11 to
0.46.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/meltano/sdk/releases">singer-sdk's
releases</a>.</em></p>
<blockquote>
<h2>v0.46.0 (2025-05-06)</h2>
<h3>✨ New</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2162">#2162</a>
Expose metric dictionary to make logging metrics as JSON easier</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2977">#2977</a>
Limit extraction to 25 records by default in built-in tap tests</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2989">#2989</a>
Allow pagination to continue after an empty page</li>
</ul>
<h3>🐛 Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/3020">#3020</a> In
SQL targets, use stream name as table name instead of splitting by
hyphen if <code>default_target_schema</code> is specified</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/3019">#3019</a>
Encode <code>nan</code>, <code>inf</code> and <code>-inf</code> values
as <code>null</code> in Singer stream</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2999">#2999</a>
Preserve microsecond precision when comparing datetime replication
values</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2986">#2986</a>
Stop loading package files to allow taps and targets to run as Python
scripts</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/3009">#3009</a> Fix
infinite recursion error when resolving JSON schemas with circular
references</li>
</ul>
<h3>⚙️ Under the Hood</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2990">#2990</a>
Replace filesystem library used for BATCH mode</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/3010">#3010</a> Use
dict instead of <code>OrderedDict</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/meltano/sdk/blob/main/CHANGELOG.md">singer-sdk's
changelog</a>.</em></p>
<blockquote>
<h2>v0.46.0 (2025-05-06)</h2>
<h3>✨ New</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2162">#2162</a>
Expose metric dictionary to make logging metrics as JSON easier</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2977">#2977</a>
Limit extraction to 25 records by default in built-in tap tests</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2989">#2989</a>
Allow pagination to continue after an empty page</li>
</ul>
<h3>🐛 Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/3020">#3020</a> In
SQL targets, use stream name as table name instead of splitting by
hyphen if <code>default_target_schema</code> is specified</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/3019">#3019</a>
Encode <code>nan</code>, <code>inf</code> and <code>-inf</code> values
as <code>null</code> in Singer stream</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2999">#2999</a>
Preserve microsecond precision when comparing datetime replication
values</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2986">#2986</a>
Stop loading package files to allow taps and targets to run as Python
scripts</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/3009">#3009</a> Fix
infinite recursion error when resolving JSON schemas with circular
references</li>
</ul>
<h3>⚙️ Under the Hood</h3>
<ul>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/2990">#2990</a>
Replace filesystem library used for BATCH mode</li>
<li><a
href="https://redirect.github.com/meltano/sdk/issues/3010">#3010</a> Use
dict instead of <code>OrderedDict</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/meltano/sdk/commit/f0c0b6bbbb68a855c6206b0b0f0664151153f6a2"><code>f0c0b6b</code></a>
chore: Release v0.46.0 (<a
href="https://redirect.github.com/meltano/sdk/issues/3021">#3021</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/264f36ba822176d457a7194e900d0a4f140ad46c"><code>264f36b</code></a>
chore: Update tap, target and mapper templates (<a
href="https://redirect.github.com/meltano/sdk/issues/3022">#3022</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/0dd579ff4379d84b00b7627db9fd6f9fd3414331"><code>0dd579f</code></a>
fix(targets): In SQL targets, use stream name as table name instead of
splitt...</li>
<li><a
href="https://github.com/meltano/sdk/commit/cda17b984678323222ef779228bec9ca8e4a1d98"><code>cda17b9</code></a>
refactor: Replace filesystem library used for BATCH mode (<a
href="https://redirect.github.com/meltano/sdk/issues/2990">#2990</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/687254f09b902b6c9a7428c4c99927559f1918e8"><code>687254f</code></a>
feat: Expose metric dictionary to make logging metrics as JSON easier
(<a
href="https://redirect.github.com/meltano/sdk/issues/2162">#2162</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/b3a7cb303ba0c6bc988e12fa3d6998e438efcf26"><code>b3a7cb3</code></a>
fix: Encode <code>nan</code>, <code>inf</code> and <code>-inf</code>
values as <code>null</code> in Singer stream (<a
href="https://redirect.github.com/meltano/sdk/issues/3019">#3019</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/da17941f75f0703e378fa591ce6a48ac44516668"><code>da17941</code></a>
chore: Lock file maintenance (<a
href="https://redirect.github.com/meltano/sdk/issues/3018">#3018</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/5ae21c30d20966be662fc23b9bd93fad1bbc934d"><code>5ae21c3</code></a>
chore: pre-commit autoupdate (<a
href="https://redirect.github.com/meltano/sdk/issues/3016">#3016</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/42d708427af05208d1750a148ce50b3e40c7190b"><code>42d7084</code></a>
chore: Limit max records for tap-dummyjson tests to 15 (<a
href="https://redirect.github.com/meltano/sdk/issues/3015">#3015</a>)</li>
<li><a
href="https://github.com/meltano/sdk/commit/755a0e3bcd3a8e4c9610762b6a29e96ad6beb112"><code>755a0e3</code></a>
feat(taps): Limit extraction to 25 records by default in builtin tap
tests (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/meltano/sdk/compare/v0.45.11...v0.46.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 9c15549 commit 5b4a091Copy full SHA for 5b4a091
File tree
Expand file treeCollapse file tree
2 files changed
+28
-70
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+28
-70
lines changed+27-69Lines changed: 27 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
0 commit comments