All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.1 (2023-06-01)
- fix the error that the maximum length of http rule response body is 191 when using mysql (bf8a43f)
0.7.0 (2023-05-23)
0.6.0 (2023-03-24)
- support for using
Flag-Filter
request headers to filter the flags that the client expects to receive (#64) (b33de11) (Thanks to @whwlsfb)
0.5.2 (2022-11-16)
- 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)
- 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)
- 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)
0.4.0 (2021-12-26)
- 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)
- 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)
- rule: add
flag
as a built-in template variable (ee36205)
0.2.0 (2021-07-22)
0.1.7 (2021-07-11)
- 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)
- 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 公开该项目以庆祝毕业,愿工作多年后的我,归来时仍是少年)
0.1.5-beta (2021-06-13)
- 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)
- 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)
- dns: support custom dns service port (7fb4c97)
- frontend: auto refresh data when switching back to the revsuit console (9b31406)
- http: fix the problem that ip_header configuration does not take effect (b76c39e)