Skip to content

Releases: aklinker1/zeta

v2.2.0

14 Mar 21:12

Choose a tag to compare

compare changes

🚀 Enhancements

  • Expose transport parameters (like server object) in request handlers (#11)

🩹 Fixes

  • Replace module augmentation with helper functions (#14)

📖 Documentation

🏡 Chore

  • Fix benchmark scripts (e10b8f7)
  • Add explicit types to transport helpers (b5b56ab)

❤️ Contributors

v2.1.3

14 Mar 17:49

Choose a tag to compare

compare changes

🏡 Chore

🤖 CI

❤️ Contributors

v2.1.2

02 Feb 23:41

Choose a tag to compare

compare changes

🩹 Fixes

  • Fix type error in shipped TS code (84232be)

❤️ Contributors

v2.1.1

02 Feb 23:32

Choose a tag to compare

compare changes

🩹 Fixes

  • Remove elysia import in production code (8dd73c6)
  • Properly store parsed query and path params in context (2576b77)

📖 Documentation

  • Update netlify deploy commands (b29c358)
  • Use correct zola version (6e8f7ba)
  • Fix zola download URLs (982dc8f)

❤️ Contributors

v2.1.0

01 Feb 20:48

Choose a tag to compare

compare changes

🚀 Enhancements

  • Support app-level tags and security apply to all app routes (1de696e)

🩹 Fixes

  • Fix NotImplementedHttpError name typo (5e00476)
  • Include set.headers on response when an error is thrown (6ac7be8)
  • Properly set ctx.response to a Response when returning a value from handlers. (2f47650)
  • Only call onGlobalAfterResponse once (8572374)
  • types: Allow returning Response ([ void for onGlobalRequest, onTransform, and onBeforeHandle hooks](https://github.com/aklinker1/zeta/commit/ voidforonGlobalRequest, onTransform, and onBeforeHandle` hooks))

📖 Documentation

  • Fix typos (3931a2e)
  • Add examples for auth, open-telemetry, and request logging (4e55f4d)

🏡 Chore

❤️ Contributors

v2.0.0

31 Jan 03:09

Choose a tag to compare

compare changes

🚀 Enhancements

  • ⚠️ Compile optimized fetch and route handler functions (#5)
  • Build path/query/header OpenAPI parameters without SchemaAdapter.parseParamsRecord (4b011cd)
  • open-api: Automatically generate summary based on operationId (f54af7d)

🔥 Performance

  • Reduce internal overhead to increase request throughput by ~1.5-3x (#3)

🩹 Fixes

  • openapi: Correctly handle generating spec with a "/" endpoint (4bd258f)
  • Properly detect Response short-circuit (edfe3d4)
  • jsr: Make zod an optional dependency, not a dynamic import (5c55921)

📖 Documentation

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Compile optimized fetch and route handler functions (#5)

❤️ Contributors

v1.3.3

25 Dec 18:49

Choose a tag to compare

compare changes

🩹 Fixes

  • Fix incorrect input type for UploadFilesBody schema (5e74f08)

📖 Documentation

  • Document file upload and form data body types usage (7f11fe5)

🏡 Chore

❤️ Contributors

v1.3.2

25 Dec 18:26

Choose a tag to compare

compare changes

🩹 Fixes

  • When uploading a FileList, get the correct property from the FormData (cf76b14)

❤️ Contributors

v1.3.1

25 Dec 18:17

Choose a tag to compare

compare changes

🩹 Fixes

  • Check if FileList class exists before accessing it (0abf094)

❤️ Contributors

v1.3.0

25 Dec 18:04

Choose a tag to compare

compare changes

🚀 Enhancements

  • FormData, File, and FileList body types (f3bdffa)

🏡 Chore

❤️ Contributors