Skip to content

Releases: yoobool/flask-state

1.1.4

18 Jun 07:41
Compare
Choose a tag to compare

Improvements

  • [Refactor] [back-end] Refactor log module

Bug Fixes

  • [Fix] [front-end] Fix the Echarts memory leak

1.1.3

11 May 09:31
Compare
Choose a tag to compare

Improvements

  • [Refactor] [back-end] Extract file lock decorator

Bug Fixes

  • [Fix] [back-end] Fix the alembic_version table update version failed

  • [Fix] [back-end] Block other databases from creating alembic_version table

1.1.2

22 Apr 05:50
Compare
Choose a tag to compare

Features

  • [Feature] [back-end] Add user login information collection

  • [Feature] [back-end] Add Network IO packet sending and receiving data collection

  • [Feature] [back-end] Add disk IO read and write count collection

Bug Fixes

  • [Fix] [back-end] Fix the error of querying the latest database version

1.1.1

31 Mar 08:33
Compare
Choose a tag to compare

Features

  • [Feature] [front-end] Add Disk IO line chart

Improvements

  • [Refactor] [back-end] IO data returns the latest 480

  • [Style] [front-end] Modify CPUs legend width

Bug Fixes

  • [Fix] [back-end] Fix database migration exception when a single process starts

1.1.0

24 Mar 06:03
Compare
Choose a tag to compare

Features

  • [Feature] [back-end] Add cpu multi-core data collection

Improvements

  • [Refactor] [back-end] Refactor the returned data structure to speed up the front-end rendering speed

Bug Fixes

  • [Fix] [back-end] Fix network IO data will increase abnormally

1.0.8

03 Mar 06:29
Compare
Choose a tag to compare

Improvements

  • [Refactor] [back-end] Refactor code

  • [Refactor] [back-end] Explicit conversion log print error content as str

  • [Refactor] [back-end] Prohibit multiple threads writing to the database at the same time

  • [Refactor] [back-end] Compatible to obtain some computers lacking io information

Bug Fixes

  • [Fix] [back-end] Fix SQL delete operation failed and did not release resources in time

1.0.7

17 Feb 07:20
Compare
Choose a tag to compare

Features

  • [Feature] [back-end] Add disk IO and network IO data collection

  • [Feature] [front-end] Network IO line chart instead of disk usage line chart

Improvements

  • [Refactor] [back-end] Split part of the bloated code

  • [Styles] [back-end] The latest status data acquisition is changed from reading from the database to real-time reading

  • [Styles] [back-end] Add redis missing tips

1.0.6

11 Jan 13:03
Compare
Choose a tag to compare

Improvements

  • [Styles] Improve README #31

  • [Refactor] [back-end] Code-Refactor #33

  • [Styles] [back-end] Added docker-compose and HOWTO #30

  • [Refactor] [back-end] Improve example application #24

  • [Styles] [front-end] Added I18N #20, #34

Bug Fixes

  • [Fix] [back-end] Fix abnormal collection task behavior during host sleep

  • [Fix] [back-end] Fix the problem that redis is blocked

  • [Fix] [back-end] Fix the exception log path is incorrect

  • [Fix] [front-end] Fix some text display exception #38

1.0.5

20 Nov 08:53
Compare
Choose a tag to compare

Improvements

  • [Refactor] [back-end] Refactor the code according to the PE8 specification #16

  • [Styles] [front-end] Added Spanish and Indonesian #15

  • [Actions] [back-end] Actions test each operating system and Python version 3.5-3.9

Bug Fixes

  • [Fix] [front-end] Fix an exception thrown in the console when the return code is not 200

  • [Fix] [back-end] Fix logger TypeError for Python 3.8 API change #14

1.0.4

11 Nov 08:58
Compare
Choose a tag to compare

1.0.4

Improvements

  • [Refactor] [front-end] Modify font specifications and terminology

  • [Test] [back-end] GitHub Action to lint Python code #9

Bug Fixes

  • [Fix] [back-end] Fix redis ImportError

  • [Fix] [back-end] Fix the problem that the Test module cannot run normally