Skip to content

Releases: frappe/bench

v5.16.3

09 Jun 11:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.16.2...v5.16.3

v5.16.2

24 Feb 10:00
Compare
Choose a tag to compare

5.16.2 (2023-02-24)

Bug Fixes

v5.16.1

30 Jan 14:58
Compare
Choose a tag to compare

5.16.1 (2023-01-30)

Bug Fixes

  • Setup chdir patch earlier (db165d1)

v5.16.0

02 Jan 11:35
Compare
Choose a tag to compare

5.16.0 (2023-01-02)

Bug Fixes

  • print help when no args passed (228aeaf)
  • version check backward compatibility (#1409) (23eede5)

Features

v5.15.2

12 Dec 08:43
Compare
Choose a tag to compare

5.15.2 (2022-12-12)

Bug Fixes

  • ignore supervisor restart failures where possible (#1400) (7a63f4f)
  • install wheel in venv (4996afb)

v5.15.1

29 Nov 07:49
Compare
Choose a tag to compare

5.15.1 (2022-11-29)

Bug Fixes

  • correct python path for migrate_env (61e0f4a)
  • dont attempt migrating to active virtualenv (0e59159)
  • install one app at a time, frappe first (4f0193c)
  • migrate_env silent failures (7f1c5ad)

v5.15.0

28 Nov 07:44
Compare
Choose a tag to compare

5.15.0 (2022-11-28)

Bug Fixes

Features

  • add max_requests to gunicorn args (#1387)

Performance Improvements

v5.14.4

14 Oct 06:30
Compare
Choose a tag to compare

5.14.4 (2022-10-14)

Bug Fixes

  • no-git support for dependency resolver (#1368) (fcbc2ea)
  • use os.remove instead of shutil.rmtree for symlinks (#1372) (9fd15f6)

v5.14.3

28 Aug 13:19
Compare
Choose a tag to compare

What's Changed

  • fix: bad URL in raw.githubusercontent.com to get App dependencies by @FHenry in #1363
  • fix: use ref param instead of branch for get_required_deps (GitHub contents API) by @FHenry in #1362
  • fix: parsing error in sudoers file by @rtdany10 in #1364

New Contributors

Full Changelog: v5.14.2...v5.14.3

v5.14.2

17 Aug 07:05
Compare
Choose a tag to compare

5.14.2 (2022-08-17)

Bug Fixes

  • DX: make warnings go to stderr (b6b9481)
  • update check condition (3e749ba)