Skip to content

1.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 19:32
· 226 commits to master since this release

Changed

  • On XDG compatible OSes (Linux, BSD), the profile file is now created in $XDG_CONFIG_HOME (with a fallback to ~/.config/ in absence of given env. variable).
  • Replace blank assert with exception when size values for parts upload are misaligned.

Fixed

  • Streaming from empty stream no longer ends with "Empty emerge parts iterator" error.

Infrastructure

  • Changelog entries are now validated as a part of CI pipeline.
  • Disable dependabot requests for updates unrelated to security issues.
  • Fixed tests failing because of changes made to locale.normalize in Python 3.12.