Skip to content

Releases: linyimin0812/spring-startup-analyzer

release v3.1.4

07 Jul 05:48
abce634
Compare
Choose a tag to compare

feat: add the capability to output in CSV format @univerz1977

release v3.1.3

04 Jun 18:16
256bf77
Compare
Choose a tag to compare

fix: typo fix and log error @qixiaobo
fix: startupVO serialization exception #164
feat: support using run(...String args) to determine the completion of application startup #155

release v3.1.2

23 May 17:48
7e90a56
Compare
Choose a tag to compare

feat: support for customize log path @1chz
fix: change the phase of the maven-gpg-plugin to deploy

release v3.1.1

12 May 16:57
15df8f3
Compare
Choose a tag to compare

feat: use gson istead of fastjson #138 #148

release v3.1.0

12 May 16:16
6dd178a
Compare
Choose a tag to compare

feat: support springboot 3.x #143
fix: fastjson toJSONString OOM #138 #148

release v3.0.0

15 Oct 18:43
Compare
Choose a tag to compare

feat: support hotswap #104
refactor: use input arguments to parse lib home #106
feat: add docker file #108
support docker push and native image #109

release v2.0.12

10 Sep 15:58
05bc4fb
Compare
Choose a tag to compare

fix: support dcevm #86
fix: update to the latest version #88
fix: return directly if beanPriorityLoadEnable is false #91
feat: support opening analysis report locally #94
feat: set default profiler to jvm profiler and filter self agent sample #95

release v2.0.11

02 Sep 17:40
Compare
Choose a tag to compare

bugfix: Fixed dynamic proxy failure caused by asynchronous initialization #84 @wenpanwenpan
docs: add reference and download icon #85

release v2.0.10

13 Aug 19:18
75596ce
Compare
Choose a tag to compare

bugfix: deploy error #71
testcase: add unit test case #70
refactor: remove logback dependency #69
fix: fix npe when create bean return null #67 @zhaoxiaojie0415
docs: optimize docs #64

release v2.0.9

06 Aug 08:23
58ff36f
Compare
Choose a tag to compare

feat: support windows profiler #62
fix: adapt to lower spring version #61
CI: add windows to CI test #58