Skip to content

Latest commit

 

History

History
379 lines (211 loc) · 6.1 KB

File metadata and controls

379 lines (211 loc) · 6.1 KB

@objectstack/hono

4.0.5

Patch Changes

  • 15e0df6: chore: unify all package versions to a single patch release
  • Updated dependencies [15e0df6]
    • @objectstack/plugin-hono-server@4.0.5

4.0.4

Patch Changes

  • @objectstack/runtime@4.0.4

4.0.3

Patch Changes

  • @objectstack/runtime@4.0.3

4.0.2

Patch Changes

  • 5f659e9: fix ai
    • @objectstack/runtime@4.0.2

4.0.0

Patch Changes

  • f08ffc3: Fix discovery API endpoint routing and protocol consistency.

    Discovery route standardization:

    • All adapters (Express, Fastify, Hono, NestJS, Next.js, Nuxt, SvelteKit) now mount the discovery endpoint at {prefix}/discovery instead of {prefix} root.
    • .well-known/objectstack redirects now point to {prefix}/discovery.
    • Client connect() fallback URL changed from /api/v1 to /api/v1/discovery.
    • Runtime dispatcher handles both /discovery (standard) and / (legacy) for backward compatibility.

    Schema & route alignment:

    • Added storage (service: file-storage) and feed (service: data) routes to DEFAULT_DISPATCHER_ROUTES.
    • Added feed and discovery fields to ApiRoutesSchema.
    • Unified GetDiscoveryResponseSchema with DiscoverySchema as single source of truth.
    • Client getRoute('feed') fallback updated from /api/v1/data to /api/v1/feed.

    Type safety:

    • Extracted ApiRouteType from ApiRoutes keys for type-safe client route resolution.
    • Removed as any type casting in client route access.
  • Updated dependencies [f08ffc3]

  • Updated dependencies [e0b0a78]

    • @objectstack/runtime@4.0.0

3.3.1

Patch Changes

  • @objectstack/runtime@3.3.1

3.3.0

Patch Changes

  • @objectstack/runtime@3.3.0

3.2.9

Patch Changes

  • @objectstack/runtime@3.2.9

3.2.8

Patch Changes

  • @objectstack/runtime@3.2.8

3.2.8

Patch Changes

  • 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
  • fix: resolves 404 errors for /api/v1/meta and /api/v1/packages after Vercel deployment
  • Only auth (service check), storage (formData), GraphQL (raw result), and discovery (response wrapper) remain as explicit routes
  • Added comprehensive tests for the catch-all dispatch pattern

3.2.7

Patch Changes

  • @objectstack/runtime@3.2.7

3.2.6

Patch Changes

  • @objectstack/runtime@3.2.6

3.2.5

Patch Changes

  • @objectstack/runtime@3.2.5

3.2.4

Patch Changes

  • @objectstack/runtime@3.2.4

3.2.3

Patch Changes

  • @objectstack/runtime@3.2.3

3.2.2

Patch Changes

  • @objectstack/runtime@3.2.2

3.2.1

Patch Changes

  • @objectstack/runtime@3.2.1

3.2.0

Patch Changes

  • @objectstack/runtime@3.2.0

3.1.1

Patch Changes

  • @objectstack/runtime@3.1.1

3.1.0

Patch Changes

  • @objectstack/runtime@3.1.0

3.0.11

Patch Changes

  • @objectstack/runtime@3.0.11

3.0.10

Patch Changes

  • @objectstack/runtime@3.0.10

3.0.9

Patch Changes

  • @objectstack/runtime@3.0.9

3.0.8

Patch Changes

  • @objectstack/runtime@3.0.8

3.0.7

Patch Changes

  • @objectstack/runtime@3.0.7

3.0.6

Patch Changes

  • @objectstack/runtime@3.0.6

3.0.5

Patch Changes

  • @objectstack/runtime@3.0.5

3.0.4

Patch Changes

  • @objectstack/runtime@3.0.4

3.0.3

Patch Changes

  • c7267f6: Patch release for maintenance updates and improvements.
  • Updated dependencies [c7267f6]
    • @objectstack/runtime@3.0.3

3.0.2

Patch Changes

  • @objectstack/runtime@3.0.2

3.0.1

Patch Changes

  • @objectstack/runtime@3.0.1

3.0.0

Major Changes

  • Release v3.0.0 — unified version bump for all ObjectStack packages.

Patch Changes

  • Updated dependencies
    • @objectstack/runtime@3.0.0

2.0.7

Patch Changes

  • @objectstack/runtime@2.0.7

2.0.6

Patch Changes

  • Patch release for maintenance and stability improvements
  • Updated dependencies
    • @objectstack/runtime@2.0.6

2.0.5

Patch Changes

  • @objectstack/runtime@2.0.5

2.0.4

Patch Changes

  • Patch release for maintenance and stability improvements
  • Updated dependencies
    • @objectstack/runtime@2.0.4

2.0.3

Patch Changes

  • Patch release for maintenance and stability improvements
  • Updated dependencies
    • @objectstack/runtime@2.0.3

2.0.2

Patch Changes

  • @objectstack/runtime@2.0.2

2.0.1

Patch Changes

  • Patch release for maintenance and stability improvements
  • Updated dependencies
    • @objectstack/runtime@2.0.1

2.0.0

Patch Changes

  • @objectstack/runtime@2.0.0

1.0.12

Patch Changes

  • Updated dependencies
    • @objectstack/runtime@1.0.12

1.0.11

Patch Changes

  • @objectstack/runtime@1.0.11

1.0.10

Patch Changes

  • @objectstack/runtime@1.0.10

1.0.9

Patch Changes

  • @objectstack/runtime@1.0.9

1.0.8

Patch Changes

  • 8f2a3a2: fix: standardize discovery endpoint response to include 'data' wrapper
    • @objectstack/runtime@1.0.8

1.0.7

Patch Changes

  • Updated dependencies [ebdf787]
    • @objectstack/runtime@1.0.7

1.0.6

Patch Changes

  • @objectstack/runtime@1.0.6

1.0.5

Patch Changes

  • b1d24bd: refactor: migrate build system from tsc to tsup for faster builds
    • Replaced tsc with tsup (using esbuild) across all packages
    • Added shared tsup.config.ts in workspace root
    • Added tsup as workspace dev dependency
    • significantly improved build performance
  • Updated dependencies [b1d24bd]
  • Updated dependencies [877b864]
    • @objectstack/runtime@1.0.5

1.0.4

Patch Changes

  • @objectstack/runtime@1.0.4

1.0.3

Patch Changes

  • Updated dependencies [fb2eabd]
    • @objectstack/runtime@1.0.3

1.0.2

Patch Changes

  • 109fc5b: Unified patch release to align all package versions.
  • Updated dependencies [a0a6c85]
  • Updated dependencies [109fc5b]
    • @objectstack/runtime@1.0.2

1.0.1

Patch Changes

  • Updated dependencies
    • @objectstack/runtime@1.0.1

1.0.0

Patch Changes

  • Updated dependencies
    • @objectstack/runtime@1.0.0