You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
# CHANGELOG for sumologic-python-sdk
2
2
This project adheres to [Semantic Versioning](http://semver.org/). The CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
3
3
4
+
## [0.2.0] - 2026-05-18
5
+
### Security
6
+
- Upgraded `certifi` to `>=2026.4.22` to remove the revoked GLOBALTRUST root certificate
7
+
- Upgraded `setuptools` to `>=78.1.1` to fix Command Injection via package URL (CVE-2024-6345) and path traversal in `PackageIndex.download` leading to Arbitrary File Write
8
+
- Upgraded `urllib3` to `>=2.6.3` to fix unbounded decompression chain vulnerability
9
+
- Upgraded `requests` to `>=2.33.1` to fix decompression-bomb safeguards being bypassed when following HTTP redirects
10
+
- Upgraded `virtualenv` to `>=21.3.0` to fix command injection through activation scripts
11
+
- Upgraded `filelock` to `>=3.29.0` to fix TOCTOU race condition allowing symlink attacks during lock file creation
12
+
- Upgraded `zipp` to `>=3.19.1` to fix Denial of Service vulnerability
13
+
- Upgraded `pygments` to `>=2.20.0` to fix ReDoS vulnerability
14
+
- Updated `black` in pre-commit hooks to fix arbitrary file writes from unsanitized user input in cache file name
15
+
16
+
### Breaking Changes
17
+
- Dependency upgrades in this release add Python 3.14 support and drop support for older Python versions (3.8 and 3.9) that were previously supported. Treat the Python version support change as a breaking change when upgrading
18
+
4
19
## [0.1.16]
5
20
### Fixed
6
21
- Fixed Retry logic and bug related to headers to make it compatible with newer python versions
0 commit comments