Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"context-map-resolver-cache",
"cool-needles-wash",
"core-boundary-split",
"cosmos-autoscale-containers",
"cosmos-cluster-occ-tests",
"cosmos-every-param-shift",
"cosmos-filter-seed",
Expand Down
9 changes: 9 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect-app/e2e

## 4.0.0-beta.323

### Patch Changes

- Updated dependencies [ab289d4]
- effect-app@4.0.0-beta.323
- @effect-app/infra@4.0.0-beta.323
- @effect-app/vue@4.0.0-beta.323

## 4.0.0-beta.322

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/e2e",
"version": "4.0.0-beta.322",
"version": "4.0.0-beta.323",
"license": "MIT",
"type": "module",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/effect-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/prelude

## 4.0.0-beta.323

### Minor Changes

- ab289d4: Add opt-in `autoscaleMaxThroughput` for Cosmos containers created on demand (`StorageConfig`, `ClusterCosmosConfig`, `WorkflowEngineCosmosConfig`). When set, a missing container is created with autoscale at that max RU/s, unless its database has shared throughput (then it keeps sharing the database pool). Existing containers are untouched; unset keeps the Cosmos default of manual 400 RU/s per container.

## 4.0.0-beta.322

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effect-app",
"version": "4.0.0-beta.322",
"version": "4.0.0-beta.323",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect-app/infra

## 4.0.0-beta.323

### Minor Changes

- ab289d4: Add opt-in `autoscaleMaxThroughput` for Cosmos containers created on demand (`StorageConfig`, `ClusterCosmosConfig`, `WorkflowEngineCosmosConfig`). When set, a missing container is created with autoscale at that max RU/s, unless its database has shared throughput (then it keeps sharing the database pool). Existing containers are untouched; unset keeps the Cosmos default of manual 400 RU/s per container.

### Patch Changes

- Updated dependencies [ab289d4]
- effect-app@4.0.0-beta.323

## 4.0.0-beta.322

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/infra",
"version": "4.0.0-beta.322",
"version": "4.0.0-beta.323",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect-app/vue-components

## 4.0.0-beta.323

### Patch Changes

- Updated dependencies [ab289d4]
- effect-app@4.0.0-beta.323
- @effect-app/vue@4.0.0-beta.323

## 4.0.0-beta.322

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/vue-components",
"version": "4.0.0-beta.322",
"version": "4.0.0-beta.323",
"repository": {
"type": "git",
"url": "https://github.com/effect-app/libs.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect-app/vue

## 4.0.0-beta.323

### Patch Changes

- Updated dependencies [ab289d4]
- effect-app@4.0.0-beta.323

## 4.0.0-beta.322

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/vue",
"version": "4.0.0-beta.322",
"version": "4.0.0-beta.323",
"license": "MIT",
"type": "module",
"repository": {
Expand Down