Skip to content

Releases: cjkent/osiris

v0.6.0

14 Dec 23:01
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Support for Cognito authorisation
  • Support for custom authorisation
  • Allow deployment of hand-written lambdas
  • Local server improvements

v0.5.0

29 Nov 23:21
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Request attributes (#36)
  • Fix generated plugin config when package is not the same as group ID (#38)
  • Fix handling of custom auth when generating CloudFormation template (#41)
  • Rename Request.requestContext to Request.context (breaking API change)
  • Move AWS Auth types to AWS module (#19)
  • Upgrade to Kotlin 1.2.0 (#44)

v0.4.0

23 Nov 13:39
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Better support for user-defined permissions
  • Finer-grained policies

v0.3.0

17 Nov 14:09
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Use CloudFormation for deployment
    • Other AWS resources can be created and deployed as part of the same application
    • Integrates better with other build tools
  • Use code generation instead of reflection to bootstrap the application
    • Allows a better API when defining the API and components
    • Dramatically reduces the size of the deployment artifact

v0.2.0

10 Oct 19:06
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Support for serving static files
  • Better support for stages and stage variables
  • Allow lambda timeout to be set

v0.1.0

25 Jun 19:47
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release