Skip to content

Commit

Permalink
[skip ci] Update README & RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Jul 2, 2022
1 parent efe3642 commit a166351
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The best practise of using Booster is integrating the specific module to solve t
```groovy
buildscript {
ext.booster_version = '4.10.0'
ext.booster_version = '4.11.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -124,7 +124,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
```groovy
plugins {
id 'com.didiglobal.booster' version '4.10.0'
id 'com.didiglobal.booster' version '4.11.0'
}
```

Expand Down
16 changes: 13 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v4.11.0

- Grouping tasks into group `booster`
- Dependency acquisition enhancement
- Fix transform timing issue
- Add [booster-cha-asm](https://github.com/didi/booster/blob/v4.11.0/booster-cha-asm) to support ASM based CHA
- Improvement for [booster-task-analyser](https://github.com/didi/booster/blob/v4.11.0/booster-task-analyser)
- Load all classes of a composite class set before accessing
- Fix bug of resolving project dependencies

## v4.10.0

- Improve ClassSet to avoid memory leaks
Expand All @@ -13,20 +23,20 @@
- Fix [CVE-2020-15250] In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability
- Fix variant artifacts acquiring
- Fix integration tests
- Refactoring `booster-graph` to support grouping and render options
- Refactoring [booster-graph](https://github.com/didi/booster/blob/v4.9.0/booster-graph) to support grouping and render options

## v4.8.0

- Fix issue [#311](https://github.com/didi/booster/issues/311)
- Add api `mergeNativeLibsTaskProvider`
- Add `booster-graph` to generate graph with `dot`
- Add [booster-graph](https://github.com/didi/booster/blob/v4.8.0/booster-graph) to generate graph with `dot`
- Using deferred task instead of creating task directly
- Reverse the edge direction of the task graph

## v4.7.0

- Add `DotGraph.visualize()` for graph visualization
- Add `booster-task-graph` for task graph visualization
- Add [booster-task-graph](https://github.com/didi/booster/blob/v4.7.0/booster-task-graph) for task graph visualization
- Fix improper task dependencies
- Fix issue [#304](https://github.com/didi/booster/issues/304): `ScheduledThreadPoolExecutor` transform bug

Expand Down

0 comments on commit a166351

Please sign in to comment.