Skip to content

Commit b1cc152

Browse files
committed
rel(0.4.0): add changelog
1 parent 887e808 commit b1cc152

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Changelog
2+
3+
## 0.4.0 (2023-11-20)
4+
5+
#### New Features
6+
- Improve error description, add handler for NodeExecutionError (#47)
7+
- Limit some traceback sizes (#51)
8+
- Add new operations `migas.operations.add_breadcrumb` & `migas.operations.check_project` (#45)
9+
- Improve same-user detection in Docker environments (#33)
10+
- Add helper function to send breadcrumb on termination (#41)
11+
12+
#### Fixes
13+
- Allow request to handle compressed data (#36)
14+
- Do not accept brotli-compressed responses (#43)
15+
16+
#### Refactors
17+
- Move to pyproject.toml & hatchling packaging (#42)
18+
19+
#### Deprecations
20+
- `add_project` (#45)
21+
22+
#### Other
23+
- Test operations on local server (#32)
24+
25+
Full set of changes: [`0.3.0...0.4.0`](https://github.com/nipreps/migas-py/compare/0.3.0...0.4.0)
26+
27+
## 0.3.0 (2022-10-24)
28+
29+
30+
Full set of changes: [`0.2.1...0.3.0`](https://github.com/nipreps/migas-py/compare/0.2.1...0.3.0)
31+
32+
## 0.2.1 (2022-08-15)
33+
34+
35+
Full set of changes: [`0.2.0...0.2.1`](https://github.com/nipreps/migas-py/compare/0.2.0...0.2.1)
36+
37+
## 0.2.0 (2022-08-10)
38+
39+
40+
Full set of changes: [`0.1.1...0.2.0`](https://github.com/nipreps/migas-py/compare/0.1.1...0.2.0)
41+
42+
## 0.1.1 (2022-07-14)
43+
44+
45+
Full set of changes: [`0.1.0...0.1.1`](https://github.com/nipreps/migas-py/compare/0.1.0...0.1.1)
46+
47+
## 0.1.0 (2022-07-14)
48+
49+
50+
Full set of changes: [`0.0.4...0.1.0`](https://github.com/nipreps/migas-py/compare/0.0.4...0.1.0)
51+
52+
## 0.0.4 (2022-07-11)
53+
54+
55+
Full set of changes: [`0.0.3...0.0.4`](https://github.com/nipreps/migas-py/compare/0.0.3...0.0.4)
56+
57+
## 0.0.3 (2022-07-11)
58+
59+
60+
Full set of changes: [`0.0.2...0.0.3`](https://github.com/nipreps/migas-py/compare/0.0.2...0.0.3)
61+
62+
## 0.0.2 (2022-07-11)
63+
64+
65+
Full set of changes: [`0.0.1...0.0.2`](https://github.com/nipreps/migas-py/compare/0.0.1...0.0.2)
66+
67+
## 0.0.1 (2022-07-08)
68+

0 commit comments

Comments
 (0)