Skip to content

Releases: cagataygurturk/lambadaframework

v0.0.6

12 Jul 12:49
Compare
Choose a tag to compare

In this release, in addition to some internal changes,

  • Request body in POST request is injected to controller classes. This injection can occur as String format or alternatively Lambada can try to serialize the JSON to given object type. See: #19
  • Lambada framework can be used as Lambda deployment tool without JAX-RS capabilities. See lambdaHandler configuration option for that.

v0.0.5

05 Jun 10:06
Compare
Choose a tag to compare

This update

  • Addresses the issue reported in #17
  • Deprecates LambdaLogger in favor of log4j. Now framework's internal logging works only if the user's project has log4j configured. (See boilerplate project for example)

v0.0.4

19 Apr 11:38
Compare
Choose a tag to compare

This release

  • Addresses the issue reported in #9
  • Removes some unnecessary dependencies in order to reduce the deployment package
  • Renames maven plugin to suppress a warning at deployment stage

This is a breaking change

You should edit your project's pom.xml file and replace

            <groupId>org.lambadaframework</groupId>
            <artifactId>maven-plugin</artifactId>

with

            <groupId>org.lambadaframework</groupId>
            <artifactId>lambada-maven-plugin</artifactId>

v0.0.3

06 Apr 16:55
Compare
Choose a tag to compare

This release has important bugfixes as well as some Cloudformation changes for better support.

First release

31 Mar 17:43
Compare
Choose a tag to compare

This is the first release of Lambada Framework.