Skip to content

Version Packages - #101

Merged
damusix merged 1 commit into
masterfrom
changeset-release/master
Sep 24, 2026
Merged

damusix merged 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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 master, this PR will be updated.

Releases

@noormdev/cli@1.5.0

Minor Changes

  • d9b9efd: Show what a long-running SQL file is doing. After 10 seconds the runner asks the server about the file's session every 10 seconds, from a second pooled connection, and emits file:progress: elapsed time, the command's own progress (PostgreSQL pg_stat_progress_*, SQL Server percent_complete, MySQL stage counters), and the sessions it is waiting on. The TUI run and change screens render it under the running file, and the log records it. Build and exec runs in the TUI cancel on a second Escape within 2 seconds; PostgreSQL and MySQL stop the running statement on the server.

Patch Changes

  • d8398bd: Stop the noorm binary from loading .env in the working directory. Bun's loader expanded $ and cut values at #, so a NOORM_CONNECTION_PASSWORD containing those characters reached the database as a different password and login failed. NOORM_* variables now come only from the process environment: export them in the shell or set them in CI.
  • d8398bd: Say why a database connection failed: refused port, unknown host, timeout, rejected TLS certificate, disabled, locked, or expired account, missing grant, connection limit, missing password, and SQLite file or directory faults. Where the server withholds the reason (SQL Server 18456, PostgreSQL 28P01, MySQL 1045), the message says so and lists the usual causes. Exhausted retries report the server's last error. connection:error log entries carry serverCode and serverMessage.
  • d8398bd: Let MSSQL logins without server-level access connect. Connecting no longer detours through master to look the target up in sys.databases, so contained database users (the usual account on Azure SQL Database) and logins without VIEW ANY DATABASE can connect, and the config add/edit connection test passes for them. A database that is missing, or that the login cannot open, now fails with that reason instead of "Login failed".
  • d799b13: Stop TUI lists from leaving stale rows on screen when two rows share an identity: explore indexes and foreign keys whose names repeat across tables (SQL Server's IX_UserId, MySQL's PRIMARY), PostgreSQL function and procedure overloads, and settings rules with the same description. listFunctions and listProcedures now return a signature on PostgreSQL that tells overloads apart.
  • d8398bd: Stop global TUI shortcuts from firing while you type. A capital L or Q typed into a form field, search box, or the SQL editor used to open the log viewer or the SQL terminal, and ?, D, and F could open help or toggle dry-run and force mode. While a text field is taking input, those keys now type their character.

@noormdev/sdk@1.5.0

Minor Changes

  • d9b9efd: Show what a long-running SQL file is doing. After 10 seconds the runner asks the server about the file's session every 10 seconds, from a second pooled connection, and emits file:progress: elapsed time, the command's own progress (PostgreSQL pg_stat_progress_*, SQL Server percent_complete, MySQL stage counters), and the sessions it is waiting on. The TUI run and change screens render it under the running file, and the log records it. Build and exec runs in the TUI cancel on a second Escape within 2 seconds; PostgreSQL and MySQL stop the running statement on the server.

Patch Changes

  • d8398bd: Say why a database connection failed: refused port, unknown host, timeout, rejected TLS certificate, disabled, locked, or expired account, missing grant, connection limit, missing password, and SQLite file or directory faults. Where the server withholds the reason (SQL Server 18456, PostgreSQL 28P01, MySQL 1045), the message says so and lists the usual causes. Exhausted retries report the server's last error. connection:error log entries carry serverCode and serverMessage.
  • d8398bd: Let MSSQL logins without server-level access connect. Connecting no longer detours through master to look the target up in sys.databases, so contained database users (the usual account on Azure SQL Database) and logins without VIEW ANY DATABASE can connect, and the config add/edit connection test passes for them. A database that is missing, or that the login cannot open, now fails with that reason instead of "Login failed".
  • d799b13: Stop TUI lists from leaving stale rows on screen when two rows share an identity: explore indexes and foreign keys whose names repeat across tables (SQL Server's IX_UserId, MySQL's PRIMARY), PostgreSQL function and procedure overloads, and settings rules with the same description. listFunctions and listProcedures now return a signature on PostgreSQL that tells overloads apart.

@noormdev/example-llm-memory-db-mssql@0.0.10

Patch Changes

  • Updated dependencies [d8398bd]
  • Updated dependencies [d8398bd]
  • Updated dependencies [d9b9efd]
  • Updated dependencies [d799b13]
    • @noormdev/sdk@1.5.0

@noormdev/example-llm-memory-db-pg@0.0.10

Patch Changes

  • Updated dependencies [d8398bd]
  • Updated dependencies [d8398bd]
  • Updated dependencies [d9b9efd]
  • Updated dependencies [d799b13]
    • @noormdev/sdk@1.5.0

@noormdev/example-todo-db@0.0.10

Patch Changes

  • Updated dependencies [d8398bd]
  • Updated dependencies [d8398bd]
  • Updated dependencies [d9b9efd]
  • Updated dependencies [d799b13]
    • @noormdev/sdk@1.5.0

@damusix
damusix merged commit bbfe389 into master Sep 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant