Skip to content

v0.0.2-alpha.11

Pre-release
Pre-release

Choose a tag to compare

@mobeenabdullah mobeenabdullah released this 19 May 09:04
· 233 commits to main since this release
57fa51a

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

What's changed

@nextlyhq/adapter-drizzle

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

@nextlyhq/adapter-mysql

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

  • Updated dependencies [50151bc]:

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

@nextlyhq/adapter-postgres

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

  • Updated dependencies [50151bc]:

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

@nextlyhq/adapter-sqlite

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

  • Updated dependencies [50151bc]:

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

@nextlyhq/admin

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

  • Updated dependencies [50151bc]:

    • @nextlyhq/ui@0.0.2-alpha.11

create-nextly-app

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

nextly

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

  • Updated dependencies [50151bc]:

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

@nextlyhq/plugin-form-builder

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

  • Updated dependencies [50151bc]:

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

@nextlyhq/storage-s3

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

@nextlyhq/storage-uploadthing

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

@nextlyhq/storage-vercel-blob

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.

@nextlyhq/ui

Patch Changes

  • #41 50151bc Thanks @aqib-rx! - Fix drizzle-kit rename TUI ("Is dc_posts table created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables that buildDrizzleSchema injects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignores tablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via !isManagedTable(name), restoring the injection's intended effect on every dialect.