Skip to content

Releases: micheleangioni/sls-node-ts

v0.11.1

20 Jun 15:46
Compare
Choose a tag to compare

Updates:

  • Added CI GitHub Action in place of Travis

v0.11.0

18 Jun 14:37
Compare
Choose a tag to compare

Updates:

  • The /graphql endpoint now uses HTTP API (AWS Gateway V2) with its own Lambda Authorizer
  • Updated LocalStack to v0.12.12
  • Updated many packages, including serverless to v2.46.0
  • Updated TypeScript to version 4.3
  • Updated Jest to v27

Warnings:

  • Currently due to Travis migration from travis-ci.org to travis-ci.com, it could not work as expected

v0.10.0

26 Apr 17:58
Compare
Choose a tag to compare

Updates

  • Serverless Node TypeScript now comes with DynamoDB default persistence layer
  • Improved error handling when trying to create a User with duplicated email or username
  • Removed lambda authorizers from default serverless file
  • Updated several packages, incl. serverless to v.2.38.0
  • Updated LocalStack to v.0.12.10
  • Using docker-compose in the Travis file now

Fixes

  • Fixed Node.js types version, correctly using v14 now

v0.9.1

09 Apr 16:22
Compare
Choose a tag to compare

Updates:

  • Updated serverless and other packages to the last available versions
  • Small updates to the eslint configuration
  • Moved the handler.ts file into the /src folder

v0.9.0

29 Mar 14:46
Compare
Choose a tag to compare

Updates:

v0.8.3

26 Mar 09:55
Compare
Choose a tag to compare

Updates:

  • Several package updates
  • Blocked serverless versio to v0.29.0 due to existing conflict with the serverless-localstack plugin (see localstack/serverless-localstack#136)
  • Updated LocalStack to v0.12.7

v0.8.2

19 Feb 12:20
Compare
Choose a tag to compare

Updates:

  • Updated eslint configuration
  • Many package updates

v0.8.1

23 Jan 16:59
Compare
Choose a tag to compare

Updates:

  • Updated LocalStack to v0.12.5,
  • Updated serverless to v2.20.1 and several other package updates
  • Renamed MongoDB container
  • Added a few explanatory comments

v0.8.0

17 Dec 22:49
Compare
Choose a tag to compare

Updates:

  • Updated Localstack to v0.12.3
  • Many minor and patch package updates

v0.7.0

17 Sep 20:25
Compare
Choose a tag to compare

Breaking Changes:

Updates:

  • Upgraded to TypeScript v4
  • Updated Serverless to v2
  • Added missing sort-keys rule to eslint configuration