Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Oct 08:01
· 4 commits to main since this release
47e1f5f

New Layers versions are published

For x86_64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:11

For arm64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:11

AWS_REGION - Replace with your AWS Lambda Region.

What's New

  1. Upgraded Golang to version 1.24 with CVE fixes
  2. Updated base container image
  3. Enhanced error handling
  4. Fixed issues highlighted by golangci-lint
  5. Upgraded to aws-sdk-go-v2 from aws-sdk-go for enhanced performance and modularity.

Full Changelog

v1.2.1...v1.3.0

Commits

  • e11cfe9: Enhacement extension for CVE fixes (Akhil Dangore) #26
  • 055d96e: Updated Docker build (Akhil Dangore) #26
  • d3d5247: Update dockerfile (Akhil Dangore) #26
  • d141356: Update go version in github action (Akhil Dangore) #26
  • 1231e0f: Added AWS role for auth (Akhil Dangore) #26
  • f500cd2: Added permission (Akhil Dangore) #26
  • 89b992a: LambdaExtensionPublishRole created on common account (Akhil Dangore) #26
  • bc45135: Updated zip with version 11 (Akhil Dangore) #26