Skip to content

Releases: frappe/bench

v5.23.0

28 Nov 07:12
Compare
Choose a tag to compare

5.23.0 (2024-11-28)

What's Changed

  • Optimized the is_bench_directory function to exit early when a required path is missing. #1584
  • Fixed an issue where development dependencies from pyproject.toml were not properly read. #1597
  • When running commands outside a valid bench directory, users will now see a clear error message instead of a traceback. #1598
  • Dropped support for Python 3.8 due to its end-of-life and added compatibility with Python versions 3.11, 3.12, and 3.13. #1599
  • Added options to the Procfile rendering in bench to skip starting specific services (web, socketio, schedule, watch) and to include coverage in the web process. #1600

Full Changelog: v5.22.9...v5.23.0

v5.22.9

30 Aug 12:58
Compare
Choose a tag to compare

5.22.9 (2024-08-30)

Bug Fixes

  • don't allow uninstalling frappe... (1ab3763)

v5.22.8

21 Aug 07:52
Compare
Choose a tag to compare

5.22.8 (2024-08-21)

Bug Fixes

  • use a tuple instead of a list (c599ee8)

v5.22.7

19 Aug 05:42
Compare
Choose a tag to compare

5.22.7 (2024-08-19)

Bug Fixes

  • ansible: Use include_tasks instead of include (cbd703d)
  • ERROR! [DEPRECATED] (caa5fa0)

v5.22.6

08 May 04:50
Compare
Choose a tag to compare

5.22.6 (2024-05-08)

Bug Fixes

  • Add useforsecurity with fallback for <3.9 (319809d)

Note

This is almost a re-release of 5.22.5 which failed to push to PyPi due primary email not being verified.

v5.22.5

08 May 04:31
Compare
Choose a tag to compare

5.22.5 (2024-05-08)

Bug Fixes

  • Calculate MD5 for app cache and check integrity when installing from cache (#1555)

v5.22.4

29 Apr 10:54
Compare
Choose a tag to compare

5.22.4 (2024-04-29)

Bug Fixes

  • Switched to native GIT way to lookup branch names (#1553) (1751b2d)

v5.22.3

24 Feb 06:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.22.2...v5.22.3

v5.22.2

23 Feb 15:26
Compare
Choose a tag to compare

5.22.2 (2024-02-23)

Bug Fixes

v5.22.1

23 Feb 05:52
Compare
Choose a tag to compare

5.22.1 (2024-02-23)

Bug Fixes

  • ignore org check fail if using cache (aa12aab)