|
| 1 | +Release v2.7.0 (2023-05-29) |
| 2 | +--------------------------- |
| 3 | + |
| 4 | +### Features & Improvements |
| 5 | + |
| 6 | +- When keyring is available, either by importing or by CLI, the credentials of repositories and PyPI indexes will be saved into it. [#1908](https://github.com/pdm-project/pdm/issues/1908) |
| 7 | +- Add support for reading metadata from simple index directly. [#1919](https://github.com/pdm-project/pdm/issues/1919) |
| 8 | +- Add a configuration to specify constant command arguments for every pdm invocation. [#1923](https://github.com/pdm-project/pdm/issues/1923) |
| 9 | +- Add ability to skip SSL verification for publish repositories via `repository.custom.verify_ssl` config option as well as new command line argument of `publish` command. [#1928](https://github.com/pdm-project/pdm/issues/1928) |
| 10 | +- Use lazy import to reduce the startup time of the CLI. [#1929](https://github.com/pdm-project/pdm/issues/1929) |
| 11 | +- Add the local plugin scripts to `PATH` env var. [#1944](https://github.com/pdm-project/pdm/issues/1944) |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +- Don't use install cache when installing build requirements to avoid race condition. [#1869](https://github.com/pdm-project/pdm/issues/1869) |
| 16 | +- Fix a number of `ResourceWarning`s when running the test suite with warnings enabled. [#1915](https://github.com/pdm-project/pdm/issues/1915) |
| 17 | +- Fix a bug that dev-dependencies group gets updated with the optional dependencies, causing the hash mismatch. [#1916](https://github.com/pdm-project/pdm/issues/1916) |
| 18 | +- Fix format conversion error from Poetry when `tool.poetry.build` doesn't exist. [#1935](https://github.com/pdm-project/pdm/issues/1935) |
| 19 | +- Add timeout when fetching .gitignore from GitHub. [#1937](https://github.com/pdm-project/pdm/issues/1937) |
| 20 | +- Keep the variables in the URL credentials when exporting. [#1939](https://github.com/pdm-project/pdm/issues/1939) |
| 21 | +- Convert to boolean when setting verify_ssl for custom indexes. [#1945](https://github.com/pdm-project/pdm/issues/1945) |
| 22 | +- `pdm import` clobbers `build-system.requires` value in `pyproject.toml`. [#1948](https://github.com/pdm-project/pdm/issues/1948) |
| 23 | + |
| 24 | +### Documentation |
| 25 | + |
| 26 | +- Update publish.md to use run instead of runs to match GitHub Actions steps documentation [#1936](https://github.com/pdm-project/pdm/issues/1936) |
| 27 | +- Update advanced.md to use `pdm sync` instead of `pdm install --no-lock`. [#1947](https://github.com/pdm-project/pdm/issues/1947) |
| 28 | + |
| 29 | + |
1 | 30 | Release v2.6.1 (2023-05-10)
|
2 | 31 | ---------------------------
|
3 | 32 |
|
|
0 commit comments