Releases: hedon954/goapm
Releases · hedon954/goapm
v0.0.47
0.0.47 - 2025-03-04
- provider more unit tests for
goapm
- use
go-mysql-mocker
to replace real mysql database for better unit tests - use
miniredis
to replace real redis server for better unit tests - provide more small useful methods for
goapm
⚙️ Miscellaneous Chores
- define const to reduce unnecessary dependencies - (c4d6d83) - hedon954
⛰️ Features
- (goapm) provide more unit tests and use
go-mysql-mocker
andminiredis
for unit tests to avoid real database dependencies - (f58f85c) - hedon954
🐛 Bug Fixes
- (mysql) make mysql related unit tests passed - (d4cd546) - hedon954
v0.0.46
v0.0.45
0.0.45 - 2025-02-28
- support record response when logrus error
- support record response of json body
- add more unit tests
⚙️ Miscellaneous Chores
- nolint for test file - (62ef343) - hedon954
- skip some integration tests in pre-commit - (56c9a27) - hedon954
⛰️ Features
- (gin) get panic stack by skip 3 - (32fe6a8) - hedon954
- (gin) support record response and filter record and add unit tests - (2f15348) - hedon954
- (gin) support record json body and write unit tests - (f37cb34) - hedon954
🧪 Tests
- (goapm) fix goapm smoke unit test - (04172cf) - hedon954
- (goapm) fix goapm smoke unit test nil pointer - (0f6ea44) - hedon954
- (metrics) add unit tests for metrics - (8aa275d) - hedon954
- (pprof) add unit tests for pprof - (f50af36) - hedon954
- (prometheus) add unit tests for gin prometheus - (8759140) - hedon954
- (smoke) add smoke test for goapm - (01e03fe) - hedon954