Closed
Conversation
07f8f86 to
a160547
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Deployment failed with the following error: |
a160547 to
217a67e
Compare
217a67e to
71263c3
Compare
71263c3 to
bd993c4
Compare
bd993c4 to
ca73979
Compare
3a16f0c to
188dae4
Compare
188dae4 to
d7cc922
Compare
d7cc922 to
eac1951
Compare
eac1951 to
80a6e0a
Compare
80a6e0a to
bd6c2f2
Compare
5aa3cc1 to
3d75182
Compare
3d75182 to
66f0918
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@objectstack/client@3.4.0
Minor Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.e0b0a78: Deprecate DataEngineQueryOptions in favor of QueryAST-aligned EngineQueryOptions.
Engine, Protocol, and Client now use standard QueryAST parameter names:
filter→whereselect→fieldssort→orderByskip→offsetpopulate→expandtop→limitThe old DataEngine* schemas and types are preserved with
@deprecatedmarkers for backward compatibility.Patch Changes
@objectstack/core@3.4.0
Minor Changes
e0b0a78: Deprecate DataEngineQueryOptions in favor of QueryAST-aligned EngineQueryOptions.
Engine, Protocol, and Client now use standard QueryAST parameter names:
filter→whereselect→fieldssort→orderByskip→offsetpopulate→expandtop→limitThe old DataEngine* schemas and types are preserved with
@deprecatedmarkers for backward compatibility.Patch Changes
@objectstack/objectql@3.4.0
Minor Changes
e0b0a78: Deprecate DataEngineQueryOptions in favor of QueryAST-aligned EngineQueryOptions.
Engine, Protocol, and Client now use standard QueryAST parameter names:
filter→whereselect→fieldssort→orderByskip→offsetpopulate→expandtop→limitThe old DataEngine* schemas and types are preserved with
@deprecatedmarkers for backward compatibility.Patch Changes
@objectstack/spec@3.4.0
Minor Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.e0b0a78: Deprecate DataEngineQueryOptions in favor of QueryAST-aligned EngineQueryOptions.
Engine, Protocol, and Client now use standard QueryAST parameter names:
filter→whereselect→fieldssort→orderByskip→offsetpopulate→expandtop→limitThe old DataEngine* schemas and types are preserved with
@deprecatedmarkers for backward compatibility.@objectstack/studio@3.4.0
Patch Changes
1624851: Fix Vercel deployment API endpoints returning HTML instead of JSON.
The
bundle-api.mjsscript was emitting the serverless function toapi/index.jsat the project root, but
vercel.jsonsetsoutputDirectory: "dist"— causingVercel to never find the function entrypoint and fall back to the SPA HTML route
for all
/api/*requests.outfilefromapi/index.jstodist/api/index.jsso thebundled serverless function lands inside the Vercel output directory.
functionsconfig invercel.jsonpointing toapi/index.js(relative to
outputDirectory) with@vercel/node@3runtime..gitignoreentries forapi/index.jsandapi/index.js.map(now emitted under
dist/which is already git-ignored).Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/express@3.4.0
Patch Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/fastify@3.4.0
Patch Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/hono@3.4.0
Patch Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/nestjs@3.4.0
Patch Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/nextjs@3.4.0
Patch Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/nuxt@3.4.0
Patch Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/sveltekit@3.4.0
Patch Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/cli@3.4.0
Patch Changes
@objectstack/client-react@3.4.0
Patch Changes
@objectstack/metadata@3.4.0
Patch Changes
@objectstack/driver-memory@3.4.0
Patch Changes
@objectstack/driver-sql@3.3.2
Patch Changes
@objectstack/driver-turso@3.3.2
Patch Changes
@objectstack/plugin-audit@3.4.0
Patch Changes
@objectstack/plugin-auth@3.4.0
Patch Changes
e0b0a78: Deprecate DataEngineQueryOptions in favor of QueryAST-aligned EngineQueryOptions.
Engine, Protocol, and Client now use standard QueryAST parameter names:
filter→whereselect→fieldssort→orderByskip→offsetpopulate→expandtop→limitThe old DataEngine* schemas and types are preserved with
@deprecatedmarkers for backward compatibility.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/plugin-dev@3.4.0
Patch Changes
@objectstack/plugin-hono-server@3.4.0
Patch Changes
@objectstack/plugin-msw@3.4.0
Patch Changes
@objectstack/plugin-security@3.4.0
Patch Changes
@objectstack/plugin-setup@3.4.0
Patch Changes
@objectstack/rest@3.4.0
Patch Changes
@objectstack/runtime@3.4.0
Patch Changes
f08ffc3: Fix discovery API endpoint routing and protocol consistency.
Discovery route standardization:
{prefix}/discoveryinstead of{prefix}root..well-known/objectstackredirects now point to{prefix}/discovery.connect()fallback URL changed from/api/v1to/api/v1/discovery./discovery(standard) and/(legacy) for backward compatibility.Schema & route alignment:
storage(service:file-storage) andfeed(service:data) routes toDEFAULT_DISPATCHER_ROUTES.feedanddiscoveryfields toApiRoutesSchema.GetDiscoveryResponseSchemawithDiscoverySchemaas single source of truth.getRoute('feed')fallback updated from/api/v1/datato/api/v1/feed.Type safety:
ApiRouteTypefromApiRouteskeys for type-safe client route resolution.as anytype casting in client route access.e0b0a78: Deprecate DataEngineQueryOptions in favor of QueryAST-aligned EngineQueryOptions.
Engine, Protocol, and Client now use standard QueryAST parameter names:
filter→whereselect→fieldssort→orderByskip→offsetpopulate→expandtop→limitThe old DataEngine* schemas and types are preserved with
@deprecatedmarkers for backward compatibility.Updated dependencies [f08ffc3]
Updated dependencies [e0b0a78]
@objectstack/service-ai@3.4.0
Patch Changes
@objectstack/service-analytics@3.4.0
Patch Changes
@objectstack/service-automation@3.4.0
Patch Changes
@objectstack/service-cache@3.4.0
Patch Changes
@objectstack/service-feed@3.4.0
Patch Changes
@objectstack/service-i18n@3.4.0
Patch Changes
@objectstack/service-job@3.4.0
Patch Changes
@objectstack/service-queue@3.4.0
Patch Changes
@objectstack/service-realtime@3.4.0
Patch Changes
@objectstack/service-storage@3.4.0
Patch Changes
@objectstack/types@3.4.0
Patch Changes
create-objectstack@3.4.0
objectstack-vscode@3.4.0
@example/app-crm@3.0.26
Patch Changes
@example/app-host@3.0.26
Patch Changes
@example/app-todo@3.0.26
Patch Changes
@example/plugin-bi@3.0.26
Patch Changes
@objectstack/docs@3.4.0