Skip to content

Commit 52007b4

Browse files
committed
feat: update tractusx_sdk version to 0.5.0 in requirements
1 parent 50ac780 commit 52007b4

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,40 @@ Further information can be found on the [README.md](README.md) file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8-
## [0.2.0] - 2025-09-25
8+
## [0.2.0] - 2025-09-30
9+
10+
* feat: Improve the error and exception handling in the ichub by @CDiezRodriguez in https://github.com/eclipse-tractusx/industry-core-hub/pull/263
11+
* fix: responsiveness fixes for new components in product detail page by @pjuaristi-ikerlan in https://github.com/eclipse-tractusx/industry-core-hub/pull/270
12+
* feat: Add support for serialized parts by @sm29105 in https://github.com/eclipse-tractusx/industry-core-hub/pull/227
13+
* Fix: small fix in part_management router and re-arranged imports by @sm29105 in https://github.com/eclipse-tractusx/industry-core-hub/pull/274
14+
* feat: Add API operation for customer part ID mapping in catalog part by @sm29105 in https://github.com/eclipse-tractusx/industry-core-hub/pull/275
15+
* fix: Fixed broken twin aspect upload function and cleaned up part type information generation logic by @sm29105 in https://github.com/eclipse-tractusx/industry-core-hub/pull/276
16+
* chore(backend): fix SonarQube issues in main branch by @CDiezRodriguez in https://github.com/eclipse-tractusx/industry-core-hub/pull/279
17+
* Feat/swagger: Added open api specification for industry core hub by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/283
18+
* refactor: connector service and update dependencies (sdk 0.3.0) by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/287
19+
* Parts discovery page mockup (API integration missing) by @pjuaristi-ikerlan in https://github.com/eclipse-tractusx/industry-core-hub/pull/286
20+
* Implement share operation for serialized parts by @sm29105 in https://github.com/eclipse-tractusx/industry-core-hub/pull/282
21+
* Fix broken API calls in part_management and twin_management; prepare serialized part management for auto-creating parent entities by @sm29105 in https://github.com/eclipse-tractusx/industry-core-hub/pull/281
22+
* feat: Enable log level configuration via helm by @CDiezRodriguez in https://github.com/eclipse-tractusx/industry-core-hub/pull/249
23+
* feat: added consumer_modules and split provider from consumer by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/289
24+
* feat: Add API versioning by @CDiezRodriguez in https://github.com/eclipse-tractusx/industry-core-hub/pull/291
25+
* refactor: Consolidate model imports and remove unused files by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/296
26+
* feat: enable unshare mechanism by @CDiezRodriguez in https://github.com/eclipse-tractusx/industry-core-hub/pull/295
27+
* fix: replace bitnami repository by bitnamilegacy by @CDiezRodriguez in https://github.com/eclipse-tractusx/industry-core-hub/pull/306
28+
* feat: product delete and modify operations by @CDiezRodriguez in https://github.com/eclipse-tractusx/industry-core-hub/pull/297
29+
* feat: add service provider tests by @mgarciaLKS in https://github.com/eclipse-tractusx/industry-core-hub/pull/304
30+
* Serialized parts display and management by @pjuaristi-ikerlan in https://github.com/eclipse-tractusx/industry-core-hub/pull/308
31+
* chore(deps): bump requests from 2.32.3 to 2.32.4 in /ichub-backend by @dependabot[bot] in https://github.com/eclipse-tractusx/industry-core-hub/pull/267
32+
* chore(deps): bump urllib3 from 2.3.0 to 2.5.0 in /ichub-backend by @dependabot[bot] in https://github.com/eclipse-tractusx/industry-core-hub/pull/271
33+
* chore(deps): bump starlette from 0.40.0 to 0.47.2 in /ichub-backend by @dependabot[bot] in https://github.com/eclipse-tractusx/industry-core-hub/pull/292
34+
* feat [data consumption]: Add configuration infrastructure for consumer/provider separation by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/310
35+
* feat [data consumption]: Implement comprehensive parts discovery feature by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/313
36+
* feat [data consumption]: improve UI/UX with layout and navigation enhancements by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/309
37+
* feat [data consumption]: Refactor backend architecture for consumer/provider separation by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/311
38+
* feat [data consumption]: Enhance backend API with discovery and improved routing by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/312
39+
* Catalog part creation form by @pjuaristi-ikerlan in https://github.com/eclipse-tractusx/industry-core-hub/pull/321
40+
* Feat/consumption: Included loading for data consumption by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/323
41+
* feat: prepared release v0.2.0 + fixed important errors by @matbmoser in https://github.com/eclipse-tractusx/industry-core-hub/pull/335
942

1043
### Added
1144

ichub-backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SQLAlchemy==2.0.40
4848
sqlmodel==0.0.22
4949
starlette==0.47.2
5050
tomli==2.0.1
51-
tractusx_sdk==0.5.0rc2
51+
tractusx_sdk==0.5.0
5252
typer==0.15.2
5353
typing_extensions==4.13.1
5454
urllib3==2.5.0

0 commit comments

Comments
 (0)