Skip to content

Releases: alibaba/arthas

arthas-all-3.7.2

02 Jan 14:06
Compare
Choose a tag to compare

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

  • arthas-spring-boot-starter support spring boot3. #2524
  • upgrade spring-boot 2 to 2.7.15, spring boot 3 to 3.1.7
  • upgrade bytekit to 0.0.9 (#2775)
  • fix not use arthasHome when constructing ArthasAgent(#2544)
  • fix AnsiLog static init may error. #2740
  • sysenv/sysprop command sorted by key #2619 (#2652)
  • upgrade bytebuddy to 1.14.11
  • UserStat support agentId (#2501)

arthas-all-3.7.1

24 Aug 12:32
Compare
Choose a tag to compare

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

  • #2620 当 listen 0.0.0.0 时,默认生成随机密码,需要鉴权

  • #2633 修复在线教程,切换到 killercoda feat: update online tutorials, switch to killercoda

arthas-all-3.7.0

02 Aug 09:05
Compare
Choose a tag to compare

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

  • #2572 tunnel-server detail-pages 页面支持自定义 port
  • #2603 tunnel server 里的 SimpleHttpResponse 序列化增加白名单

arthas-all-3.6.9

10 May 02:52
Compare
Choose a tag to compare

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

  • #2481 为使用Alpine Linux作为Docker基础镜像的Java应用提供profiler命令支持

  • #2480 数据回报支持 agentId

  • #2505 upgrade async-profiler to v2.9

  • #2487 某些JDK执行 jps 命令会 core dump,在脚本里需要处理

  • #2485 改进arthas-vmtool 的编译支持,支持JDK 11,去掉多余的头文件等

arthas-all-3.6.8

19 Apr 15:58
Compare
Choose a tag to compare

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

  • #2226 考虑使用QEMU支持编译vmtool linux aarch64 ,支持 linux arm64

  • #2443 补充针对linux系统的非主流架构的编译构建使用支持

  • #2444 利用github action 更新 vmtool lib

  • #2470 Upgrade asm to 9.5, support Java 21

  • #2350 classloader 命令支持高版本jdk 的 jdk.internal.loader.ClassLoaders$AppClassLoader

  • #2427 feat: 添加打断指定线程的功能

  • #2448 websocket idle time 从 60s 改为 10s

  • #2441 Update heapdump.md

  • #2468 Add -n command example to mbean commands

  • #2478 support build vmtool linux aarch64

  • #2432 Add http header connection close

  • #2353 doc(web ui):update document about introduction

  • #2378 watch/trace 等需要支持匹配到 class 的最大数量限制

  • #2385 Fix issue: make watch/trace/... cmds support a new option to controll the max number of matched class.

  • #2371 doc: 当jdk版本大于9时 perfcount命令提示增加相关的启动参数

  • #2412 fix the priority of environment properties

  • #2411 fix AnsiLog format NullPointerException

  • #2397 fix TelnetConsole#process() return status

  • #2399 fix attach doublecheck

  • #2347 perf(web ui): dashboard

  • #2344 fix(web ui):support relative paths

  • #2348 maven仓库上面的几乎所有的arthas项目的HomePage链接都是无效链接

arthas-all-3.6.7

15 Nov 07:59
Compare
Choose a tag to compare

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

  • #2318 #2325 #2328 #2304 #2302 #2292 New Web UI for arthas

  • #2331 chore(web ui):ref tunnel modules

  • #2329 fix issue: support ClassLoader#toString() for sc command.

  • #2342 在 wisp 的场景,执行 thread -n -1 会出错

  • #2320 HTTP API monitor command return timestamp

  • #2316 fix issue: packaging arthas-vmtool failed in 32-bit windows.

  • #2308 fix issue:sc command throws NPE.

  • #2289 当使用 ARTHAS_LIB_DIR 环境变量时,明确打印日志

  • #2286 fix: solved duplicate run addOldDocsContributors in same page

arthas-all-3.6.6

04 Sep 07:32
Compare
Choose a tag to compare

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

  • #2269 logger命令容易抛出 NoClassDefFoundError: org/apache/logging/log4j/core/LoggerContext
  • #2166 有一些agent为了通配所有的java进程,会设置一个全局的 JAVA_TOOL_OPTIONS ,在as.sh/arthas-boot 里把这个变量打印并提示
  • #2270 chore(docs): adapted vuepress2 beta51

arthas-all-3.6.5

26 Aug 03:17
Compare
Choose a tag to compare

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

  • #2262 Add jfr command

  • #2261 HTTP API返回对象支持类似 terminal 方式展示Object

  • #2202 Upgrade asm to 9.3, support Java 19

  • #2231 arthas网站支持DocSearch

  • #2249 当使用jdk11去 attach jdk8 应用时,会抛异常com.sun.tools.attach.AgentLoadException: 0 ,但实际上已经attach成功了

  • #2242 fix(docs): refactor sidebar

  • #2238 fix(docs): fix badge component

  • #2237 docs(plugin): fix page can not get version data

  • #2233 docs(style/plugin): add a version tag to the navbar and add the DocSearch plugin

arthas-all-3.6.4

30 Jul 09:43
Compare
Choose a tag to compare

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

  • #2232 tunnel server默认不开启detail-pages
  • #2161 切换到基于vue press的全新文档系统

arthas-all-3.6.3

13 Jun 07:23
Compare
Choose a tag to compare

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

  • #2199 fastjosn使用 1.2.83_noneautotype 版本依赖