Skip to content

Latest commit

 

History

History
161 lines (80 loc) · 8.83 KB

CHANGELOG.md

File metadata and controls

161 lines (80 loc) · 8.83 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.1 (2023-06-01)

Bug Fixes

  • fix the error that the maximum length of http rule response body is 191 when using mysql (bf8a43f)

0.7.0 (2023-05-23)

Features

0.6.0 (2023-03-24)

Features

  • support for using Flag-Filter request headers to filter the flags that the client expects to receive (#64) (b33de11) (Thanks to @whwlsfb)

Bug Fixes

  • fix static resource loading failure after modifying admin_path_prefix (b76757d), closes #63

0.5.2 (2022-11-16)

Bug Fixes

  • fix bug that the files associated with records still exist after deleting mysql and ftp records (5e80591)
  • fix panic when update config (#62) (48f55c5)

0.5.1 (2022-09-13)

Bug Fixes

  • fix the bug that authentication always fails after token change (#59) (3fa2cae)
  • fix the error of database is locked when use sqlite (#60) (d29b767)

0.5.0 (2022-01-16)

Features

  • build: replace sqlite driver with which does not depend cgo (#52) (82a2023)
  • dns: support use multiple root domains (#51) (913e0f7)
  • ldap: add ldap protocol support (#50) (fc505b0)
  • support auto check upgrade (#53) (f6afe0f)

Bug Fixes

  • settings: fix the bug of update rmi & mysql addr settings not working (#49) (06ae3d0)

0.4.0 (2021-12-26)

Features

Bug Fixes

  • rmi: fix the problem that rmi has multiple rules matching in one record (6f921f6)
  • server: fix auth failure when complex characters in token (#42) (3242a49)

0.3.0 (2021-12-22)

Features

Bug Fixes

  • cli: fix typos (#41) (8e96962)
  • database: fix the error when load package (3ca242d)
  • mysql/record: fix the bug when searching mysql record with username as keyword (ce8d760)
  • pkg: fix the conflict between rank field and built-in function (#38) (a59540d)

0.2.1 (2021-07-24)

Features

  • rule: add flag as a built-in template variable (ee36205)

0.2.0 (2021-07-22)

Features

  • support deleting logs based on filtering results (#35) (9863821)

0.1.7 (2021-07-11)

Bug Fixes

  • http: fix the bug that http record url search does not work (ffc4318)
  • mysql: fix the bug that crashes when mysql port conflicts (c0bda70)

0.1.6 (2021-06-25)

Bug Fixes

  • cli: fix the bug that the prompt may not be output when generating config file (5615351)
  • ipinfo: fix a potential panic when downloading ip location database (#33) (b1773ee)

0.1.5 (2021-06-22 公开该项目以庆祝毕业,愿工作多年后的我,归来时仍是少年)

Bug Fixes

  • notice: fix the buf of notice with null record field (#31) (ef38cbc)

0.1.5-beta (2021-06-13)

Features

Bug Fixes

  • frontend: fix the bug of autoRefresh (#27) (d1013c2)
  • frontend: fix the frontend display bugs (#28) (ddeced3)

0.1.4-beta-fix-1 (2021-05-28)

Bug Fixes

  • frontend: fix the problem of autoRefresh failure (#24) (b945069)
  • http: fix the problem that ip_header setting does not take effect (#23) (74f512d)

0.1.4-beta (2021-05-27)

Features

  • dns: support custom dns service port (7fb4c97)
  • frontend: auto refresh data when switching back to the revsuit console (9b31406)

Bug Fixes

  • http: fix the problem that ip_header configuration does not take effect (b76c39e)