Releases: johannschopplich/nuxt-api-party
Releases · johannschopplich/nuxt-api-party
v0.15.3
No significant changes
View changes on GitHub
v0.15.2
🚀 Features
- Invalidate cache on error - by @johannschopplich in #34 (8c142)
retryDelay
andtimeout
- by @johannschopplich (91626)
🐞 Bug Fixes
- Interop openapi-ts default module - by @johannschopplich in #35 (051ba)
View changes on GitHub
v0.15.1
v0.15.0
v0.14.3
🚀 Features
- Expose types via
#nuxt-api-party
- by @johannschopplich (5c5b3)
🐞 Bug Fixes
- Imports from
#nuxt-api-party
- by @johannschopplich (7ac9d)
View changes on GitHub
v0.14.2
No significant changes
View changes on GitHub
v0.14.1
v0.14.0
🚀 Features
- Generate types from OpenAPI schemas - by @killjoy1221 and @johannschopplich in #33 (6876f)
View changes on GitHub
v0.13.1
🚀 Features
retry
option for failed requests - by @johannschopplich in #29 (a76a4)
View changes on GitHub
v0.13.0
Fixed Security Incident
This release contains a fix for a vulnerability, which allowed attackers to get secret API keys.
Affected | Description | Severity | Vulnerability Type | Fixed in |
---|---|---|---|---|
≤ 0.12.0 | Leak secret tokens by changing baseURL . Read more |
High (7.5) | CWE-840: Business Logic Errors | 0.13.0 |
Changes
🚨 Breaking Changes
- Strict dynamic backend urls - by @johannschopplich (48187)
🐞 Bug Fixes
- server: Throw if path is absolute url - by @johannschopplich (40239)