Changelog - Developer Portal
[FE-1.0.0-432 / BE-1.2.1-4168] - 2025-07-08 (PREP)/2025-07-09 (Prod)
General Comments
Bug fixing and small amendments.
Added
- #SFDEVPO-4450 - Standardize filter for endpoint products
GET /products
| New version withX-API-RESOURCE-VERSION=2
Changed
- #SFDEVPO-5991 - Remove call to Tenant-Domain from Organization-Domain
Fixed
- #SFDEVPO-5989 - Tenants without subdomain present as Ingress
Deprecate
- #SFDEVPO-4450 -
GET /products
is deprecated
Removed
Security
- #SFDEVPO-5986 - UI: Update dependencies
- #SFDEVPO-5994 - Update dependencies
[BE-1.2.1-4152] - 2025-06-25 (PREP)/2025-06-25 (Prod)
General Comments
Hotfix for increase database storage.
Fixed
- #MR-804, #MR-95 - Increase database storage
[BE-1.2.1-4148] - 2025-06-16 (PREP)/2025-06-16 (Prod)
General Comments
Hotfix for database backup.
Fixed
- #ITHELP-20758 - Error invoking barman-cloud-wal-archive
[FE-1.0.0-421] - 2025-06-12 (PREP)/2025-06-12 (Prod)
General Comments
Hotfix for bug fixing and small amendments.
Fixed
- #SFDEVPO-5976 - Zip download does not work
Security
- #SFDEVPO-5960 - Update dependencies
[FE-1.0.0-416 / BE-1.2.1-4143] - 2025-06-05 (PREP)/2025-06-10 (Prod)
General Comments
Bug fixing and small amendments.
Added
Changed
Fixed
- #SFDEVPO-5945 - Fix organization reference
- #SFDEVPO-5967 - UI: Show progress for file download
Deprecate
Removed
Security
- #SFDEVPO-5968 - Update Keycloak to version 26.2.5
- #SFDEVPO-5970 - Update dependencies
[FE-1.0.0-407] - 2025-05-22 (PREP)/2025-05-22 (Prod)
Fixed
- #SFDEVPO-5963 - fix context menu for files and folders
[FE-1.0.0-402 / BE-1.2.1-4136] - 2025-05-14 (PREP)/2025-05-15 (Prod)
General Comments
Bug fixing and small amendments.
Added
- #SFDEVPO-3794 - Refactor endpoint for user deletion (new endpoints)
GET /organizations/{organizationId}/users
| Fetch organizations membersGET /organizations/{organizationId}/users/{userId}
| Get user detailsDELETE /organizations/{organizationId}/users/{userId}
| Delete user assignmentPATCH /organizations/{organizationId}/users/{userId}
| Update user roles/teamsDELETE /users/{userId}
new version withX-API-RESOURCE-VERSION=2
- #SFDEVPO-4274 - Add contact to product
- #SFDEVPO-5933 - Enabling access to the developer portal for different domains
- #SFDEVPO-4736 - Send e-mail if the account has been locked
- #SFDEVPO-3897 - Extend entities with updated at
- #SFDEVPO-5030 - UI: Integrate user deletion endpoints
- #SFDEVPO-4273 - UI: Add contact to product
Changed
- #SFDEVPO-5914 - Only tenants can create provider organizations
- #SFDEVPO-4476 - There must only be one Access per Access-Exchange-Type in the status requested
- #SFDEVPO-5937 - Display full developer portal URL with subdomain in the administration console
Fixed
- #SFDEVPO-5936 - NullPointerException during tenant update
- #SFDEVPO-3138 - Error messages expose technical details externally
- #SFDEVPO-3154 - UI: Prevent folder deletion when not empty
- #SFDEVPO-3155 - UI: Success banner for contact change
- #SFDEVPO-5944 - Missing parameters for exception
Deprecate
- #SFDEVPO-3794 - Refactor endpoint for user deletion
GET /users
-> new endpointGET /organizations/{organizationId}/users
GET /users/{userId}
-> new endpointGET /organizations/{organizationId}/users/{userId}
DELETE /users/{userId}
-> new endpointDELETE /organizations/{organizationId}/users/{userId}
PATCH /users/{userId}
-> new endpointPATCH /organizations/{organizationId}/users/{userId}
DELETE /users/removal/{userId}
-> new endpointDELETE /users/{userId}
version 2
Removed
Security
- #SFDEVPO-5941, #SFDEVPO-5948 - Update dependencies