-
Notifications
You must be signed in to change notification settings - Fork 122
Upcoming Release Changes #7367
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
Upcoming Release Changes #7367
Conversation
Summary of ChangesHello @theguild-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request is an automated release PR generated by the Changesets GitHub action. Its purpose is to prepare the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
hive |
8.13.0-rc-20251211143917-eb1f4bcb5ea4f36bc6d79733498a3799660ce406 |
npm ↗︎ unpkg ↗︎ |
hive-apollo-router-plugin |
2.3.5-rc-20251211143917-eb1f4bcb5ea4f36bc6d79733498a3799660ce406 |
npm ↗︎ unpkg ↗︎ |
hive-console-sdk-rs |
0.2.2-rc-20251211143917-eb1f4bcb5ea4f36bc6d79733498a3799660ce406 |
npm ↗︎ unpkg ↗︎ |
📚 Storybook DeploymentThe latest changes are available as preview in: https://pr-7367.hive-storybook.pages.dev |
There was a problem hiding this 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 updates version numbers across deployment, hive-apollo-router-plugin, and hive-console-sdk-rs packages, along with their respective CHANGELOG.md files. These changes are consistent with an automated release process.
💻 Website PreviewThe latest changes are available as preview in: https://pr-7367.hive-landing-page.pages.dev |
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
9693a05 to
9f28203
Compare
8ef3366 to
601796d
Compare
692bb91 to
b73f199
Compare
b73f199 to
4bc3ac3
Compare
4bc3ac3 to
d6d9231
Compare
d6d9231 to
e6eab8b
Compare
e6eab8b to
3c26229
Compare
d0ebd51 to
6c6442a
Compare
6c6442a to
b8c6872
Compare
b8c6872 to
955af12
Compare
955af12 to
bc2016a
Compare
bc2016a to
0d03bfa
Compare
0d03bfa to
e281477
Compare
e281477 to
3fe8f24
Compare
3fe8f24 to
eb1f4bc
Compare
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@8.13.0
Minor Changes
#7303
840bc08Thanks @adambenhassen! - Add configurable data retention TTL
for self-hosted Hive instances. Self-hosted users can now configure retention periods via
environment variables instead of hardcoded values.
New environment variables:
CLICKHOUSE_TTL_TABLES- Retention for ClickHouse mergetree tables (Default: 1 YEAR)CLICKHOUSE_TTL_DAILY_MV_TABLES- Retention for daily materialized view tables (Default: 1YEAR)
CLICKHOUSE_TTL_HOURLY_MV_TABLES- Retention for hourly materialized view tables (Default: 30DAYS)
CLICKHOUSE_TTL_MINUTELY_MV_TABLES- Retention for minutely materialized view tables (Default:24 HOURS)
Supports both numeric days (e.g.,
365) and ClickHouse interval syntax (e.g.,"1 YEAR","30 DAY","24 HOUR").The retention update runs automatically if any retention environment variable is set.
#7333
4aa5247Thanks @alexdaima! - Update Redis client to support connecting to
IPv6 networks.
#7400
c396566Thanks @n1ru4l! - Add support for retrieving CDN artifacts by version
ID.
New CDN endpoints allow fetching schema artifacts for a specific version:
/artifacts/v1/:targetId/version/:versionId/:artifactType/artifacts/v1/:targetId/version/:versionId/contracts/:contractName/:artifactTypeArtifacts are now written to both the latest path and a versioned path during schema publish,
enabling retrieval of historical versions.
CDN artifact responses now include the
x-hive-schema-version-idheader, providing the version IDof the schema being served.
Patch Changes
#7381
415a9c1Thanks @jdolle! - Hide unnecessary elements from header when screen
is narrow
#7352
727e525Thanks @jdolle! - Correctly check the global environment feature flag
in for app deployments and fix app deployment pagination
#7402
4183e55Thanks @n1ru4l! - Improve native federation schema composition.
Prevent subgraph-specific federation types and scalars being re-declared within the subgraph
leaking into the supergraph.
#7391
d027f99Thanks @n1ru4l! - Fix exception raised by server when updating user
profile information.
#7389
a9a3e5fThanks @n1ru4l! - Do not swallow 4XX HTTP errors as 500 internal
server errors when sentry error reporting is enabled.
Send the same predictable error responses with and without the sentry plugin enabled.
hive-apollo-router-plugin@2.3.5
Patch Changes
[
24c0998]:hive-console-sdk-rs@0.2.2
Patch Changes
24c0998Thanks @ardatan! - Use the JSON Schema specification of the usage
reports directly to generate Rust structs as a source of truth instead of manually written types