Skip to content

v0.0.45

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 08:55
· 15 commits to main since this release

0.0.45 - 2025-02-28

  1. support record response when logrus error
  2. support record response of json body
  3. 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