v0.7.0 #227
diego-aquino
announced in
Announcements
v0.7.0
#227
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.7.0 is here! 🎉
Features
saveRequests
tohttp.createInterceptor()
.saveRequests
indicates whether handlers should save their intercepted requests in memory and make them accessible throughhandler.requests()
. The default value isfalse
to prevent memory leaks in long-running mock servers. If you are migrating from previous versions, we recommend settingsaveRequests
totrue
only if you usehandler.requests()
. Learn more at Saving intercepted requests.Credits
Huge thanks to @diego-aquino for helping!
Full Changelog:
v0.6.3...v0.7.0
This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions