Skip to content

Upcoming Release Changes#8022

Open
theguild-bot wants to merge 1 commit intomainfrom
changeset-release/main
Open

Upcoming Release Changes#8022
theguild-bot wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@theguild-bot
Copy link
Copy Markdown
Collaborator

@theguild-bot theguild-bot commented May 1, 2026

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

  • #8015
    80b7600
    Thanks @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
    a989647
    Thanks @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:

    UPDATE oidc_integration_domains
    SET domain_name=LOWER(domain_name)
    WHERE domain_name != LOWER(domain_name)
    ;
    
  • #8021
    51e5baa
    Thanks @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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

Package Version Info
hive 11.1.0-rc-20260506151029-36968ed235d79129007ad3478b5cb4fce3f48ab8 npm ↗︎ unpkg ↗︎

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

🐋 This PR was built and pushed to the following Docker images:

Targets: build

Platforms: linux/amd64

Image Tag: 36968ed235d79129007ad3478b5cb4fce3f48ab8

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 6a60f66 to a989647 Compare May 6, 2026 07:10
@theguild-bot theguild-bot reopened this May 6, 2026
@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 0d3fec1 to 80b7600 Compare May 6, 2026 14:54
@theguild-bot theguild-bot reopened this May 6, 2026
@theguild-bot theguild-bot force-pushed the changeset-release/main branch from baac7d5 to c98625c Compare May 6, 2026 15:08
@theguild-bot theguild-bot reopened this May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant