Skip to content

Releases: DrPsychick/go-alexa-lambda

v0.2.1

08 Apr 22:10
854f933
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/stretchr/testify to v1.8.2 by @renovate in #26
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.38.0 by @renovate in #27

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Apr 22:10
2f201a1
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/stretchr/testify to v1.8.1 by @renovate in #20
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.35.0 by @renovate in #21
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.36.0 by @renovate in #22
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.36.1 by @renovate in #23
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.37.0 by @renovate in #24
  • fix(deps): update module github.com/hamba/statter/v2 to v2.3.2 by @renovate in #25
  • GitHub-actions for lint + tests by @DrPsychick in #28
  • chore(deps): update actions/setup-go action to v4 by @renovate in #29
  • add release tags #minor by @DrPsychick in #30

Full Changelog: v0.1.2...v0.2.0

Update dependencies and go

03 Sep 22:18
491fd4a
Compare
Choose a tag to compare
v0.1.2

fix: solve TODO default handler (#19)

HTTP Server

13 Feb 21:44
a19a1a6
Compare
Choose a tag to compare
  • implements HTTP server

Initial release

19 Sep 22:44
Compare
Choose a tag to compare
  • multiple locale support
  • intents and slots support
  • prompts support
  • custom errors support
  • not yet feature complete