Skip to content

Commit 3097974

Browse files
committed
bump version to 2.5.0-SNAPSHOT
1 parent a070aa1 commit 3097974

File tree

3 files changed

+24
-26
lines changed

3 files changed

+24
-26
lines changed

CHANGES.md

+3-25
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,10 @@ Changes by Version
22
==================
33
Release Notes.
44

5-
Apollo 2.4.0
5+
Apollo 2.5.0
66

77
------------------
8-
* [Update the server config link in system info page](https://github.com/apolloconfig/apollo/pull/5204)
9-
* [Feature support portal restTemplate Client connection pool config](https://github.com/apolloconfig/apollo/pull/5200)
10-
* [Feature added the ability for administrators to globally search for Value](https://github.com/apolloconfig/apollo/pull/5182)
11-
* [Fix: Resolve issues with duplicate comments and blank lines in configuration management](https://github.com/apolloconfig/apollo/pull/5232)
12-
* [Fix link namespace published items show missing some items](https://github.com/apolloconfig/apollo/pull/5240)
13-
* [Feature: Add limit and whitelist for namespace count per appid+cluster](https://github.com/apolloconfig/apollo/pull/5228)
14-
* [Feature support the observe status access-key for pre-check and logging only](https://github.com/apolloconfig/apollo/pull/5236)
15-
* [Feature add limit for items count per namespace](https://github.com/apolloconfig/apollo/pull/5227)
16-
* [Feature: Add ConfigService cache record stats function](https://github.com/apolloconfig/apollo/pull/5247)
17-
* [RefreshAdminServerAddressTask supports dynamic configuration of time interval](https://github.com/apolloconfig/apollo/pull/5248)
18-
* [Refactor: Configuration files uniformly use Kebab style](https://github.com/apolloconfig/apollo/pull/5262)
19-
* [Feature: openapi query namespace support not fill item](https://github.com/apolloconfig/apollo/pull/5249)
20-
* [Refactor: align database ClusterName and NamespaceName fields lengths](https://github.com/apolloconfig/apollo/pull/5263)
21-
* [Feature: Added the value length limit function for AppId-level configuration items](https://github.com/apolloconfig/apollo/pull/5264)
22-
* [Fix: ensure clusters order in envClusters open api](https://github.com/apolloconfig/apollo/pull/5277)
23-
* [Fix: bump xstream from 1.4.20 to 1.4.21 to fix CVE-2024-47072](https://github.com/apolloconfig/apollo/pull/5280)
24-
* [Feature: highlight diffs for properties](https://github.com/apolloconfig/apollo/pull/5282)
25-
* [Feature: Add rate limiting function to ConsumerToken](https://github.com/apolloconfig/apollo/pull/5267)
26-
* [Feature: add JSON formatting function in apollo-portal](https://github.com/apolloconfig/apollo/pull/5287)
27-
* [Fix: add missing url patterns for AdminServiceAuthenticationFilter](https://github.com/apolloconfig/apollo/pull/5291)
28-
* [Fix: support java.time.Instant serialization with gson](https://github.com/apolloconfig/apollo/pull/5298)
29-
* [Feature: support to assign users management authority by the cluster (modify, publish)](https://github.com/apolloconfig/apollo/pull/5302)
30-
* [Feature: notification by email when releasing by OpenApi also](https://github.com/apolloconfig/apollo/pull/5324)
8+
*
319

3210
------------------
33-
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/15?closed=1)
11+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/16?closed=1)

changes/changes-2.4.0.md

+20
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ Apollo 2.4.0
88
* [Update the server config link in system info page](https://github.com/apolloconfig/apollo/pull/5204)
99
* [Feature support portal restTemplate Client connection pool config](https://github.com/apolloconfig/apollo/pull/5200)
1010
* [Feature added the ability for administrators to globally search for Value](https://github.com/apolloconfig/apollo/pull/5182)
11+
* [Fix: Resolve issues with duplicate comments and blank lines in configuration management](https://github.com/apolloconfig/apollo/pull/5232)
12+
* [Fix link namespace published items show missing some items](https://github.com/apolloconfig/apollo/pull/5240)
13+
* [Feature: Add limit and whitelist for namespace count per appid+cluster](https://github.com/apolloconfig/apollo/pull/5228)
1114
* [Feature support the observe status access-key for pre-check and logging only](https://github.com/apolloconfig/apollo/pull/5236)
15+
* [Feature add limit for items count per namespace](https://github.com/apolloconfig/apollo/pull/5227)
16+
* [Feature: Add ConfigService cache record stats function](https://github.com/apolloconfig/apollo/pull/5247)
17+
* [RefreshAdminServerAddressTask supports dynamic configuration of time interval](https://github.com/apolloconfig/apollo/pull/5248)
18+
* [Refactor: Configuration files uniformly use Kebab style](https://github.com/apolloconfig/apollo/pull/5262)
19+
* [Feature: openapi query namespace support not fill item](https://github.com/apolloconfig/apollo/pull/5249)
20+
* [Refactor: align database ClusterName and NamespaceName fields lengths](https://github.com/apolloconfig/apollo/pull/5263)
21+
* [Feature: Added the value length limit function for AppId-level configuration items](https://github.com/apolloconfig/apollo/pull/5264)
22+
* [Fix: ensure clusters order in envClusters open api](https://github.com/apolloconfig/apollo/pull/5277)
23+
* [Fix: bump xstream from 1.4.20 to 1.4.21 to fix CVE-2024-47072](https://github.com/apolloconfig/apollo/pull/5280)
24+
* [Feature: highlight diffs for properties](https://github.com/apolloconfig/apollo/pull/5282)
25+
* [Feature: Add rate limiting function to ConsumerToken](https://github.com/apolloconfig/apollo/pull/5267)
26+
* [Feature: add JSON formatting function in apollo-portal](https://github.com/apolloconfig/apollo/pull/5287)
27+
* [Fix: add missing url patterns for AdminServiceAuthenticationFilter](https://github.com/apolloconfig/apollo/pull/5291)
28+
* [Fix: support java.time.Instant serialization with gson](https://github.com/apolloconfig/apollo/pull/5298)
29+
* [Feature: support to assign users management authority by the cluster (modify, publish)](https://github.com/apolloconfig/apollo/pull/5302)
30+
* [Feature: notification by email when releasing by OpenApi also](https://github.com/apolloconfig/apollo/pull/5324)
31+
1232
------------------
1333
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/15?closed=1)

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</developers>
6161

6262
<properties>
63-
<revision>2.4.0</revision>
63+
<revision>2.5.0-SNAPSHOT</revision>
6464
<java.version>1.8</java.version>
6565
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6666
<apollo-java.version>2.4.0</apollo-java.version>

0 commit comments

Comments
 (0)