v0.8.0 #292
diego-aquino
announced in
Announcements
v0.8.0
#292
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.8.0 is here! 🎉
Features
⚙️ OpenAPI type generation: Zimic now can automatically generate types from OpenAPI specs using the new
zimic typegen
CLI! This is great to keep your application and interceptor types in sync with the target service. Take a look at thezimic typegen
API reference for more information.🔢 Strict HTTP status codes: as of v0.8, status codes are validated against the official RFC 9110 spec and can be imported as
HttpStatusCode
,HttpStatusCode.Information
,HttpStatusCode.Success
,HttpStatusCode.Redirection
,HttpStatusCode.ClientError
, andHttpStatusCode.ServerError
fromzimic/http
.Refactoring
📦 Export improvements: v0.8 introduces many improvements to the modules exported by Zimic! This marks a step forward in the stability of Zimic's public API.
http
is now calledhttpInterceptor
, and the utilityrunCommand
was removed. Check out the migration guide for more information about to migrate.Fixes
Credits
Huge thanks to @diego-aquino for helping!
Full Changelog:
v0.7.1...v0.8.0
zimic typegen openapi
#247) by @diego-aquino in feat(#zimic): support to URLs in typegen (#247) #259zimic-test-client
using specs from popular services #258) by @diego-aquino in test: verify typegen with popular services (#258) #261runCommand
andCommandError
(RemoverunCommand
andCommandError
fromzimic/interceptor/server
#263) by @diego-aquino in chore(#zimic)!: removerunCommand
andCommandError
(#263) #268zx
byexeca
(Replacezx
byexeca
in@zimic/release
#267) by @diego-aquino in refactor(#release): replacezx
byexeca
(#267) #269README.md
badges #265) by @diego-aquino in docs(#zimic): add readme badges (#265) #277await
's by @diego-aquino in test(zimic-test-client): add missingawait
's #285This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions