v0.45.0 #2922
edgarrmondragon
announced in
Announcements
v0.45.0
#2922
Replies: 1 comment 3 replies
-
@edgarrmondragon Do you know why Dependabot is not picking up the updated PyPI release (yet)? https://github.com/ReubenFrankel/tap-f1/actions/runs/14072314231/job/39408875511#step:3:204 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.45.0 (2025-03-25)
Highlights
Experimental msgspec IO
Taps and targets now support custom message writing and reading interfaces, and the new (experimental)
msgspec
-based encoding is available.See the docs for more information.
Thanks to @BuzzCutNorman and @s7clarke10 for the thoughts and suggestions!
singerlib
is now a public moduleThe low-level Singer library is now available as a public module and can be imported directly from
singer_sdk.singerlib
. If you're using the now deprecated_singerlib
module, please update your code to use the new public module.Singer Decimal string format
The
x-singer.decimal
JSON Schema extension is now supported by the SDK. Read the docs to learn how to use it with taps and targets.✨ New
x-singer.decimal
JSON Schema extensionsingerlib
to public modulepytest-github-actions-annotate-failures
for GitHub workflows of tap, target and mapper templates🐛 Fixes
No records were available to test
warning when no records are ignored for all streams -- Thanks @ReubenFrankel!No records were available to test
warnings when empty stream is ignored -- Thanks @ReubenFrankel!⚙️ Under the Hood
JSONSchemaToSQL
from the target configuration⚡ Performance Improvements
📦 Packaging changes
This discussion was created from the release v0.45.0.
Beta Was this translation helpful? Give feedback.
All reactions