Skip to content

Commit

Permalink
Upcoming Release Changes (#6221)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Jan 2, 2025
1 parent 61e5757 commit 32f9862
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 43 deletions.
8 changes: 0 additions & 8 deletions .changeset/dull-seas-remember.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/fair-donuts-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-cups-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-planes-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-apes-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-llamas-flow.md

This file was deleted.

40 changes: 40 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# hive

## 2.1.0

### Minor Changes

- [#5564](https://github.com/graphql-hive/console/pull/5564)
[`e0eb3bd`](https://github.com/graphql-hive/console/commit/e0eb3bdb289c6349f51d71ba0570328d2f4e98d7)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - Add preflight scripts for laboratory.

It is now possible to add a preflight script within the laboratory that executes before sending a
GraphQL request.
[Learn more.](https://the-guild.dev/graphql/hive/product-updates/2024-12-27-preflight-script)

- [#5530](https://github.com/graphql-hive/console/pull/5530)
[`38c14e2`](https://github.com/graphql-hive/console/commit/38c14e21d8fd76f04a750ede3aac07aa10685687)
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Add organization audit log.

Each organization now has an audit log of all user actions that can be exported by admins.
Exported audit logs are stored on the pre-configured S3 storage.

In case you want to store exported audit logs on a separate S3 bucket, you can use the
`S3_AUDIT_LOG` prefixed environment variables for the configuration.

[Learn more.](https://graphql-hive.com/product-updates/2024-12-27-audit-logs)

- [#6234](https://github.com/graphql-hive/console/pull/6234)
[`eecd099`](https://github.com/graphql-hive/console/commit/eecd099309e2308f216c709a1fe23f15f6d6318b)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Adds
`lab.prompt(message, defaultValue)` to Preflight Script API

### Patch Changes

- [#6232](https://github.com/graphql-hive/console/pull/6232)
[`ff44b62`](https://github.com/graphql-hive/console/commit/ff44b62aebc4b5d4e3ff321ad3ed59694d94330a)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Improvements to UI of Preflight Script
(Laboratory)

- [#6233](https://github.com/graphql-hive/console/pull/6233)
[`7b0c920`](https://github.com/graphql-hive/console/commit/7b0c920c578a9220c0bad69d2f6b69023f8beece)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Tiny UI fixes

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-hive/cli

## 0.44.5

### Patch Changes

- [#6224](https://github.com/graphql-hive/console/pull/6224)
[`592d3b3`](https://github.com/graphql-hive/console/commit/592d3b34551e27bf0d0993609ad0ad2d7ea7104c)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Extends debug information. Prints a
list of files of the script directory and a path of included node binary. To enable debug mode,
pass DEBUG=1 environment variable when running the CLI.

## 0.44.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.44.4",
"version": "0.44.5",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down

0 comments on commit 32f9862

Please sign in to comment.