44.33.0
renovatebot/renovate44.33.0Aug 18, 2026by github-actions[bot]
AI Summary
This release introduces support for the new JSON-based Simple API for PyPI packages and includes significant refactoring to improve code maintainability.
Key Highlights
- PyPI PEP 691 JSON-based Simple API support
- Refactor Java-version datasource HTTP logic
- Replace custom escapeRegExp with RegExp.escape utility
New Features
- PyPI JSON-based Simple API (PEP 691) support
Full Release Notes
## [44.33.0](https://github.com/renovatebot/renovate/compare/44.32.6...44.33.0) (2026-08-18) ### Features * **pypi:** add support for JSON-based Simple API (PEP 691) ([#44222](https://github.com/renovatebot/renovate/issues/44222)) ([2606ae2](https://github.com/renovatebot/renovate/commit/2606ae2bd365b4d6e6173ed09138e36018a61ffe)), closes [#44182](https://github.com/renovatebot/renovate/issues/44182) ### Code Refactoring * **java-version:** extract adoptium HTTP logic from datasource class ([#42604](https://github.com/renovatebot/renovate/issues/42604)) ([a53aaf4](https://github.com/renovatebot/renovate/commit/a53aaf41411051b21d93a02c213928067844bc23)) * remove escapeRegExp and replace with RegExp.escape ([#45322](https://github.com/renovatebot/renovate/issues/45322)) ([41da033](https://github.com/renovatebot/renovate/commit/41da03375639dcbc01616b5d966c070545abb17a))