Releases: fluxerapp/dart_sdk
Releases · fluxerapp/dart_sdk
V1.3.0
V1.2.1
V1.2.0
- Removed Sentry-related fields from
WellKnownFluxerResponseAppPublic:sentryProxyPathsentryReportHostsentryProjectIdsentryPublicKey
- Removed
CHUNKED_UPLOAD_CHUNK_INDEX_OUT_OF_RANGE,CHUNKED_UPLOAD_INCOMPLETE,CHUNKED_UPLOAD_NOT_FOUND, andCHUNKED_UPLOAD_NOT_OWNEDerror codes fromApiErrorCode.
V1.1.0
- Added
AttachmentsApifor managing file attachments. - Added chunked upload support to
ChannelsApi:createChunkedUpload— initiates a new chunked upload session for large files.uploadChunk— uploads a single chunk by index, returning an ETag.completeChunkedUpload— assembles all uploaded chunks into the final file.
- Added three new WebAuthn admin endpoints to
AdminApi:adminResendVerificationEmail— resends the account verification email for a user.listUserWebauthnCredentials— lists all WebAuthn credentials (passkeys/security keys) for a user.deleteUserWebauthnCredential— removes a specific WebAuthn credential from a user account.
- Added new models:
CompleteChunkedUploadRequest,CompleteChunkedUploadRequestEtagsInner,CompleteChunkedUploadResponse,CreateChunkedUploadRequest,CreateChunkedUploadResponse,UploadChunkResponse,DeleteWebAuthnCredentialRequest,ListWebAuthnCredentialsRequest,ResendVerificationEmailRequest. - Added
ApiErrorCodeenum with generated serializer. - Updated
RefreshSearchIndexRequestwith additional fields.