Skip to content

Commit b49a88c

Browse files
Upcoming Release Changes (#7286)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c19215 commit b49a88c

22 files changed

+91
-50
lines changed

.changeset/beefy-grand-bazaar.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/every-chefs-switch.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/great-boxes-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-coats-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-jeans-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

deployment/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# hive
22

3+
## 8.9.0
4+
5+
### Minor Changes
6+
7+
- [#7281](https://github.com/graphql-hive/console/pull/7281)
8+
[`791c025`](https://github.com/graphql-hive/console/commit/791c0252a0933d0f5c933eef9053227d7f00c87e)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Introduce rate limiting for email sign up, sign in
10+
and password rest. The IP value to use for the rate limiting can be specified via the
11+
`SUPERTOKENS_RATE_LIMIT_IP_HEADER_NAME` environment variable. By default the `CF-Connecting-IP`
12+
header is being used.
13+
14+
- [#7292](https://github.com/graphql-hive/console/pull/7292)
15+
[`9c19215`](https://github.com/graphql-hive/console/commit/9c19215cabd37ee00c9bbd0115e242b7a315e7db)
16+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add AWS Lambda CDN Artifact Handler.
17+
18+
### Patch Changes
19+
20+
- [#7304](https://github.com/graphql-hive/console/pull/7304)
21+
[`172ee83`](https://github.com/graphql-hive/console/commit/172ee83a0ee69f75107525a2d6d3cb1cfadd6530)
22+
Thanks [@adambenhassen](https://github.com/adambenhassen)! - Upgrade OpenTelemetry Collector to
23+
v0.140.0 (from v0.122.0) and Go to 1.25 (from 1.23). This includes updating all collector
24+
component dependencies and adapting the hive auth extension for API compatibility changes.
25+
26+
- [#7295](https://github.com/graphql-hive/console/pull/7295)
27+
[`76c700f`](https://github.com/graphql-hive/console/commit/76c700f322d8ec81a4fcea0333283427633f8412)
28+
Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Fixes a UI bug in
29+
MembershipInvitation modal when there are many projects/targets/services.
30+
331
## 8.8.0
432

533
### Minor Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "8.8.0",
3+
"version": "8.9.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/apollo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-hive/apollo
22

3+
## 0.42.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]:
9+
- @graphql-hive/core@0.15.1
10+
311
## 0.42.0
412

513
### Minor Changes

packages/libraries/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/apollo",
3-
"version": "0.42.0",
3+
"version": "0.42.1",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.42.0';
1+
export const version = '0.42.1';

0 commit comments

Comments
 (0)