Skip to content

1.8.36

Choose a tag to compare

@hansott hansott released this 07 Aug 12:36
· 101 commits to main since this release
Immutable release. Only release title and notes can be modified.
c953cd5
  • Fix IDOR protection for mysql2 not checking the tenant ID when query parameters were passed as connection.execute({ sql, values })
  • Support arrays of route handlers and middleware in express (e.g. app.get(path, [handler1, handler2]))
  • Support better-sqlite3 v13
  • Support the query HTTP method in hono
  • Support openai v7
  • Fix Azure OpenAI usage being tracked under the openai provider instead of azure
  • Support @google-cloud/pubsub v6
  • Add warning when using @react-router/serve: its catch-all route can trigger false positives in Zen's path traversal check, proper support is planned