Skip to content

Commit 408f23a

Browse files
Copilothotlong
andcommitted
docs: update CHANGELOG.md for all 7 adapters with unified catch-all dispatch pattern
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent eb4d435 commit 408f23a

7 files changed

Lines changed: 47 additions & 3 deletions

File tree

packages/adapters/express/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/express
22

3+
## 3.2.8
4+
5+
### Patch Changes
6+
7+
- fix: unified catch-all dispatch pattern — `createExpressRouter()` now delegates all non-framework-specific routes to `HttpDispatcher.dispatch()`, automatically supporting packages, analytics, automation, i18n, ui, openapi, custom endpoints, and any future routes
8+
- Only auth (service check), storage (file upload), GraphQL (raw result), and discovery (response wrapper) remain as explicit routes
9+
310
## 3.2.7
411

512
### Patch Changes

packages/adapters/fastify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/fastify
22

3+
## 3.2.8
4+
5+
### Patch Changes
6+
7+
- fix: unified catch-all dispatch pattern — `objectStackPlugin()` now delegates all non-framework-specific routes to `HttpDispatcher.dispatch()`, automatically supporting packages, analytics, automation, i18n, ui, openapi, custom endpoints, and any future routes
8+
- Only auth (service check), storage (file upload), GraphQL (raw result), and discovery (response wrapper) remain as explicit routes
9+
310
## 3.2.7
411

512
### Patch Changes

packages/adapters/hono/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
### Patch Changes
66

7-
- fix: register all standard API routes in `createHonoApp()` — resolves 404 errors for `/api/v1/packages`, `/api/v1/analytics`, `/api/v1/automation`, `/api/v1/i18n`, and `/api/v1/ui` routes after Vercel deployment
8-
- fix: forward query parameters to `handleMetadata()` so package filtering and locale queries work correctly
9-
- Added comprehensive tests for all newly registered route handlers
7+
- fix: unified catch-all dispatch pattern — `createHonoApp()` now delegates all non-framework-specific routes to `HttpDispatcher.dispatch()`, automatically supporting packages, analytics, automation, i18n, ui, openapi, custom endpoints, and any future routes
8+
- fix: resolves 404 errors for `/api/v1/meta` and `/api/v1/packages` after Vercel deployment
9+
- Only auth (service check), storage (formData), GraphQL (raw result), and discovery (response wrapper) remain as explicit routes
10+
- Added comprehensive tests for the catch-all dispatch pattern
1011

1112
## 3.2.7
1213

packages/adapters/nestjs/CHANGELOG.md

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

3+
## 3.2.8
4+
5+
### Patch Changes
6+
7+
- fix: unified catch-all dispatch pattern — `ObjectStackController` now delegates non-framework-specific routes to `HttpDispatcher.dispatch()`, automatically supporting packages, analytics, automation, i18n, ui, openapi, custom endpoints, and any future routes
8+
- Only auth (service check), storage (file upload), GraphQL (raw result), and discovery remain as explicit routes
9+
- Meta and data routes now use `dispatch()` for consistent query/body handling
10+
311
## 3.2.7
412

513
### Patch Changes

packages/adapters/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/nextjs
22

3+
## 3.2.8
4+
5+
### Patch Changes
6+
7+
- fix: unified catch-all dispatch pattern — `createRouteHandler()` now delegates all non-framework-specific routes to `HttpDispatcher.dispatch()`, automatically supporting packages, analytics, automation, i18n, ui, openapi, custom endpoints, and any future routes
8+
- Only auth (service check), storage (formData), GraphQL (raw result), and discovery (response wrapper) remain as explicit routes
9+
310
## 3.2.7
411

512
### Patch Changes

packages/adapters/nuxt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/nuxt
22

3+
## 3.2.8
4+
5+
### Patch Changes
6+
7+
- fix: unified catch-all dispatch pattern — `createH3Router()` now delegates all non-framework-specific routes to `HttpDispatcher.dispatch()`, automatically supporting packages, analytics, automation, i18n, ui, openapi, custom endpoints, and any future routes
8+
- Only auth (service check), storage (multipart), GraphQL (raw result), and discovery (response wrapper) remain as explicit routes
9+
310
## 3.2.7
411

512
### Patch Changes

packages/adapters/sveltekit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/sveltekit
22

3+
## 3.2.8
4+
5+
### Patch Changes
6+
7+
- fix: unified catch-all dispatch pattern — `createRequestHandler()` now delegates all non-framework-specific routes to `HttpDispatcher.dispatch()`, automatically supporting packages, analytics, automation, i18n, ui, openapi, custom endpoints, and any future routes
8+
- Only auth (service check), storage (formData), GraphQL (raw result), and discovery (response wrapper) remain as explicit routes
9+
310
## 3.2.7
411

512
### Patch Changes

0 commit comments

Comments
 (0)