Skip to content

Commit

Permalink
ci: upgrade to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Dec 15, 2019
1 parent 2232c0e commit 05c5bfd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

> [CHANGELOG](https://github.com/Jacksgong/ThreadDebugger/blob/master/CHANGELOG.md)|[中文迭代日志](https://github.com/Jacksgong/ThreadDebugger/blob/master/CHANGELOG_zh.md)
## Version 1.6.3

_2019-12_15_

- Fix: Fix low case for stack overflow when ExceedWait no active and exceed-queue more then one wait job
- Fix: Fix small case exceed queue can't be consume but wait for new task

## Version 1.6.2

_2019-08-01_
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_zh.md
Expand Up @@ -2,6 +2,13 @@

> [CHANGELOG](https://github.com/Jacksgong/ThreadDebugger/blob/master/CHANGELOG.md)|[中文迭代日志](https://github.com/Jacksgong/ThreadDebugger/blob/master/CHANGELOG_zh.md)
## Version 1.6.3

_2019-12_15_

- 修复: 修复极低概率下ExceedWait在等待队列的大小大于0并且运行中的任务小于等于0的时候可能出现stackoverflow异常的问题
- 修复: 修复极小概率只有在有新任务进来的时候等待队列才能被消化的问题

## Version 1.6.2

_2019-08-01_
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -29,10 +29,10 @@ ThreadDebugger and ThreadPool is installed by adding the following dependency to
```groovy
dependencies {
// If you need use ThreadDebugger.
debugImplementation'cn.dreamtobe.threaddebugger:threaddebugger:1.6.2'
releaseImplementation'cn.dreamtobe.threaddebugger:threaddebugger-no-op:1.6.2'
debugImplementation'cn.dreamtobe.threaddebugger:threaddebugger:1.6.3'
releaseImplementation'cn.dreamtobe.threaddebugger:threaddebugger-no-op:1.6.3'
// If you need use ThreadPool.
implementation'cn.dreamtobe.threaddebugger:threadpool:1.6.2'
implementation'cn.dreamtobe.threaddebugger:threadpool:1.6.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=1.6.2
VERSION_NAME=1.6.3
BUILD_TOOLS_VERSION=29.0.2
COMPILE_SDK_VERSION=29

Expand Down

0 comments on commit 05c5bfd

Please sign in to comment.