Skip to content

Commit 782e46a

Browse files
committed
chore: bump version to 3.0.0-SNAPSHOT
1 parent 52253b3 commit 782e46a

File tree

3 files changed

+42
-31
lines changed

3 files changed

+42
-31
lines changed

CHANGES.md

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,10 @@ Changes by Version
22
==================
33
Release Notes.
44

5-
Apollo 2.5.0
5+
Apollo 3.0.0
66

77
------------------
8-
* [Refactor: align permission validator api between openapi and portal](https://github.com/apolloconfig/apollo/pull/5337)
9-
* [Feature: Provide a new configfiles API to return the raw content of configuration files directly](https://github.com/apolloconfig/apollo/pull/5336)
10-
* [Feature: Enhanced instance configuration auditing and caching](https://github.com/apolloconfig/apollo/pull/5361)
11-
* [Feature: Provide a new open API to return the organization list](https://github.com/apolloconfig/apollo/pull/5365)
12-
* [Refactor: Exception handler adds root cause information](https://github.com/apolloconfig/apollo/pull/5367)
13-
* [Feature: Enhanced parameter verification for edit item](https://github.com/apolloconfig/apollo/pull/5376)
14-
* [Feature: Added a new feature to get instance count by namespace.](https://github.com/apolloconfig/apollo/pull/5381)
15-
* [Bugfix: Remove cluster-related roles and permissions upon deletion](https://github.com/apolloconfig/apollo/pull/5395)
16-
* [Security: Prevent unauthorized access to other users' apps in /apps/by-owner endpoint](https://github.com/apolloconfig/apollo/pull/5396)
17-
* [Fix: Bump h2database and snakeyaml version](https://github.com/apolloconfig/apollo/pull/5406)
18-
* [Bugfix: Correct permission target format to appId+env+namespace/cluster](https://github.com/apolloconfig/apollo/pull/5407)
19-
* [Security: Hide password when registering or modifying users](https://github.com/apolloconfig/apollo/pull/5414)
20-
* [Fix: the logical judgment for configuration addition, deletion, and modification.](https://github.com/apolloconfig/apollo/pull/5432)
21-
* [Feature support incremental configuration synchronization client](https://github.com/apolloconfig/apollo/pull/5288)
22-
* [optimize: Implement unified permission verification logic and Optimize the implementation of permission verification](https://github.com/apolloconfig/apollo/pull/5456)
23-
* [CI: Add code and header formatter by spotless plugin](https://github.com/apolloconfig/apollo/pull/5485)
24-
* [Fix: Operate the AccessKey multiple times within one second](https://github.com/apolloconfig/apollo/pull/5490)
25-
* [Bugfix: Prevent accidental cache deletion when recreating AppNamespace with the same name and appid](https://github.com/apolloconfig/apollo/issues/5502)
26-
* [Feature: Support ordinary users to modify personal information](https://github.com/apolloconfig/apollo/pull/5511)
27-
* [Feature: Support exporting and importing configurations for specified applications and clusters](https://github.com/apolloconfig/apollo/pull/5517)
28-
* [doc: Add rust apollo client link](https://github.com/apolloconfig/apollo/pull/5514)
29-
* [Perf: optimize namespace-related interface](https://github.com/apolloconfig/apollo/pull/5518)
30-
* [Perf: Replace synchronized multimap with concurrent hashmap in NotificationControllerV2 for better performance](https://github.com/apolloconfig/apollo/pull/5532)
31-
* [Feature: Enable graceful shutdown for apollo-adminservice and apollo-configservice](https://github.com/apolloconfig/apollo/pull/5536)
32-
* [Feature: Support search box and fullscreen in namespace text editor](https://github.com/apolloconfig/apollo/pull/5545)
33-
* [CI: Add portal UI Playwright e2e gate on PRs with JDK 17](https://github.com/apolloconfig/apollo/pull/5551)
34-
* [CI: Add portal auth matrix Playwright E2E gate for LDAP and OIDC login flows](https://github.com/apolloconfig/apollo/pull/5557)
35-
* [CI: Add standalone Docker validation workflow with Java 17 runtime image checks](https://github.com/apolloconfig/apollo/pull/5558)
8+
*
9+
3610
------------------
37-
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/16?closed=1)
11+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/18?closed=1)

changes/changes-2.5.0.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Changes by Version
2+
==================
3+
Release Notes.
4+
5+
Apollo 2.5.0
6+
7+
------------------
8+
* [Refactor: align permission validator api between openapi and portal](https://github.com/apolloconfig/apollo/pull/5337)
9+
* [Feature: Provide a new configfiles API to return the raw content of configuration files directly](https://github.com/apolloconfig/apollo/pull/5336)
10+
* [Feature: Enhanced instance configuration auditing and caching](https://github.com/apolloconfig/apollo/pull/5361)
11+
* [Feature: Provide a new open API to return the organization list](https://github.com/apolloconfig/apollo/pull/5365)
12+
* [Refactor: Exception handler adds root cause information](https://github.com/apolloconfig/apollo/pull/5367)
13+
* [Feature: Enhanced parameter verification for edit item](https://github.com/apolloconfig/apollo/pull/5376)
14+
* [Feature: Added a new feature to get instance count by namespace.](https://github.com/apolloconfig/apollo/pull/5381)
15+
* [Bugfix: Remove cluster-related roles and permissions upon deletion](https://github.com/apolloconfig/apollo/pull/5395)
16+
* [Security: Prevent unauthorized access to other users' apps in /apps/by-owner endpoint](https://github.com/apolloconfig/apollo/pull/5396)
17+
* [Fix: Bump h2database and snakeyaml version](https://github.com/apolloconfig/apollo/pull/5406)
18+
* [Bugfix: Correct permission target format to appId+env+namespace/cluster](https://github.com/apolloconfig/apollo/pull/5407)
19+
* [Security: Hide password when registering or modifying users](https://github.com/apolloconfig/apollo/pull/5414)
20+
* [Fix: the logical judgment for configuration addition, deletion, and modification.](https://github.com/apolloconfig/apollo/pull/5432)
21+
* [Feature support incremental configuration synchronization client](https://github.com/apolloconfig/apollo/pull/5288)
22+
* [optimize: Implement unified permission verification logic and Optimize the implementation of permission verification](https://github.com/apolloconfig/apollo/pull/5456)
23+
* [CI: Add code and header formatter by spotless plugin](https://github.com/apolloconfig/apollo/pull/5485)
24+
* [Fix: Operate the AccessKey multiple times within one second](https://github.com/apolloconfig/apollo/pull/5490)
25+
* [Bugfix: Prevent accidental cache deletion when recreating AppNamespace with the same name and appid](https://github.com/apolloconfig/apollo/issues/5502)
26+
* [Feature: Support ordinary users to modify personal information](https://github.com/apolloconfig/apollo/pull/5511)
27+
* [Feature: Support exporting and importing configurations for specified applications and clusters](https://github.com/apolloconfig/apollo/pull/5517)
28+
* [doc: Add rust apollo client link](https://github.com/apolloconfig/apollo/pull/5514)
29+
* [Perf: optimize namespace-related interface](https://github.com/apolloconfig/apollo/pull/5518)
30+
* [Perf: Replace synchronized multimap with concurrent hashmap in NotificationControllerV2 for better performance](https://github.com/apolloconfig/apollo/pull/5532)
31+
* [Feature: Enable graceful shutdown for apollo-adminservice and apollo-configservice](https://github.com/apolloconfig/apollo/pull/5536)
32+
* [Feature: Support search box and fullscreen in namespace text editor](https://github.com/apolloconfig/apollo/pull/5545)
33+
* [CI: Add portal UI Playwright e2e gate on PRs with JDK 17](https://github.com/apolloconfig/apollo/pull/5551)
34+
* [CI: Add portal auth matrix Playwright E2E gate for LDAP and OIDC login flows](https://github.com/apolloconfig/apollo/pull/5557)
35+
* [CI: Add standalone Docker validation workflow with Java 17 runtime image checks](https://github.com/apolloconfig/apollo/pull/5558)
36+
------------------
37+
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/16?closed=1)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</developers>
6161

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

0 commit comments

Comments
 (0)