Skip to content

Commit fdaaf4b

Browse files
committed
changelog
1 parent cf61cce commit fdaaf4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
Before, data returned outside of a component would be ignored.
3232
- Improved error handling. SQLPage now displays a nice error page when an error occurs, even if it's at the top of the page.
3333
This makes it easier to debug SQLPage websites. Before, errors that occured before SQLPage had started to render the page would be displayed as a raw text error message without any styling.
34+
- Added the ability to retry database connections when they fail on startup.
35+
This makes it easier to start SQLPage concurrently with the database, and have it wait for the database to become available.
36+
See the [`database_connection_retries` configuration parameter](./configuration.md).
3437

3538
## 0.9.5 (2023-08-12)
3639

0 commit comments

Comments
 (0)