-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Changelog | ||
|
||
## 0.4.0 (2023-11-20) | ||
|
||
#### New Features | ||
- Improve error description, add handler for NodeExecutionError (#47) | ||
- Limit some traceback sizes (#51) | ||
- Add new operations `migas.operations.add_breadcrumb` & `migas.operations.check_project` (#45) | ||
- Improve same-user detection in Docker environments (#33) | ||
- Add helper function to send breadcrumb on termination (#41) | ||
|
||
#### Fixes | ||
- Allow request to handle compressed data (#36) | ||
- Do not accept brotli-compressed responses (#43) | ||
|
||
#### Refactors | ||
- Move to pyproject.toml & hatchling packaging (#42) | ||
|
||
#### Deprecations | ||
- `add_project` (#45) | ||
|
||
#### Other | ||
- Test operations on local server (#32) | ||
|
||
Full set of changes: [`0.3.0...0.4.0`](https://github.com/nipreps/migas-py/compare/0.3.0...0.4.0) | ||
|
||
## 0.3.0 (2022-10-24) | ||
|
||
|
||
Full set of changes: [`0.2.1...0.3.0`](https://github.com/nipreps/migas-py/compare/0.2.1...0.3.0) | ||
|
||
## 0.2.1 (2022-08-15) | ||
|
||
|
||
Full set of changes: [`0.2.0...0.2.1`](https://github.com/nipreps/migas-py/compare/0.2.0...0.2.1) | ||
|
||
## 0.2.0 (2022-08-10) | ||
|
||
|
||
Full set of changes: [`0.1.1...0.2.0`](https://github.com/nipreps/migas-py/compare/0.1.1...0.2.0) | ||
|
||
## 0.1.1 (2022-07-14) | ||
|
||
|
||
Full set of changes: [`0.1.0...0.1.1`](https://github.com/nipreps/migas-py/compare/0.1.0...0.1.1) | ||
|
||
## 0.1.0 (2022-07-14) | ||
|
||
|
||
Full set of changes: [`0.0.4...0.1.0`](https://github.com/nipreps/migas-py/compare/0.0.4...0.1.0) | ||
|
||
## 0.0.4 (2022-07-11) | ||
|
||
|
||
Full set of changes: [`0.0.3...0.0.4`](https://github.com/nipreps/migas-py/compare/0.0.3...0.0.4) | ||
|
||
## 0.0.3 (2022-07-11) | ||
|
||
|
||
Full set of changes: [`0.0.2...0.0.3`](https://github.com/nipreps/migas-py/compare/0.0.2...0.0.3) | ||
|
||
## 0.0.2 (2022-07-11) | ||
|
||
|
||
Full set of changes: [`0.0.1...0.0.2`](https://github.com/nipreps/migas-py/compare/0.0.1...0.0.2) | ||
|
||
## 0.0.1 (2022-07-08) | ||
|