Releases: blomqma/next-rest-framework
Releases · blomqma/next-rest-framework
v0.5.0
Changed
- Change OpenAPI generation by generating a local OpenAPI spec file that is dynamically updated in local development and used in production for the OpenAPI endpoints. Rename the
openApiSpec
config option toopenApiSpecOverrides
for better clarity with the addedlocalOpenApiSpec
path option.
v0.4.2
v0.4.1
v0.4.0
Fixed
- Fix the OpenAPI instrumentation for dynamic routes containing parameters that were not displayed correctly in the Swagger UI.
Changed
- Defining content type and request body are no longer required in the
input
object. Making the endpoint definition friendlier for different types of requests.
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
Fixed
- This fixes some compability issues with user-defined
API routes that are not using Next REST Framework.
There was a bug in the API route path matching where
the comparison to the reserved paths was not exact,
making some user-defined API routes to be completely
skipped in some cases. - Other fix here is that the instrumentation requests are now
aborted after 200ms in case the user-defined APIs do not
respond in that time.