Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/bright-queues-drain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-crons-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-event-bus-discovery.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-graphql-websocket-disconnects.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-slack-verification-failure.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-discord-cleanup-diagnostics.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-lemons-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-lions-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-buns-drain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-buses-close.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-caches-reset.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-owls-detect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/reject-slack-hidden-fan-out.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-mails-retry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stabilize-request-pipeline-metadata-seam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-cqrs-drain.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cache-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fluojs/cache-manager

## 1.0.5

### Patch Changes

- [#2310](https://github.com/fluojs/fluo/pull/2310) [`48d0fd1`](https://github.com/fluojs/fluo/commit/48d0fd101857cc6e40975c7f9067ddbf89ddeecc) Thanks [@ayden94](https://github.com/ayden94)! - Serialize cache reset and shutdown boundaries so in-flight `remember(...)` loaders cannot repopulate stale entries and closed stores are not touched by later cache operations.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"memory-store",
"decorator"
],
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fluojs/core

## 1.1.0

### Minor Changes

- [#2299](https://github.com/fluojs/fluo/pull/2299) [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896) Thanks [@ayden94](https://github.com/ayden94)! - Add the documented `@fluojs/core/request-pipeline` metadata integration seam and migrate validation, serialization, and OpenAPI internals to it instead of importing `@fluojs/core/internal` directly.

### Patch Changes

- [#2295](https://github.com/fluojs/fluo/pull/2295) [`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7) Thanks [@ayden94](https://github.com/ayden94)! - Freeze class DI wrapper-token snapshots so caller-owned `forwardRef(...)` and `optional(...)` wrapper mutations cannot rewrite stored injection metadata.

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types",
"foundation"
],
"version": "1.0.3",
"version": "1.1.0",
"private": false,
"license": "MIT",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cqrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @fluojs/cqrs

## 1.1.3

### Patch Changes

- [#2300](https://github.com/fluojs/fluo/pull/2300) [`4eee9ad`](https://github.com/fluojs/fluo/commit/4eee9ad2708c53803ede2123b1c1f9f6777fc9a0) Thanks [@ayden94](https://github.com/ayden94)! - Detect duplicate command and query handlers when the same handler class is registered under different singleton provider tokens.

- [#2315](https://github.com/fluojs/fluo/pull/2315) [`592320d`](https://github.com/fluojs/fluo/commit/592320de3bdb11d270aa9a222b51c50f4d3f11c9) Thanks [@ayden94](https://github.com/ayden94)! - Allow context-preserving nested CQRS event publishes to finish while shutdown drains active handler and saga pipelines.

- Updated dependencies [[`5764ff8`](https://github.com/fluojs/fluo/commit/5764ff80b460515f13e41c21c3ef6e2b743b2777), [`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/event-bus@1.0.2
- @fluojs/core@1.1.0

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"saga",
"event-sourcing"
],
"version": "1.1.2",
"version": "1.1.3",
"private": false,
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/cron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fluojs/cron

## 1.1.1

### Patch Changes

- [#2304](https://github.com/fluojs/fluo/pull/2304) [`d4d2af3`](https://github.com/fluojs/fluo/commit/d4d2af3b3c99c63dbc8561ffdd5ba52d10914148) Thanks [@ayden94](https://github.com/ayden94)! - Preserve Redis distributed cron locks during startup rollback until active bootstrap-time ticks can drain and release ownership.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"timeout",
"distributed-lock"
],
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/discord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fluojs/discord

## 1.0.5

### Patch Changes

- [#2312](https://github.com/fluojs/fluo/pull/2312) [`3d3789c`](https://github.com/fluojs/fluo/commit/3d3789c12ca994b039367d5c7175be1434e22932) Thanks [@ayden94](https://github.com/ayden94)! - Distinguish Discord bootstrap initialization failures from shutdown cleanup failures in readiness and lifecycle diagnostics.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"portable",
"fetch"
],
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fluojs/email

## 1.0.3

### Patch Changes

- [#2305](https://github.com/fluojs/fluo/pull/2305) [`df24a8f`](https://github.com/fluojs/fluo/commit/df24a8f2ef4c38bf8ff454e3ed899f181f3a89da) Thanks [@ayden94](https://github.com/ayden94)! - Normalize lazy email transport factory failures so send-triggered initialization rejects with `EmailLifecycleError` and clears rejected transport state before shutdown.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"queue",
"mailer"
],
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/event-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fluojs/event-bus

## 1.0.2

### Patch Changes

- [#2317](https://github.com/fluojs/fluo/pull/2317) [`5764ff8`](https://github.com/fluojs/fluo/commit/5764ff80b460515f13e41c21c3ef6e2b743b2777) Thanks [@ayden94](https://github.com/ayden94)! - Discover `@OnEvent()` handlers declared on singleton factory and value provider instances.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pubsub",
"in-process"
],
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"license": "MIT",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @fluojs/graphql

## 1.0.5

### Patch Changes

- [#2318](https://github.com/fluojs/fluo/pull/2318) [`df0886f`](https://github.com/fluojs/fluo/commit/df0886f96cef6f7c87031630654db7c620cf112d) Thanks [@ayden94](https://github.com/ayden94)! - Dispose request-scoped websocket operation providers when GraphQL clients disconnect before subscription completion.

- [#2308](https://github.com/fluojs/fluo/pull/2308) [`da020c2`](https://github.com/fluojs/fluo/commit/da020c2dc3ff2dfc0468ed7ddd5c552dc389dfb0) Thanks [@ayden94](https://github.com/ayden94)! - Preserve the documented portable GraphQL HTTP/SSE bootstrap path by loading core GraphQL/Yoga dependencies through runtime-neutral imports and keeping the Node-only `graphql-ws`/`ws` upgrade transport behind the opt-in websocket subscription path.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0
- @fluojs/validation@1.0.6

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"yoga",
"api"
],
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/microservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fluojs/microservices

## 1.0.5

### Patch Changes

- [#2301](https://github.com/fluojs/fluo/pull/2301) [`5b0d418`](https://github.com/fluojs/fluo/commit/5b0d41820b20b59a6311e069daa35d741850424c) Thanks [@ayden94](https://github.com/ayden94)! - Close NATS, RabbitMQ, and Redis Streams microservice transports consistently when listen and close race, preserving shutdown guards and Redis Streams cleanup before surfacing startup failures.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"grpc",
"mqtt"
],
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fluojs/openapi

## 1.0.4

### Patch Changes

- [#2299](https://github.com/fluojs/fluo/pull/2299) [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896) Thanks [@ayden94](https://github.com/ayden94)! - Add the documented `@fluojs/core/request-pipeline` metadata integration seam and migrate validation, serialization, and OpenAPI internals to it instead of importing `@fluojs/core/internal` directly.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0
- @fluojs/validation@1.0.6

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"documentation",
"rest"
],
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fluojs/platform-bun

## 1.0.8

### Patch Changes

- [#2294](https://github.com/fluojs/fluo/pull/2294) [`d7cad9c`](https://github.com/fluojs/fluo/commit/d7cad9c9414c56a5eed0807feda01e5bba8cef05) Thanks [@ayden94](https://github.com/ayden94)! - Align Bun signal-driven shutdown drain handling with the configured `forceExitTimeoutMs` budget and cover shutdown/raw-body regression paths.

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"platform",
"server"
],
"version": "1.0.7",
"version": "1.0.8",
"private": false,
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fluojs/queue

## 1.0.3

### Patch Changes

- [#2297](https://github.com/fluojs/fluo/pull/2297) [`471c923`](https://github.com/fluojs/fluo/commit/471c92379dcb55946b6ae6b2522f9544a14d9a52) Thanks [@ayden94](https://github.com/ayden94)! - Drain pending queue dead-letter writes during worker startup rollback before releasing Redis lifecycle state.

- Updated dependencies [[`d7e3a98`](https://github.com/fluojs/fluo/commit/d7e3a981e9edd6ec098af1827b2081c49c5197e7), [`e8dd36e`](https://github.com/fluojs/fluo/commit/e8dd36e53e1be1bc96f69587cc7d3641ffdf3896)]:
- @fluojs/core@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"redis",
"dlq"
],
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"license": "MIT",
"repository": {
Expand Down
Loading