Skip to content

v4.0.2

Compare
Choose a tag to compare
@heroku-linguist heroku-linguist released this 16 Dec 15:53
· 2 commits to main since this release
96715dc

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)