This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Releases: gofor-little/xlambda
Releases · gofor-little/xlambda
v0.6.6
What's Changed
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
What's Changed
- build(deps): bump github.com/gofor-little/log from 1.0.3 to 1.0.4 by @dependabot in #25
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.3.0 to 1.4.0 by @dependabot in #27
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.7.0 to 1.8.0 by @dependabot in #29
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.4.0 to 1.4.1 by @dependabot in #28
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.4.1 to 1.4.2 by @dependabot in #31
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.4.2 to 1.4.4 by @dependabot in #34
- build(deps): bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3 by @dependabot in #33
- build(deps): bump github.com/aws/aws-lambda-go from 1.27.0 to 1.27.1 by @dependabot in #35
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.4.4 to 1.4.5 by @dependabot in #37
- build(deps): bump github.com/aws/aws-lambda-go from 1.27.1 to 1.28.0 by @dependabot in #38
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.4.5 to 1.5.0 by @dependabot in #40
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.12.0 to 1.13.0 by @dependabot in #42
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.5.0 to 1.6.0 by @dependabot in #41
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.6.0 to 1.7.0 by @dependabot in #44
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.7.0 to 1.8.0 by @dependabot in #46
- build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #47
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.8.0 to 1.8.2 by @dependabot in #49
- build(deps): bump github.com/aws/aws-lambda-go from 1.28.0 to 1.29.0 by @dependabot in #52
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.15.2 to 1.15.3 by @dependabot in #51
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.8.2 to 1.8.4 by @dependabot in #50
- build(deps): bump github.com/aws/aws-lambda-go from 1.29.0 to 1.30.0 by @dependabot in #53
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.8.4 to 1.9.0 by @dependabot in #55
- build(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 by @dependabot in #54
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.0 to 1.9.1 by @dependabot in #58
- build(deps): bump github.com/aws/aws-lambda-go from 1.30.0 to 1.31.1 by @dependabot in #57
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.15.4 to 1.15.5 by @dependabot in #61
- build(deps): bump github.com/aws/aws-lambda-go from 1.31.1 to 1.32.0 by @dependabot in #59
- build(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.1 to 1.9.2 by @dependabot in #60
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Added
- Added
ParseAndValidate
function.
Changed
- BREAKING: Renamed
NewProxyRequest
function toProxyRequest
.
v0.5.0
Added
- Added
ProxyResponseHTML
andProxyResponseJSON
functions.
Changed
- BREAKING: Replaced
AccessControlAllowOrigin
with anInitialize
function. - BREAKING: Split
NewProxyResponse
function into two separate functions. See Added.
Removed
- BREAKING: Removed
ContentType
types.
v0.4.3
Added
- Added Go 1.17 support.
v0.4.2
Changed
- Changed module path from
github.com/strongishllama/xlambda
togithub.com/gofor-little/xlambda
.