Skip to content

Releases: alibaba/arthas

arthas-all-3.5.2

21 Jun 09:20
Compare
Choose a tag to compare

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

  • #1821 support disabled commands
  • #1817 Trace命令可能在多次执行后,不打印结果
  • #1799 删掉过时的 shutdown 命令
  • #1820 update arthas idea help link
  • #1809 Session被主动关闭时可能造成SharingResultDistributor资源不释放的问题
  • #1801 为基础命令增加具体的页面

arthas-all-3.5.1

13 May 15:55
Compare
Choose a tag to compare

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

  • #1784 #1781 Add vmtool command

  • #1786 Remove the useless resetClassFileTransformer in Enhancer

  • #1779 #1778 对于非chunk response,返回标准的content-length字段

  • #1772 The jvm command may throw exception: java.lang.NullPointerException

  • #1767 jad的一个小小的显示问题 bug

  • #1764 remove env JAVA_TOOL_OPTIONS

  • #1757 去掉默认配置项 arthas.enhanceLoaders=java.lang.ClassLoader ,避免attach后导致系统负载飙升

  • #1755 Thread -n -1 不能正常工作 bug

  • #1748 当找不到java进程时,提示不清晰,应该提示用户执行jps命令

  • #1743 增加一个 ognl 的在线,可编辑的示例,帮助用户自己调试 ognl表达式

  • #1740 当Object输出时,可能会抛出异常,打印 ERROR DATA!!! exception message: null

  • #1738 把 arthas-demo 改名为 math-game ,避免新用户感到疑惑

  • #1737 arthas spring boot starter启动失败后,没有打印具体出错端口

arthas-all-3.5.0

09 Mar 06:43
Compare
Choose a tag to compare

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

  • #1655 增加password 鉴权机制

  • #1724 Add auth command, support authentication

  • #1719 Print main class in welcome message

  • #1727 Tunnel server websocket support url with parameters

  • #1712 当异常栈结果为0长数组时,trace 命令抛出异常 java.lang.ArrayIndexOutOfBoundsException: 0

  • #1714 tunnel server 使用 X-Forwarded-For header来读取源IP

  • #1725 arthas-boot 的 --app-name 选项不生效 bug

  • #1720 TunnelClient 可能打印出 An exceptionCaught() event was fired, and it reached at the tail of the pipeline

  • #1717 使用tunnel client时应用的标准输出可能打印 java.io.IOException: Connection reset by peer

  • #1713 upgrade mvnw, use maven 3.6.3

arthas-all-3.4.8

26 Feb 08:00
Compare
Choose a tag to compare

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

  • #1711 3.4.7 版本 jad命令不兼容jdk 7 bug

arthas-all-3.4.7

25 Feb 15:13
Compare
Choose a tag to compare

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

  • #1 jad 命令增加选项支持显示行号

  • #1690 trace/watch 增强 cglib 生成代理类 EnhancerBySpringCGLIB 时,抛出 java.lang.VerifyError

  • #1701 Upgrade asm to 9.1 to support JDK 17

  • #1704 3.4.6版本Arthas http接口使用一段时间后无法使用

  • #1702 Upgrade async-profiler to 1.8.3

  • #1573 用tunnel-server连接springboot的arthas一段时间后报Can not find arthas agent by id

  • #1705 fix save command history npe, improve load/save history logic

  • #1700 使用dashboard命令卡主

  • #1695 Upgrade cfr to 0.151

  • #1674 stack命令可能会在 StackAdviceListener 抛出 NullPointerException

  • #1678 dashboard 命令可能在获取 tomcat信息时出错,需要处理

  • #1685 Upgrade netty to 4.1.58.Final

  • #1680 fonts.loli.net 的字体可能加载不到,尝试去掉

arthas-all-3.4.6

11 Jan 14:23
Compare
Choose a tag to compare

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

  • #1651 增加 retransform 命令

  • #1646 增加 base64 命令

  • #1641 arthas-output 目录可配置

  • #1497 as.sh 脚本 有 -c 参数 支持手动选择pid,避免执行批量脚本开发重复逻辑

  • #1628 watch command support print access point

  • #1638 watch/trace命令支持 --exclude-class-pattern 选项,可以排除掉指定的类

  • #1612 support big file download,for heap file ex.

  • #1579 通过http api执行 stop后,arthas再次attach失败问题

  • #1661 HTTP API可能反序列化失败,fastjson没有忽略getter error问题

  • #1613 Http接口获取watch信息,参数中如果有对象,会在接口中返回"$ref": "$.body.results[16].value[0][2]"

  • #1619 fastjson不兼容,导致attach到JDK1.6运行的进程后发送http请求报错 java.lang.ClassNotFoundException: java.time.LocalDateTime

  • #1611 arthas启动出错ArthasBanner.welcome ExceptionInInitializerError

  • #1609 Upgrade bytekit to 0.0.4

  • #1645 fix NullPointerException in MBeanView

  • #1623 Add dateformat option for fastjson

  • #1614 Json serilize for object httpapi

  • #1565 trace命令追踪native函数报错

  • #1608 Some code optimization

  • #1604 improve reproducibility of the build

arthas-all-3.4.5

04 Dec 07:00
Compare
Choose a tag to compare

arthas-all-3.4.4

04 Nov 04:59
Compare
Choose a tag to compare

arthas-all-3.4.3

27 Sep 15:14
Compare
Choose a tag to compare

arthas-all-3.4.2

22 Sep 14:32
Compare
Choose a tag to compare

Issues: https://github.com/alibaba/arthas/milestone/23?closed=1
Release notes: https://github.com/alibaba/arthas/wiki/Arthas-3.4.2-Release-Notes

  • Fix metaspace OOM problem when trace large method (#1510)
  • Improve dashboard/thread cpu time sampling (#1501)
  • Improve arthas stop logic (#1517)