Skip to content

Commit f7f83e1

Browse files
committed
fix support for serving the same site as both HTTP and HTTPS
fixes #288
1 parent a234df7 commit f7f83e1

File tree

4 files changed

+78
-70
lines changed

4 files changed

+78
-70
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG.md
22

3+
## 0.20.3 (unreleased)
4+
5+
- Fixed a bug that occured when using both HTTP and HTTPS in the same SQLPage instance. SQLPage tried to bind to the same (HTTP)
6+
port twice instead of binding to the HTTPS port. This is now fixed, and SQLPage can now be used with both a non-443 `port` and
7+
an `https_domain` set in the configuration file.
8+
- [Updated sqlparser](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
9+
- adds support for named windows in window functions
10+
311
## 0.20.2 (2024-04-01)
412

513
- the **default component**, used when no `select '...' as component` is present, is now [table](https://sql.ophir.dev/documentation.sql?component=table#component). It used to be the `debug` component instead. `table` makes it extremely easy to display the results of any SQL query in a readable manner. Just write any query in a `.sql` file open it in your browser, and you will see the results displayed in a table, without having to use any SQLPage-specific column names or attributes.

0 commit comments

Comments
 (0)