New Features
- feat: Introduce more flags (match by path prefix or regex expression) to filter HTTP records by @spencercjh in #220
- feat: introduce version cmd by @spencercjh in #234
- feat: Print osinfo when start failed by @hengyoush in #191
Bug Fix
- fix: add rw lock to prevent concurrent map read write by @hengyoush in #198
- fix: supports container-id prefix matching with 12 or more characters by @XmchxUp in #210
- fix(stat): elapsed time is negative by @hengyoush in #213
- fix: add fallback logic for total time when dev in event missed in server side by @hengyoush in #232
- fix: ssl event at server side can't be captured correctly by @hengyoush in #236
- fix: handle MySQL null(/xfb) field correctly by @hengyoush in #239
Other Changes
- docs: add faq docs by @hengyoush in #188
- docs: wrong url to download the init script by @spencercjh in #193
- chore: make
go list -m -json all
works to import the project by goland by @spencercjh in #194 - chore: ignore
.idea
dir by @spencercjh in #195 - chore: introduce an issues translator by @spencercjh in #202
- chore: introduce a new workflow to verify build script on multi platforms by @spencercjh in #196
- chore: init_env cleanup by @XmchxUp in #209
- docs: update FAQ by @XmchxUp in #211
- build: add debugging targets and improve Makefile structure by @Ghostbaby in #215
- refactor: remove fatal log by @hengyoush in #199
- docs: introduce
prettier
andmd-padding
to format all docs by @spencercjh in #221 - test: introduce a script to test flag
--comm
by @spencercjh in #222 - docs: add how to add a new protocol docs by @hengyoush in #223
- test: wait a longer time to ensure process exec event can be handled by @hengyoush in #238
New Contributors
- @spencercjh made their first contribution in #193
- @XmchxUp made their first contribution in #209
- @Ghostbaby made their first contribution in #215
Full Changelog: v1.4.2...v1.4.3