Skip to content

Releases: johnnymillergh/python_boilerplate

7.6 (2024-04-27)

27 Apr 07:56
0855af4
Compare
Choose a tag to compare

7.6 (2024-04-27)

Performance Improvements

  • $pipenv: upgrade dependencies Apr 24 2024 (8b9b6c4)

7.5.1 (2024-03-30)

30 Mar 13:22
59410c4
Compare
Choose a tag to compare

7.5.1 (2024-03-30)

Bug Fixes

  • refactor: format test_profiling.py (2067b97)

7.5 (2024-03-30)

30 Mar 13:07
b9902b3
Compare
Choose a tag to compare

7.5 (2024-03-30)

Bug Fixes

  • $log: retain log files by local date; override the default stderr (console) if console is available (a8009b1)

Features

  • $database: support database init when startup (5d4032e)
  • integrate APScheduler (1b3fea3)
  • integrate humanize (961a47a)
  • list Python dependency size (10b9e38)

Performance Improvements

  • $pipenv: upgrade dependencies (0fdb836)
  • $pipenv: upgrade dependencies (176840e)
  • $Python: upgrade to Python 3.12 (4cb471f)

7.4 (2023-11-29)

29 Nov 03:26
ea593c3
Compare
Choose a tag to compare

7.4 (2023-11-29)

Features

  • $database: support database init when startup (5d4032e)

7.3 (2023-11-05)

05 Nov 10:29
1c5e43e
Compare
Choose a tag to compare

7.3 (2023-11-05)

Bug Fixes

  • $log: retain log files by local date; override the default stderr (console) if console is available (a8009b1)

Features

7.2 (2023-11-04)

04 Nov 02:39
49fe8f5
Compare
Choose a tag to compare

7.2 (2023-11-04)

Bug Fixes

  • $log: retain log files by local date; override the default stderr (console) if console is available (a8009b1)

7.1 (2023-10-31)

31 Oct 00:40
9eba4fe
Compare
Choose a tag to compare

7.1 (2023-10-31)

Building Improvements

  • GitHub: schedule GitHub Actions at specific UTC times (9941811)

7.0 (2023-10-28)

28 Oct 02:51
Compare
Choose a tag to compare

7.0 (2023-10-28)

Performance Improvements

  • $Python: upgrade to Python 3.12 (4cb471f)

6.0.3 (2023-07-01)

01 Jul 09:45
Compare
Choose a tag to compare

6.0.3 (2023-07-01)

Features

  • integrate autoflake to remove unused codes automatically (383726f)

Performance Improvements

  • $pipenv: upgrade dependencies (110e10a)
  • upgrade dependencies (639a914)

6.0.2 (2023-05-21)

21 May 06:51
Compare
Choose a tag to compare

6.0.2 (2023-05-21)

Features

  • $loguru: retain 7 days log files (6fc5724)
  • $profile: raise exception if happens when profiling (1000197)

Performance Improvements

  • $async: simplify [@async](https://github.com/async)_function decorator (e46a9c1)
  • $Benchmark: add more functions performance benchmark (985ae47)
  • $Benchmark: run benchmark individually (df511d5)
  • avoid log output during benchmarking (4ed750c)
  • support pytest-benchmark (6e82b45)
  • upgrade dependencies (4b967ff)