Releases: kodasoftware/api
Releases · kodasoftware/api
v0.2.0
Serverless Extension for Google Cloud Functions
- Added support for gcloud serverless functions by passing
{ provider: 'gcloud' }toapp.serverless()function - Extended test suite for application
- Reduced required opts for
createApplicationfactory function - Swagger is optional - does not expose if no spec provided
- Bootstraps Swagger spec with same title as the API, unless overridden.
Full Changelog: v0.1.2...v0.2.0
v0.1.2
KID header
- Remove check for KID header in JWT when not using JWKS client
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Optional Configuration
- Made some parameters for
createApplicationfunction optional and in theApplicationclass also to reduce redundant declarations of empty objects
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Authorization/Authentication updates
- Allow authorization middleware to use auth service if provided and expose
AuthServiceabstract class - Allow override of Jwks Client retrieving remote keys by passing on
publicKey
Full Changelog: v0.0.0...v0.1.0
v0.0.0
API Library
- Factory functions for create an API application and routes
- Easily attach middlewares and routes to the application
- Run the API as either HTTP server or serverless
Full Changelog: https://github.com/kodasoftware/api/commits/v0.0.0