You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ _accidentally tagged without changes_
368
368
## [5.8.1] - 2020-10-23
369
369
370
370
- Fix LDAP editor role search filter
371
-
- Allow empty/`denied` value for `SQLPAD_LDAP_DEFAULT_ROLE` to deny users that do not match LDAP role filters. See [LDAP documentation](http://sqlpad.pages.dev/#/authentication?id=ldap-experimental) for more info.
371
+
- Allow empty/`denied` value for `SQLPAD_LDAP_DEFAULT_ROLE` to deny users that do not match LDAP role filters. See [LDAP documentation](http://sqlpad.github.io/#/authentication?id=ldap-experimental) for more info.
372
372
373
373
## [5.8.0] - 2020-10-22
374
374
@@ -399,13 +399,13 @@ _accidentally tagged without changes_
399
399
400
400
## [5.4.0] - 2020-08-03
401
401
402
-
- Add configurable query result store (memory, database, and redis now an option). See `SQLPAD_QUERY_RESULT_STORE` under [configuration](https://sqlpad.pages.dev/#/configuration) docs.
402
+
- Add configurable query result store (memory, database, and redis now an option). See `SQLPAD_QUERY_RESULT_STORE` under [configuration](https://sqlpad.github.io/#/configuration) docs.
403
403
- Update MySQL connections to use INTERACTIVE flag to prevent early connection close.
404
404
405
405
## [5.3.0] - 2020-07-31
406
406
407
407
- Embolden result column headers
408
-
- Add configurable session store (memory, database, and redis now an option). See `SQLPAD_SESSION_STORE` under [configuration](https://sqlpad.pages.dev/#/configuration) docs.
408
+
- Add configurable session store (memory, database, and redis now an option). See `SQLPAD_SESSION_STORE` under [configuration](https://sqlpad.github.io/#/configuration) docs.
409
409
- Update server dependencies
410
410
411
411
## [5.2.1] - 2020-07-27
@@ -419,7 +419,7 @@ This release introduces new generic webhooks for a variety of events, while depr
419
419
420
420
The webhooks added support a larger number of events than previously handled, such as queries being run and results/error received from those queries.
- Deprecate SMTP email and Slack webhook, both to be removed in v6.
424
424
- Capture database error message on ODBC driver connection error
425
425
- Show service token UI only if enabled via config (#787)
@@ -493,7 +493,7 @@ Special thanks to @eladeyal-intel, @bruth, @yorek, @dengc367, @murphyke, and @Wi
493
493
494
494
- Test connection error shown
495
495
496
-
- New `/batches` API for running multi-statement SQL. This replaces `/query-result` API, and is written in a more RESTful approach, removing the need to extend SQLPad timeouts. See [API docs](http://sqlpad.pages.dev/#/api-batches) for more info.
496
+
- New `/batches` API for running multi-statement SQL. This replaces `/query-result` API, and is written in a more RESTful approach, removing the need to extend SQLPad timeouts. See [API docs](http://sqlpad.github.io/#/api-batches) for more info.
497
497
498
498
- Adds `allowedDomains` config item and deprecates `whitelistedDomains` to be removed in v6.
499
499
@@ -503,7 +503,7 @@ Special thanks to @eladeyal-intel, @bruth, @yorek, @dengc367, @murphyke, and @Wi
503
503
504
504
-`denyMultipleStatements` connection option removed. Multiple statements are now attempted to be supported at SQLPad REST API level via `batches` and `statements` API.
505
505
506
-
-`/download-results/` API has been removed in favor of `/statement-results/`, which is similar but based on `statementId` instead of `cacheKey`. See [API docs](http://sqlpad.pages.dev/#/api-batches) for more info.
506
+
-`/download-results/` API has been removed in favor of `/statement-results/`, which is similar but based on `statementId` instead of `cacheKey`. See [API docs](http://sqlpad.github.io/#/api-batches) for more info.
507
507
508
508
-`debug` config option removed. Use `appLogLevel` set to `debug` instead.
509
509
@@ -548,33 +548,33 @@ Special thanks to @eladeyal-intel, @bruth, @yorek, @dengc367, @murphyke, and @Wi
548
548
549
549
### Features
550
550
551
-
- Add Google BigQuery support [documentation](https://sqlpad.pages.dev/#/connections?id=bigquery)
551
+
- Add Google BigQuery support [documentation](https://sqlpad.github.io/#/connections?id=bigquery)
552
552
553
-
- Add SQLite support [documentation](https://sqlpad.pages.dev/#/connections?id=sqlite)
553
+
- Add SQLite support [documentation](https://sqlpad.github.io/#/connections?id=sqlite)
554
554
555
555
- Adds batch query support to ODBC (last statement is shown in UI)
556
556
557
-
- Auth: Add option to disable authentication. [documentation](https://sqlpad.pages.dev/#/authentication?id=no-authentication)
557
+
- Auth: Add option to disable authentication. [documentation](https://sqlpad.github.io/#/authentication?id=no-authentication)
558
558
559
559
When auth is disabled, application no longer requires authentication.
Going forward queries are _private_ by default. When sharing is enabled, query is shared with all users (and they are given write permissions). Finer-grained access to be added in the future (share with specific user, read vs write)
566
566
567
-
- Add connection and query seed data support [documentation](https://sqlpad.pages.dev/#/seed-data)
567
+
- Add connection and query seed data support [documentation](https://sqlpad.github.io/#/seed-data)
568
568
569
569
- Add service tokens (api tokens). New menu option is available when logged in as admin.
570
570
571
571
- Add application header for application-level administration
572
572
573
-
- Adds multi-statement transaction support for Postgres, SQLite, and ODBC. [documentation](https://sqlpad.pages.dev/#/connections?id=multi-statement-transaction-support)
573
+
- Adds multi-statement transaction support for Postgres, SQLite, and ODBC. [documentation](https://sqlpad.github.io/#/connections?id=multi-statement-transaction-support)
574
574
575
575
- Add config deprecation for following keys: `debug`, `tableChartLinksRequireAuth`, `keyPath`, `certPath`, `certPassphrase`
576
576
577
-
- Add connection template support [documentation](https://sqlpad.pages.dev/#/connection-templates)
577
+
- Add connection template support [documentation](https://sqlpad.github.io/#/connection-templates)
578
578
579
579
- Adds additional query run logging for queries executed and details surrounding them (logged under `info` level)
0 commit comments