Skip to content

Commit

Permalink
Merge pull request #283 from lsst-sqre/tickets/DM-39552
Browse files Browse the repository at this point in the history
DM-39552: Prepare release 6.1.1
  • Loading branch information
rra authored Jul 6, 2023
2 parents d803e83 + 93132d3 commit 8d23bd0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co

<!-- scriv-insert-here -->

<a id='changelog-6.1.1'></a>
## 6.1.1 (2023-07-06)

### Bug fixes

- Rather than dumping the full monkey data when summarizing flocks, which can cause long enough delays that in-progress calls fail due to the huge amount of timing data, extract only the success and failure count from the running business. This should be considerably faster and avoid timeout problems.
- Improve error reporting by catching exceptions thrown while sending code to the lab WebSocket for execution.

<a id='changelog-6.1.0'></a>
## 6.1.0 (2023-05-31)

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20230605_092121_rra_DM_39552.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20230706_111300_rra_DM_39552.md

This file was deleted.

2 changes: 1 addition & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ uvicorn[standard]
# Other dependencies.
GitPython
aiojobs
click
click!=8.1.4 # see https://github.com/pallets/click/issues/2558
httpx
httpx-sse
jinja2
Expand Down

0 comments on commit 8d23bd0

Please sign in to comment.