Py-rattler

Latest version: v0.8.2

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.18.0

📃 Details

Added

* `ProgressBar` trait and progress bar for package writing by wolfv ([525](https://github.com/conda/rattler/pull/525))

Changed

* improved logging in package validation to include package path by orhun ([521](https://github.com/conda/rattler/pull/521))
* use resolvo 0.4.0 with better error messages by baszalmstra ([523](https://github.com/conda/rattler/pull/523))

Fixed

* allow multiple clobbers per package by wolfv ([526](https://github.com/conda/rattler/pull/526))
* remove drop-bomb, move empty folder removal to `post_process` by wolfv ([519](https://github.com/conda/rattler/pull/519))
* keep in mind python: noarch packages in clobber calculations by wolfv ([511](https://github.com/conda/rattler/pull/511))

0.17.0

✨ Highlights

This release contains some big changes to rattler:

Consistent clobbering

Rattler installs packages in parallel but this was at the cost of not being able to resolve files properly that existed in multiple packages.
With this release we fixed this issue by creating a consistent clobbering experience.
When a file is clobbered (installed by multiple packages) the last package in the topological ordering wins.
This information is also recorded in the prefix itself which means that even if packages are added or removed from the environment the order remains consistent.

reqwest-middleware-client

The `AuthenticatedClient` has been rewritten by vlad-ivanov-name.
Instead of having a custom client for network requests we now use the [`reqwest-middleware`](https://crates.io/crates/reqwest-middleware) crate.
The rattler implementation adds a middleware that handles authentication.
This changes makes it easier to integrate with other crates that use `reqwest` for network requests, and it allows users to add their own middleware.

Lock-file v4

The lock-file format has been updated to version 4.
Originally our implementation was semi-compatible with [conda-lock](https://github.com/conda/conda-lock).
We wanted to stay as close as possible to this format because it was already an established standard.
However, with version 2 and 3 of the format we started to diverge more and more.
We felt like the goals between both formats also started to diverge more and more so with version 4 we decided to completely abandon the conda-lock format and create our own.
For more information about the lock-file format and the differences between conda-lock you can [read the documentation](https://docs.rs/rattler_lock/0.17.0/rattler_lock).
Note that all old formats (including the original conda-lock format) can still be parsed by rattler.

📃 Details

Added

* Add `get_windows_launcher` function by wolfv ([477](https://github.com/conda/rattler/pull/477))
* Expose `get_windows_launcher` function by wolfv ([477](https://github.com/conda/rattler/pull/477))
* Consistent clobbering & removal of `__pycache__` by wolfv ([437](https://github.com/conda/rattler/pull/437))
* Add `name()` to `Channel` by ruben-arts ([495](https://github.com/conda/rattler/pull/495))
* Add timeout parameter to the solver by wolfv ([499](https://github.com/conda/rattler/pull/499))
* Add a very simple basic test to validate that we can at least parse netrc properly by mariusvniekerk ([503](https://github.com/conda/rattler/pull/503))

Changed

* Allow the full range of compression levels for zstd by wolfv ([479](https://github.com/conda/rattler/pull/479))
* Make compression conversion functions `pub` by wolfv ([480](https://github.com/conda/rattler/pull/480))
* Lock-file v4 by baszalmstra ([484](https://github.com/conda/rattler/pull/484))
* Convert authenticated client to reqwest middleware by vlad-ivanov-name ([488](https://github.com/conda/rattler/pull/488))
* Upgrade to latest resolvo main by tdejager ([497](https://github.com/conda/rattler/pull/497))
* Bump: resolvo 0.3.0 by baszalmstra ([500](https://github.com/conda/rattler/pull/500))

Fixed

* Copy over file permissions after reflink by orhun ([485](https://github.com/conda/rattler/pull/485))
* Fix clippy and deprecation warnings by wolfv ([490](https://github.com/conda/rattler/pull/490))
* Do not unwrap as much in clobberregistry by wolfv ([489](https://github.com/conda/rattler/pull/489))
* Fix warning for deref on a double reference by wolfv ([493](https://github.com/conda/rattler/pull/493))
* Fix self-clobbering when updating a package by wolfv ([494](https://github.com/conda/rattler/pull/494))
* Fix netrc parsing into BasicAuth by wolfv ([506](https://github.com/conda/rattler/pull/506))

New Contributors
* vlad-ivanov-name made their first contribution in https://github.com/conda/rattler/pull/482

0.16.2

📃 Details

Fixed

* Reduce tracing level for reflink by baszalmstra ([475](https://github.com/conda/rattler/pull/475))

0.16.1

📃 Details

Added

* Add `read_package_file` function by wolfv ([472](https://github.com/conda/rattler/pull/472))
* implement `Clone` for `AboutJson` by 0xbe7a ([467](https://github.com/conda/rattler/pull/467))
* Allow using `str` in `HashMap`s with a `PackageName` key by baszalmstra ([468](https://github.com/conda/rattler/pull/468))

Changed

* Reflink files to destination if supported (instead of hardlinking) by baszalmstra ([463](https://github.com/conda/rattler/pull/463))

Fixed

* Automatic clippy fixes by wolfv ([470](https://github.com/conda/rattler/pull/470))
* Fix getting credentials from keyring error by 0xbe7a ([474](https://github.com/conda/rattler/pull/474))

0.15.0

📃 Details

Added

* Add ParseMatchSpecError and ParseMatchSpecError tests by Johnwillliam ([434](https://github.com/conda/rattler/pull/434))
* Add option to force usage of fallback_auth_store by 0xbe7a ([435](https://github.com/conda/rattler/pull/435))
* New crate (rattler-index) with index functionality including python bindings by BenjaminLowry ([436](https://github.com/conda/rattler/pull/436))
* Add support for netrc files by mariusvniekerk ([395](https://github.com/conda/rattler/pull/395))

Changed

* Renamed `behaviour` to `behavior` ([428](https://github.com/conda/rattler/pull/428))
* Enabled more clippy lints by baszalmstra ([462](https://github.com/conda/rattler/pull/462))
* Refactor `Version.bump()` to accept bumping `major/minor/patch/last` by hadim ([452](https://github.com/conda/rattler/pull/452))

Fixed

* Default value for `conda_packages` in repodata.json by BenjaminLowry ([441](https://github.com/conda/rattler/pull/441))
* Wildcard expansion for stored credentials of domains by 0xbe7a ([442](https://github.com/conda/rattler/pull/442))
* Use serde default for proper serialization by ruben-arts ([443](https://github.com/conda/rattler/pull/443))
* Better detection of hardlinks and fallback to copy by baszalmstra ([461](https://github.com/conda/rattler/pull/461))
* Re-download the repodata cache if is out of sync/corrupt by orhun ([466](https://github.com/conda/rattler/pull/466))

0.14.0

📃 Details

Added

* Options to disable `bz2` and `zstd` in `fetch_repo_data` ([420](https://github.com/conda/rattler/pull/420))
* Support for powerpc64 and s390x ([425](https://github.com/conda/rattler/pull/425))

Changed

* Renamed `behaviour` to `behavior` ([428](https://github.com/conda/rattler/pull/428))

Fixed

* Recursive look for parent process name ([424](https://github.com/conda/rattler/pull/424))
* Improve repodata fetch errors ([426](https://github.com/conda/rattler/pull/426))
* Use filelock for authentication fallback storage ([427](https://github.com/conda/rattler/pull/427))
* Improved lockfile version mismatch error ([423](https://github.com/conda/rattler/pull/423))

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.