Skip to content

Comments

chore: stage minor version bump for lambda-events before next release#1104

Closed
jlizen wants to merge 1 commit intoaws:mainfrom
jlizen:main
Closed

chore: stage minor version bump for lambda-events before next release#1104
jlizen wants to merge 1 commit intoaws:mainfrom
jlizen:main

Conversation

@jlizen
Copy link
Collaborator

@jlizen jlizen commented Feb 20, 2026

📬 Issue #, if available:

✍️ Description of changes:

We are having persistent CI failures because our next aws-lambda-events release should be minor, not patch. Staging that change in tree now so that CI doesn't stay red until our next release.

--- failure struct_field_marked_deprecated: pub struct field is now #[deprecated] ---

Description:
A pub field of a pub struct is now marked #[deprecated]. Downstream crates will get a compiler warning when accessing this field.
        ref: https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-deprecated-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_field_marked_deprecated.ron

     Summary semver requires new minor version: 0 major and 1 minor checks failed

Example: https://github.com/aws/aws-lambda-rust-runtime/actions/runs/22236953957/job/64350031058?pr=1102

🔏 By submitting this pull request

  • I confirm that I've ran cargo +nightly fmt.
  • I confirm that I've ran cargo clippy --fix.
  • I confirm that I've made a best effort attempt to update all relevant documentation.
  • I confirm that my contribution is made under the terms of the Apache 2.0 license.

[dependencies.aws_lambda_events]
path = "../lambda-events"
version = "1.0"
version = "1.1"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not strictly needed given cargo resolution, but less confusing

@jlizen jlizen requested a review from darklight3it February 20, 2026 22:54
@jlizen
Copy link
Collaborator Author

jlizen commented Feb 21, 2026

Ah, apparently release-plz would trigger on this regardless. So we could bump the events for a release, but I'd rather do that with actual release notes and such.

@jlizen jlizen closed this Feb 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant