Skip to content

Commit f7390f1

Browse files
authored
build(2.4.0-RC1): bump version and update docs (#1266)
* adjust changelog * bump version * update docs --------- Refs: eclipse-tractusx/portal#502 Reviewed-By: Evelyn Gurschler <[email protected]>
1 parent a3fd8de commit f7390f1

8 files changed

+57
-11
lines changed

.tractusx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
leadingRepository: "https://github.com/eclipse-tractusx/portal"
2121
openApiSpecs:
2222
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/administration-service.yaml"
23-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-alpha.2/docs/api/administration-service.yaml"
23+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-RC1/docs/api/administration-service.yaml"
2424
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/apps-service.yaml"
25-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-alpha.2/docs/api/apps-service.yaml"
25+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-RC1/docs/api/apps-service.yaml"
2626
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/notifications-service.yaml"
27-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-alpha.2/docs/api/notifications-service.yaml"
27+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-RC1/docs/api/notifications-service.yaml"
2828
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/registration-service.yaml"
29-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-alpha.2/docs/api/registration-service.yaml"
29+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-RC1/docs/api/registration-service.yaml"
3030
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/services-service.yaml"
31-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-alpha.2/docs/api/services-service.yaml"
31+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.4.0-RC1/docs/api/services-service.yaml"

CHANGELOG.md

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

55
## Unreleased
66

7+
## 2.4.0-RC1
8+
9+
### Feature
10+
11+
* **Clearinghouse**
12+
* integrated the tagus v2 api [#1220](https://github.com/eclipse-tractusx/portal-backend/pull/1220)
13+
* **Onboarding**
14+
* added set membership call to bpdm [#1118](https://github.com/eclipse-tractusx/portal-backend/pull/1118)
15+
* **Administration Service**
16+
* added sd skipped date to connectors [#1234](https://github.com/eclipse-tractusx/portal-backend/pull/1234)
17+
* adjusted filter for `GET: /api/administration/serviceaccount/owncompany/serviceaccounts` [#1255](https://github.com/eclipse-tractusx/portal-backend/pull/1255)
18+
* added skipped date to `GET: /api/administration/companyData/missing-sd-document` [#1236](https://github.com/eclipse-tractusx/portal-backend/pull/1236)
19+
* **Registration Service**
20+
* adjusted error handling to new structure [#1237](https://github.com/eclipse-tractusx/portal-backend/pull/1237)
21+
* **Apps Service**
22+
* adjusted error handling to new structure [#1260](https://github.com/eclipse-tractusx/portal-backend/pull/1260)
23+
* **Offers**
24+
* enabled decline of subscriptions for offer provider [#1171](https://github.com/eclipse-tractusx/portal-backend/pull/1171)
25+
* added translatable agreements & consents [#1246](https://github.com/eclipse-tractusx/portal-backend/pull/1246)
26+
* **TechnicalUser**
27+
* added provider_owned technical user [#1249](https://github.com/eclipse-tractusx/portal-backend/pull/1249)
28+
* enhanced technical user profile information with provider only flag [#1256](https://github.com/eclipse-tractusx/portal-backend/pull/1256)
29+
* **SDCreation**
30+
* added process steps to await the sd creation response [#1189](https://github.com/eclipse-tractusx/portal-backend/pull/1189)
31+
32+
### Bugfixes
33+
34+
* **Connectors**
35+
* fixed deletion of connectors without SD document [#1221](https://github.com/eclipse-tractusx/portal-backend/issues/1221)
36+
* fixed update of connectors [#1086](https://github.com/eclipse-tractusx/portal-backend/issues/1086)
37+
* **Onboarding Service Provider**
38+
* added regex validation for uniqueIds [#1163](https://github.com/eclipse-tractusx/portal-backend/issues/1163)
39+
* **Offers**
40+
* adjusted roles for /subscriber endpoints [#1110](https://github.com/eclipse-tractusx/portal-backend/pull/1110)
41+
* **UserUpload**
42+
* fixed incorrect success and error count [#1226](https://github.com/eclipse-tractusx/portal-backend/pull/1226)
43+
44+
### Technical Support
45+
46+
* **.NET9**
47+
* upgraded runtime version to .NET9 [#1161](https://github.com/eclipse-tractusx/portal-backend/pull/1161)
48+
* **ProcessWorker**
49+
* added process worker as nuget package [#998](https://github.com/eclipse-tractusx/portal-backend/pull/998)
50+
* **Dependencies**
51+
* updated app dependencies [#1235](https://github.com/eclipse-tractusx/portal-backend/pull/1235), [#1241](https://github.com/eclipse-tractusx/portal-backend/pull/1241), [#1242](https://github.com/eclipse-tractusx/portal-backend/pull/1242), [#1243](https://github.com/eclipse-tractusx/portal-backend/pull/1243), [#1251](https://github.com/eclipse-tractusx/portal-backend/pull/1251), [#1258](https://github.com/eclipse-tractusx/portal-backend/pull/1258)
52+
753
## 2.4.0-alpha.2
854

955
### 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.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Administration.Service
4-
version: v2.4.0-alpha.2
4+
version: v2.4.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.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Apps.Service
4-
version: v2.4.0-alpha.2
4+
version: v2.4.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.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Notifications.Service
4-
version: v2.4.0-alpha.2
4+
version: v2.4.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.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Registration.Service
4-
version: v2.4.0-alpha.2
4+
version: v2.4.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.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Services.Service
4-
version: v2.4.0-alpha.2
4+
version: v2.4.0-RC1
55
paths:
66
/api/services/errormessage:
77
get:

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<Project>
2121
<PropertyGroup>
2222
<VersionPrefix>2.4.0</VersionPrefix>
23-
<VersionSuffix>alpha.2</VersionSuffix>
23+
<VersionSuffix>RC1</VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)