Skip to content

Commit 99dc923

Browse files
Merge pull request #1431 from eclipse-tractusx/release/v2.6.0-RC1
chore(v2.6.0-RC1): merge release into main #1431
2 parents 5b79a7f + e0e3223 commit 99dc923

File tree

8 files changed

+45
-12
lines changed

8 files changed

+45
-12
lines changed

.tractusx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
leadingRepository: "https://github.com/eclipse-tractusx/portal"
2121
openApiSpecs:
22+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/administration-service.yaml"
2223
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/administration-service.yaml"
23-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0/docs/api/administration-service.yaml"
24+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/apps-service.yaml"
2425
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/apps-service.yaml"
25-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0/docs/api/apps-service.yaml"
26+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/notifications-service.yaml"
2627
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/notifications-service.yaml"
27-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0/docs/api/notifications-service.yaml"
28+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/registration-service.yaml"
2829
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/registration-service.yaml"
29-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0/docs/api/registration-service.yaml"
30+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/services-service.yaml"
3031
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/services-service.yaml"
31-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0/docs/api/services-service.yaml"

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
44

55
## Unreleased
66

7+
## 2.6.0-RC1
8+
9+
### Feature
10+
11+
* **App & Service Subscriptions**
12+
* add createdAt to subscription status response [#1406](https://github.com/eclipse-tractusx/portal-backend/pull/1406)
13+
14+
### Bugfixes
15+
16+
* **Connector**
17+
* remove pending subsciptions from managed connectors [#1418](https://github.com/eclipse-tractusx/portal-backend/issues/1418)
18+
* add connector type check for validate technical user [#1427](https://github.com/eclipse-tractusx/portal-backend/pull/1427)
19+
20+
* **Subscription Configuration**
21+
* switch auth and service url in subscription payload [#1403](https://github.com/eclipse-tractusx/portal-backend/pull/1403)
22+
* add auth url suffix if missing [#1425](https://github.com/eclipse-tractusx/portal-backend/pull/1425)
23+
24+
* **Administration Endpoints**
25+
* set default page and pageSize values for paginated get APIs [#1367](https://github.com/eclipse-tractusx/portal-backend/pull/1367)
26+
27+
* **Registration**
28+
* region regex update [#1405](https://github.com/eclipse-tractusx/portal-backend/pull/1405)
29+
30+
* **Error Handling**
31+
* adjust conflict exception error message [#1395](https://github.com/eclipse-tractusx/portal-backend/issues/1395)
32+
* add exception handling for connector without tech user [#1411](https://github.com/eclipse-tractusx/portal-backend/pull/1411)
33+
* fix json deserialization errors resulting in Error 500 [#1423](https://github.com/eclipse-tractusx/portal-backend/pull/1423)
34+
35+
### Technical Support
36+
37+
* **Dependencies**
38+
* updated app dependencies [#1370](https://github.com/eclipse-tractusx/portal-backend/pull/1370), [#1389](https://github.com/eclipse-tractusx/portal-backend/pull/1389), [#1361](https://github.com/eclipse-tractusx/portal-backend/pull/1361), [#1408](https://github.com/eclipse-tractusx/portal-backend/pull/1408), [#1416](https://github.com/eclipse-tractusx/portal-backend/pull/1416)
39+
740
## 2.5.0
841

942
### Feature

docs/api/administration-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Administration.Service
4-
version: v2.5.0
4+
version: v2.6.0-RC1
55
paths:
66
/api/administration/companydata/ownCompanyDetails:
77
get:

docs/api/apps-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Apps.Service
4-
version: v2.5.0
4+
version: v2.6.0-RC1
55
paths:
66
'/api/apps/AppChange/{appId}/role/activeapp':
77
post:

docs/api/notifications-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Notifications.Service
4-
version: v2.5.0
4+
version: v2.6.0-RC1
55
paths:
66
/api/notification/errormessage:
77
get:

docs/api/registration-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Registration.Service
4-
version: v2.5.0
4+
version: v2.6.0-RC1
55
paths:
66
/api/registration/errormessage:
77
get:

docs/api/services-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Services.Service
4-
version: v2.5.0
4+
version: v2.6.0-RC1
55
paths:
66
/api/services/errormessage:
77
get:

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<Project>
2121
<PropertyGroup>
22-
<VersionPrefix>2.5.0</VersionPrefix>
23-
<VersionSuffix></VersionSuffix>
22+
<VersionPrefix>2.6.0</VersionPrefix>
23+
<VersionSuffix>RC1</VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)