Skip to content

Commit

Permalink
Merge pull request #180 from lsst-sqre/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jonathansick authored Jan 31, 2025
2 parents 90888bd + e74fe05 commit 122d6bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-lizards-mate.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/squareone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# squareone

## 0.17.0

### Minor Changes

- [#175](https://github.com/lsst-sqre/squareone/pull/175) [`9cadf35`](https://github.com/lsst-sqre/squareone/commit/9cadf358e89410e475222e8a76a9e20056cf6119) Thanks [@jonathansick](https://github.com/jonathansick)! - The Times Square UI now closes its connection to the `/times-square/pages/:page/html/events?<qs>` SSE endpoint once the page instance's execution status is "complete" and the HTML hash is computed. With this change, the Times Square UI reduces its ongoing load on the API and also reduces network usage. The HTML page will still update to the latest version because the iframe component pings the Times Square `pages/:page/htmlstatus?<qs>` endpoint. We may back this off or convert the page update to an opt-in future in the future to further reduce network and API load from the front-end.

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/squareone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squareone",
"version": "0.16.0",
"version": "0.17.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
Expand Down

0 comments on commit 122d6bc

Please sign in to comment.