Skip to content

[semver breakage] [email protected] re-exports breaking types for [email protected] #1023

@jlizen

Description

@jlizen

With [email protected], we added a new feature-gated field to our event structs: #1018 . We bumped the breaking minor version since this is a breaking change.

Lambda_http re-exports some of these structs, and did not have a breaking change. We need to yank 0.15.2 and bump to 0.16.0.

The surface of breakage is narrow, since it would require that:

  • somebody have --all-features enabled
  • somebody construct the events using explicit struct construction syntax and/or destructure them

But it's breakage all the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions