You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added standard kind and set it as the default so that the configuration needs no adjustment when switching hyper-scalers.
Added support for uploading and updating attachments via srv.run(INSERT.into(Attachments).entries()) or srv.run(UPDATE.entity(Attachments).set())
Fixed
Fixed an issue that in multi-tenancy scenarios with separate object stores duplicate object stores per tenant were created when updating the tenant binding via the SaaS dependency service.
Fixed a race-condition where tenant isolation in separate object store mode could be broken.
Fixed a case where attachments were not correctly deleted.
Fixed a server crash when using the AttachmentsSrv.put API to upload an attachment.
Fixed a server crash when no object store would be bound to the application on BTP.
Fixed a server crash when the filename would not be given when creating new attachment metadata.
Fixed an issue where attachment handlers would be missing when all Attachments entity were behind feature toggles.
Fixed an issue where with storage kind db attachments could not be uploaded as drafts.
Fixed an issue where the content could be uploaded for a not existing attachments entity.