Skip to content

v9.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 01:45
· 66 commits to master since this release

v9.4.2 (2024-04-14)

Fixes

  • Allow insecure http connections if configured (#886)

  • Prevent double url schemes urls in changelog (#676)

  • bitbucket: allow insecure http connections if configured (db13438)

  • bitbucket: correct url parsing & prevent double url schemes (5cfdb24)

  • config: add flag to allow insecure connections (db13438)

  • gitea: allow insecure http connections if configured (db13438)

  • gitea: correct url parsing & prevent double url schemes (5cfdb24)

  • github: allow insecure http connections if configured (db13438)

  • github: correct url parsing & prevent double url schemes (5cfdb24)

  • gitlab: allow insecure http connections if configured (db13438)

  • gitlab: correct url parsing & prevent double url schemes (5cfdb24)

  • version-cmd: handle HTTP exceptions more gracefully (db13438)

Build System

  • dependencies: update rich requirement from ~=12.5 to ~=13.0 (#877)

Documentation

  • configuration: update remote settings section with missing values (db13438)

Resolved Issues