Conversation
66f0918 to
0ee2b10
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0ee2b10 to
ae056a7
Compare
ae056a7 to
fcb9ca8
Compare
fcb9ca8 to
c87adc4
Compare
c87adc4 to
e14ea04
Compare
e14ea04 to
82fc8c7
Compare
82fc8c7 to
ad96c36
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/service-ai@4.0.0
Major Changes
Patch Changes
@objectstack/client@4.0.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@4.0.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@4.0.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@4.0.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@4.0.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@4.0.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@4.0.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@4.0.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@4.0.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@4.0.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@4.0.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@4.0.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@4.0.0
Patch Changes
@objectstack/client-react@4.0.0
Patch Changes
@objectstack/metadata@4.0.0
Patch Changes
@objectstack/driver-memory@4.0.0
Patch Changes
@objectstack/driver-sql@3.3.2
Patch Changes
@objectstack/driver-turso@3.3.2
Patch Changes
@objectstack/plugin-audit@4.0.0
Patch Changes
@objectstack/plugin-auth@4.0.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@4.0.0
Patch Changes
@objectstack/plugin-hono-server@4.0.0
Patch Changes
@objectstack/plugin-msw@4.0.0
Patch Changes
@objectstack/plugin-security@4.0.0
Patch Changes
@objectstack/plugin-setup@4.0.0
Patch Changes
@objectstack/rest@4.0.0
Patch Changes
@objectstack/runtime@4.0.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-analytics@4.0.0
Patch Changes
@objectstack/service-automation@4.0.0
Patch Changes
@objectstack/service-cache@4.0.0
Patch Changes
@objectstack/service-feed@4.0.0
Patch Changes
@objectstack/service-i18n@4.0.0
Patch Changes
@objectstack/service-job@4.0.0
Patch Changes
@objectstack/service-queue@4.0.0
Patch Changes
@objectstack/service-realtime@4.0.0
Patch Changes
@objectstack/service-storage@4.0.0
Patch Changes
@objectstack/types@4.0.0
Patch Changes
create-objectstack@4.0.0
objectstack-vscode@4.0.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@4.0.0