Skip to content

v2023.3.9

Compare
Choose a tag to compare
@rustatian rustatian released this 11 Jan 13:42
· 216 commits to stable since this release
362f643

πŸš€ v2023.3.9 πŸš€

HTTP plugin

  • πŸ›οΈ Streaming responses can experience a lock-up when the client disconnects early, BUG, (thanks @segrax)

SQS JOBS driver

  • πŸ›οΈ Use user specified credentials if they are set even if we're inside AWS, BUG, (thanks @matteokov)

Service plugin

  • πŸ›οΈ Services directly killed when restarting on terminating. BUG, (thanks @chazzbg)

Server plugin

  • πŸ”₯ Add user parameter to on_init command section. PR, docs, (thanks @Kaspiman)

Redis KV driver

  • πŸ›οΈ Correctly finish the OTEL span. PR, (thanks @Kaspiman)

🧹 Chore:

  • πŸ§‘β€πŸ­ Dependencies: update project/system dependencies.
  • πŸ§‘β€πŸ­ Docs: update docs, BUG.