Skip to content

Meltano Singer SDK v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 17:00
· 1125 commits to main since this release
eb493e3

v0.15.0 (2022-12-08)

✨ New

  • #1157 Built-in handling of default-target-schema for SQL Targets -- Thanks @BuzzCutNorman!
  • #1087 S3 batch storage -- Thanks @jamielxcarter!
  • #1197 Support patternProperties in JSON schema helpers
  • #1188 Support boolean additional_properties in JSON schema helper objects

🐛 Fixes

  • #1237 Catch and retry ConnectionResetError exceptions in HTTP taps
  • #1238 Ensure metric tags coming from stream context can be JSON-serialized
  • #1233 Add level and logger name to default log format
  • #1219 Schema passthrough for whitelisted fields
  • #1174 Do not emit log message if no record properties were ignored
  • #1192 Change max record age for emitting state messages to 5 instead of 30 mins -- Thanks @spacecowboy!

⚡ Performance Improvements

📚 Documentation Improvements

  • #1243 Document inherited PluginBase attributes and methods
  • #1209 Fix argument descriptions for OAuthAuthenticator