Skip to content

Commit

Permalink
Update release and version
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Nov 4, 2024
1 parent 448ae30 commit e0ef0db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
7. Retry strategy now includes method matching conditions
8. Support for disabling conflicting Spring Cloud instance providers
9. Support for token authentication
10. Support for leaky bucket and smooth preheat token bucket rate limiting algorithms
10. Support for leaky bucket and smooth warmup token bucket rate limiting algorithms
11. Support for rate limiting based on system load
12. RPC now also supports Query and Cookie matching for hot parameter rate limiting
13. Service registration now includes warm-up parameters, including startup time, weight, and warm-up time
Expand Down
2 changes: 1 addition & 1 deletion joylive-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</scm>

<properties>
<revision>1.4.0-SNAPSHOT</revision>
<revision>1.4.0</revision>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</scm>

<properties>
<revision>1.4.0-SNAPSHOT</revision>
<revision>1.4.0</revision>
<lombok.version>1.18.34</lombok.version>
<mockito-core.version>4.11.0</mockito-core.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
Expand Down

0 comments on commit e0ef0db

Please sign in to comment.