Skip to content

v0.50.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 00:48
· 33 commits to main since this release
Immutable release. Only release title and notes can be modified.
525bb71

v0.50.0 (2025-10-01)

✨ New

  • #3279 Emit structured logs and document this new capability for downstream consumers

🐛 Fixes

  • #3287 Handle presence of charset in Content-Type header when retrieving schema from OpenAPI spec
  • #3286 Only write starting replication value for incremental streams -- Thanks @ReubenFrankel!

⚙️ Under the Hood

  • #3292 Remove deprecated SingerMetricsFormatter
  • #3291 Remove unsupported common_options module
  • #3290 Remove metrics_log_level setting in favor of application log level
  • #3289 Move some noisy logs to the DEBUG level
  • #3281 Emit structured exception information
  • #3285 Use the stream logger to log events in HTTP streams
  • #3283 Pass around raw Point instance for metrics
  • #3282 Avoid printing raw tracebacks to keep stderr clean