Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps github.com/swift-server/swift-aws-lambda-events from 0.4.0 to 1.5.0.

Release notes

Sourced from github.com/swift-server/swift-aws-lambda-events's releases.

1.5.0

Bug Fix: Added Missing DISABLED Status to SES Verdict Enums

This release fixes a decoding error that occurred when processing AWS SES events containing verdict statuses set to "DISABLED". AWS SES returns this status when spam, virus, DKIM, or SPF checks are disabled in the SES configuration.

What Changed:

  • Added .disabled = "DISABLED" case to SESEvent.Status enum
  • SES events with disabled verdict checks now decode successfully instead of throwing DecodingError

Breaking Change Notice:

While this change adds a new enum case to SESEvent.Status, which is technically a source-breaking change for code using exhaustive switch statements without a default case, we've decided to release this as a minor version (1.5.0) rather than a major version (2.0.0).

Our Reasoning:

  • This change fixes a bug where the library couldn't parse valid AWS SES responses
  • The missing enum case was an oversight on our part, not a deliberate API design
  • We follow the precedent set by similar Swift projects like Soto and Vapor, which handle similar AWS API additions as minor releases
  • The fix enables the library to work correctly with real-world AWS SES events that were previously failing

Migration:

If you're using SESEvent.Status in a switch statement without a default case, you'll need to either:

  • Add a case .disabled: handler, or
  • Add a default: case to handle future additions

We Value Your Feedback:

We understand that versioning decisions can impact your workflow. If you believe this should have been released as a major version instead, or if this change causes issues in your project, please comment on [issue #110](awslabs/swift-aws-lambda-events#110). We're committed to listening to the community and will consider your feedback for future versioning decisions.

Fixed: #110

1.4.0

APIGatewayRequest's body is now decodable from the request, just like for FunctionUrl and APIGatewayV2Request

What's Changed

SemVer Minor

Full Changelog: awslabs/swift-aws-lambda-events@1.3.0...1.4.0

1.3.0

This release adds support for decoding query string parameters in websocket payloads.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/swift-server/swift-aws-lambda-events](https://github.com/swift-server/swift-aws-lambda-events) from 0.4.0 to 1.5.0.
- [Release notes](https://github.com/swift-server/swift-aws-lambda-events/releases)
- [Commits](awslabs/swift-aws-lambda-events@0.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: github.com/swift-server/swift-aws-lambda-events
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies swift_package_manager Pull requests that update swift_package_manager code labels Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants