Skip to content

v0.0.2-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@mobeenabdullah mobeenabdullah released this 11 May 14:34
· 297 commits to main since this release
a567ad2

Released all 12 packages at 0.0.2-alpha.3 in lockstep (nextly, create-nextly-app, and 10 @nextlyhq/* packages).

What's changed

@nextlyhq/adapter-drizzle

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

@nextlyhq/adapter-mysql

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

  • Updated dependencies [7f4d5d4]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.3

@nextlyhq/adapter-postgres

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

  • Updated dependencies [7f4d5d4]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.3

@nextlyhq/adapter-sqlite

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

  • Updated dependencies [7f4d5d4]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.3

@nextlyhq/admin

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

  • Updated dependencies [7f4d5d4]:

    • @nextlyhq/ui@0.0.2-alpha.3

create-nextly-app

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

nextly

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

  • Updated dependencies [7f4d5d4]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.3
    • @nextlyhq/adapter-mysql@0.0.2-alpha.3
    • @nextlyhq/adapter-postgres@0.0.2-alpha.3
    • @nextlyhq/adapter-sqlite@0.0.2-alpha.3

@nextlyhq/plugin-form-builder

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

  • Updated dependencies [7f4d5d4]:

    • @nextlyhq/admin@0.0.2-alpha.3
    • nextly@0.0.2-alpha.3
    • @nextlyhq/ui@0.0.2-alpha.3

@nextlyhq/storage-s3

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

@nextlyhq/storage-uploadthing

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

@nextlyhq/storage-vercel-blob

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.

@nextlyhq/ui

Patch Changes

  • #19 7f4d5d4 Thanks @aqib-rx! - HTTP read endpoints now return entries/documents regardless of status by default. Previously, GET /api/collections/<slug>/entries, GET /api/collections/<slug>/entries/<id>, GET /api/collections/<slug>/entries/count, and GET /api/singles/<slug> defaulted to "published-only" and required ?status=all to see drafts — confusing for the admin API Playground, which returned 404 for any status-enabled single or collection whose only document was still in draft. The new default is to return all records; pass ?status=published (or ?status=draft) to filter explicitly. The routes still require authentication, so this only affects callers that already have read permission.