Skip to content

Releases: alibaba/arthas

arthas-all-3.3.1

29 May 12:16
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag arthas-all-3.3.1

arthas-all-3.3.0

27 May 18:13
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag arthas-all-3.3.0

arthas-all-3.2.0

11 Apr 15:33
Compare
Choose a tag to compare

https://github.com/alibaba/arthas/milestone/12

  • #1105 watch/trace do not support default method bug
  • #1094 先trace后stop导致的奇怪的空指针异常 bug
  • #1083 使用premain方式加载arthas-agent

arthas-all-3.1.8

02 Apr 10:56
Compare
Choose a tag to compare

重要issue

  • #986 Support arthas.properties ,支持外部配置文件
  • #1029 新增加 perfcounter 命令
  • #978 升极 asm 到 7.3.1, 支持 JDK 13
  • #1076 新增加 echo 命令
  • #1075 支持 'q' 命令退出
  • #976 增加 tee 命令
  • #1089 升级 async-profiler 到 1.7 支持 arm arch
  • #999 修复 skywalking NoClassDefFoundError Lorg/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInter
  • #1032 在k8s环境里,telnet 连接出错 java.lang.UnsupportedOperationException: Handle this case gracefully bug
  • #1072 batch mode运行不正常 bug

其它的issue

  • #970 设置环境变量_JAVA_OPTIONS 导致启动失败
  • #1077 When update logger level error, print better message
  • #996 Avoid append spy jar to BootstrapClassLoader multiple times
  • #985 Remove the logger.api dependency, use repackaged logger
  • #1085 修改 com.taobao.arthas.agent package名,防止升级不兼容
  • #1052 返回错误的 content-type,导致Edge浏览器访问arthas-output页面异常 bug
  • #1028 dump -E这个参数怎么使用,没有看懂 question-answered
  • #1024 Optimize the hints at the beginning, when choosing a process
  • #1074 dashboard command delete unused -b option
  • #1071 Update dependency version of fastjson
  • #1033 Upgrade termd to 1.1.7.8
  • #1031 Upgrade cfr to 0.149
  • #994 Better output exception message, when toString method throw exception
  • #990 简化AgentBootstrap里的逻辑,pid从int切换为long
  • #982 建议将shutdown命令移除,完全用stop替代

arthas-all-3.1.7

04 Dec 03:33
Compare
Choose a tag to compare

https://github.com/alibaba/arthas/milestone/10?closed=1

#961 profiler在shutdown后,再次使用会报错 bug
#962 profiler execute crash jvm bug
#435 watch命令查看变量的值时,显示父类或基类的属性。
#731 Add an option to expand the field in the parent class
#955 3.1.5版本里,访问 http://localhost:8563/ 返回 404 bug
#958 Improve trace command -j option
#947 开源协议修改为Apache License
#948 watch ongl表达式太长出错 bug
#956 sc -df 返回的字段的type展示出现换行

arthas-all-3.1.6

03 Dec 18:47
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag arthas-all-3.1.6

arthas-all-3.1.5

25 Nov 18:18
Compare
Choose a tag to compare

Issues: https://github.com/alibaba/arthas/milestone/9?closed=1

#923 Support AsyncProfiler/Frame Graph
#916 dump command support classes size limit option
#899 improve grep command for support regexp(-e) and -n/-v/-n/-A/-B/-C and -f
#833 better support git bash
#921 Support http visit arthas-output directory
#316 Telnet and HTTP use one port
#922 Upgrade cli to 1.0.3 to improve boolean option support
#945 Upgrade logger.api to 0.2.8
#944 improve arthas-boot error log
#912 #942 Improve the time statistics of the monitor/tt/trace commands
#924 Copy http resources from termd project to core module
#890 Support thead filter by state


Issues: https://github.com/alibaba/arthas/milestone/9?closed=1

#923 支持 AsyncProfiler/Frame Graph 火焰图
#916 dump 命令支持limit 参数
#899 grep 命令支持更多的选项
#833 改进对 git bash的支持
#921 支持http访问 arthas-output 目录
#316 telnet和http 协议共用同一个端口
#922 升级 cli 到 1.0.3
#945 升级 logger.api 到 0.2.8
#944 改进 arthas-boot 网络不通时的提示信息
#912 #942 改进 monitor/tt/trace 等命令的时间统计,修正不准确的问题
#924 把静态的http资源从 termd 项目移到 core模块里
#890 thread 命令支持以state过滤

arthas-all-3.1.4

24 Sep 18:17
Compare
Choose a tag to compare

Issues: https://github.com/alibaba/arthas/milestone/8?closed=1

#848 Support user data report
#870 fix logger load Helper class from parent ClassLoader problem
#865 logger command support log4j2
#862 logger command print AsyncAppender blocking info


Issues: https://github.com/alibaba/arthas/milestone/8?closed=1

#848 支持用户数据回报
#870 修复logger可能加载到parent ClassLoader里的Helper类的问题
#865 logger command support log4j2
#862 logger command print AsyncAppender blocking info

arthas-all-3.1.3

18 Sep 17:02
Compare
Choose a tag to compare

Issues: https://github.com/alibaba/arthas/milestone/7?closed=1

#851 fix jad command do not work under JDK 6/7
#855 alert error message when webconsole connect error
#857 Upgrade cfr to 0.146


Issues: https://github.com/alibaba/arthas/milestone/7?closed=1

#851 修复jad命令在 JDK 6/7下不工作的问题
#855 在webconsole上连接出错时,弹出提示框
#857 升级 cfr 到 0.146

arthas-all-3.1.2

09 Sep 03:37
Compare
Choose a tag to compare

Issues: https://github.com/alibaba/arthas/milestone/6?closed=1

#835 Support reverse tunnel proxy
#816 Support RPM package
#775 Support Debian Package.

#837 Add heapdump command
#839 Add vmoption command
#736 Add logger command to print all logger information
#707 Add stop command, alias for shutdown command
#766 sc sm support -c
#767 sm -m print classLoaderhash
#803 Command prompt change to arthas@pid
#776 <ctrl+L> clear screen

#753 Upgrade crf to 0.145
#746 fix tt time cost less than zero


Issues: https://github.com/alibaba/arthas/milestone/6?closed=1

#835 支持反向代理Server
#816 支持打包为 RPM
#775 支持打包为 deb

#837 增加 heapdump 命令
#839 增加 vmoption 命令
#736 增加logger命令
#707 增加stop命令,是shutdown命令的别名
#766 sc sm 命令 加上-c支持
#767 sm -m 新增classLoaderhash的展示
#803 命令行提示符改为arthas@pid形式
#776 支持<ctrl+L>清屏快捷键

#753 Upgrade crf to 0.145
#746 修复tt命令里的cost负数的问题
#420 中文文档里网页内锚点跳转失效的问题