v0.71.1

openclaw/wacliv0.71.1Jun 25, 2026by github-actions[bot]

AI Summary

A bugfix release focusing on authentication challenges for private channels and credential handling, while introducing immutable releases moving forward.

Key Highlights

  • Introduction of immutable releases
  • Support for reacting to auth challenges in private channels
  • Fix for ignoring credentials in direct-URL PyPI dependencies

New Features

  • React to auth challenges for private channel reads

Full Release Notes

### [0.71.1] - 2026-06-25
#### ✨ Highlights

This release brings a couple of bugfixes.
The important thing though is that from now on releases are [immutable](https://docs.github.com/en/code-security/concepts/supply-chain-security/immutable-releases).


#### Added

- React to auth challenges for private channel reads by @nichmor in [#6426](https://github.com/prefix-dev/pixi/pull/6426)


#### Fixed

- Ignore credentials when matching direct-URL PyPI deps by @temporaer in [#6427](https://github.com/prefix-dev/pixi/pull/6427)


#### New Contributors
* @temporaer made their first contribution in [#6427](https://github.com/prefix-dev/pixi/pull/6427)