Skip to content

Releases: frappe/bench

v5.25.9

02 Jul 05:58
Compare
Choose a tag to compare

What's Changed

  • Bench now creates the virtual environment with the Python version you choose, instead of falling back to the default.
    The README shows its logo and help images on PyPI by switching to absolute image links. (#1650)

Full Changelog: v5.25.8...v5.25.9
Authors: @akhilnarang

AI content

For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.

v5.25.8

01 Jul 13:42
Compare
Choose a tag to compare

What's Changed

  • Fixes app installation by creating the virtual environment in the correct location and explicitly using the selected Python version, preventing setup errors during installation. (#1648)

Full Changelog: v5.25.7...v5.25.8
Authors: @akhilnarang

AI content

For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.

v5.25.7

24 Jun 06:09
Compare
Choose a tag to compare

What's Changed

  • Bench now creates the Python environment in copy mode when building inside Docker containers. (#1643)

Full Changelog: v5.25.6...v5.25.7
Authors: @akhilnarang

AI content

For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.

v5.25.6

23 Jun 07:26
Compare
Choose a tag to compare

What's Changed

  • Skips version checks and service restarts during Docker builds, preventing build interruptions. (#1642)

Full Changelog: v5.25.5...v5.25.6
Authors: @ankush

AI content

For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.

v5.25.5

18 Jun 07:13
Compare
Choose a tag to compare

What's Changed

  • Fixes a crash during environment migration that occurred when the installer tried to reference an undefined virtual-environment path. (#1641)

Full Changelog: v5.25.4...v5.25.5
Authors: @akhilnarang

AI content

For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.

v5.25.4

12 Jun 11:50
Compare
Choose a tag to compare

What's Changed

  • Adds pip to new virtual environments, preventing missing-pip errors during app setup on Frappe Cloud. (#1640)

Full Changelog: v5.25.3...v5.25.4
Authors: @akhilnarang

AI content

For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.

v5.25.3

12 Jun 10:58
Compare
Choose a tag to compare

What's Changed

  • Environment setup installs pip and wheel only when you choose the pip option; selecting uv now skips these extra steps, so setup finishes faster. (#1639)

Full Changelog: v5.25.2...v5.25.3
Authors: @akhilnarang

AI content

For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.

v5.25.2

12 Jun 10:32
Compare
Choose a tag to compare

What's Changed

  • Adds optional support for the fast "uv" installer, letting you accelerate app installation and updates by setting the BENCH_USE_UV environment variable. (#1631)

Full Changelog: v5.25.1...v5.25.2
Authors: @akhilnarang

AI content

For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.

v5.25.1

12 May 08:08
Compare
Choose a tag to compare

What's Changed

  • Sets a specific version for the requests library to improve consistency and compatibility across installations. (#1635)

Full Changelog: v5.25.0...v5.25.1
Authors: @akhilnarang

v5.25.0

11 May 18:24
Compare
Choose a tag to compare

What's Changed

  • Checks that pkg-config is installed before setting up the system, and updates the configuration for macOS to help locate required packages. (#1622)
  • Limits the supported version of Click to avoid installation errors, and removes support for Python 3.9. (#1632)

New Contributors

Full Changelog: v5.24.1...v5.25.0
Authors: @sokumon, @akhilnarang
Reviewers: @revant, @gavindsouza, @akhilnarang