Skip to content
Open
5 changes: 5 additions & 0 deletions .changeset/flower-ball-gulp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hive': minor
---

Show affected app deployments for breaking schema changes. When a schema check detects breaking changes, it now shows which active app deployments would be affected, including the specific operations within each deployment that use the affected schema coordinates.
14 changes: 14 additions & 0 deletions .changeset/jdpj-gvmv-utrp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'hive': minor
---

Add `activeAppDeployments` GraphQL query to find app deployments based on usage criteria.

New filter options:
- `lastUsedBefore`: Find stale deployments that were used but not recently (OR with neverUsedAndCreatedBefore)
- `neverUsedAndCreatedBefore`: Find old deployments that have never been used (OR with lastUsedBefore)
- `name`: Filter by app deployment name (case-insensitive partial match, AND with date filters)

Also adds `createdAt` field to the `AppDeployment` type.

See [Finding Stale App Deployments](https://the-guild.dev/graphql/hive/docs/schema-registry/app-deployments#finding-stale-app-deployments) for more details.
Loading
Loading