Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-39552: Prepare release 6.1.1 #283

Merged
merged 3 commits into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading