Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v4.0.2 #373

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Prepare release v4.0.2 #373

merged 1 commit into from
Dec 16, 2024

Conversation

heroku-linguist[bot]
Copy link
Contributor

heroku/ruby

Fixed

  • Ruby pre-release verssions like 3.4.0.rc1 now work as expected. (#372)
  • Layer metadata deserialization to Rust structs is now using #[serde(deny_unknown_fields)] this prevents the accidental scenario where metadata containing a superset of fields could accidentally be deserialized to the wrong struct. It's unlikely this is currently happening with the current buildpack, but it's a possibly-observable difference so it's being listed (#371)

## heroku/ruby

### Fixed

- Ruby pre-release verssions like `3.4.0.rc1` now work as expected. ([#372](#372))
- Layer metadata deserialization to Rust structs is now using `#[serde(deny_unknown_fields)]` this prevents the accidental scenario where metadata containing a superset of fields could accidentally be deserialized to the wrong struct. It's unlikely this is currently happening with the current buildpack, but it's a possibly-observable difference so it's being listed ([#371](#371))
@heroku-linguist heroku-linguist bot requested a review from schneems as a code owner December 16, 2024 15:16
@heroku-linguist heroku-linguist bot enabled auto-merge (squash) December 16, 2024 15:16
@heroku-linguist heroku-linguist bot merged commit 96715dc into main Dec 16, 2024
6 checks passed
@heroku-linguist heroku-linguist bot deleted the prepare-release branch December 16, 2024 15:21
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