Upcoming Release Changes#8022
Open
theguild-bot wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Code Review
This pull request increments the version of the hive package to 11.0.5 and updates the changelog. The update reclassifies 'INPUT_FIELD_ADDED' as a dangerous change when a default value is present to prevent issues during rolling deployments. I have no feedback to provide.
Contributor
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
6a60f66 to
a989647
Compare
0d3fec1 to
80b7600
Compare
baac7d5 to
c98625c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
hive@11.1.0
Minor Changes
80b7600Thanks @n1ru4l! - Write app deployment manifest to CDN upon app
activation and retirement. The app deployment manifest can be used to discover what hashes belong
to an app deployment version.
Patch Changes
#8020
a989647Thanks @jdolle! - OIDC verification domains are now inserted and
compared against lowercase domains. Any existing domains that use an uppercase letter must be
converted to lowercase. This is to avoid an unnecessary convert to LOWER() in the SQL statements.
To convert existing domains, run the SQL query:
#8021
51e5baaThanks @jdolle! - "INPUT_FIELD_ADDED" is now classified as Dangerous
(was NonBreaking) when the added field has a default value, since rolling deploys can expose
consumers to the default before producers are ready.