Skip to content

Commit

Permalink
docs: 1.1.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
stun4j committed Jul 22, 2021
1 parent c599159 commit 56e00ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

| 稳定版 | 主要变动 | 发布日期 |
| ------------- | ------------- | ------------|
| 1.1.3 | 优化内部算法性能| 07/22/2021 |
| 1.1.2 | 优化启动性能 | 04/27/2021 |
| 1.1.1 | ID唯一性潜在bug修复 | 04/15/2021 |
| 1.1.0 | 优化UUID同时引入了一种FastUUID算法 | 04/12/2021 |


## 功能特性
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.stun4j</groupId>
<artifactId>stun4j-guid</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions README_en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

| Stable Release Version | Major change | Release Date |
| ------------- | ------------- | ------------|
| 1.1.3 | Optimize internal algorithm performance | 07/22/2021 |
| 1.1.2 | Optimize startup performance | 04/27/2021 |
| 1.1.1 | ID uniqueness potential bug fix | 04/15/2021 |
| 1.1.0 | Optimize UUID and introduce a FastuUID algorithm | 04/12/2021 |

## Feature
* Global unique id-generating,fully distributed(treat system-process as minimal working unit,hence,the id-gen is fully workable,even in the pseudo-cluster environment)
* Clound-native friendly,fully workable on virtualization environment with floating ip/port i.e. k8s,docker etc.
* Clound-native friendly,fully workable on virtualization environment with floating ip/port.
* Ultra fast on id-generating, **over million QPS per single process/node**
* Monotonic increasing mechanism, based on twitter-snowflake algorithm, clock-backwards awarness,self-healable
* The artifact is a very-small jar,with minimal dependencies, easy to use
Expand All @@ -26,7 +26,7 @@ Stun4J-Guid is deployed at sonatypes open source maven repository. You can pull
<dependency>
<groupId>com.stun4j</groupId>
<artifactId>stun4j-guid</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down

0 comments on commit 56e00ed

Please sign in to comment.