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.