CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Releases: frappe/bench
v5.25.9
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.
Assets 4
v5.25.8
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.
Assets 4
v5.25.7
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.
Assets 4
v5.25.6
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.
Assets 4
v5.25.5
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.
Assets 4
v5.25.4
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.
Assets 4
v5.25.3
Compare
What's Changed
- Environment setup installs
pip
andwheel
only when you choose the pip option; selectinguv
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.
Assets 4
v5.25.2
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.
Assets 4
v5.25.1
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
Assets 4
v5.25.0
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