Release Notes

Flutter

4.8.0-publicpreview.1

Release Date: Oct 17, 2024

πŸŽ‰ We’re excited to announce the public preview of the Ditto Flutter SDK!

ο»Ώ

While you can expect major feature compatibility with our production SDKs, we’re continuously refining the experience and closing any minor gaps. Join us on this journey, and share your feedback to help shape the future of Ditto for Flutter!

ο»Ώ

4.8.0-beta.12

Release Date: Oct 10, 2024

This change has a large number of new capabilities as well as some minor namings API Breaking Changes.

βž• Added: Presence API - Allows receiving syncing information about other peers. See Using Mesh Presenceο»Ώ

βž• Added: WifiAware as a Transports protocol.

βž• Added: Retrieving active subscriptions. Syncing Data > Retrieving Subscriptionsο»Ώ

βž• Added: Canceling subscriptions. Syncing Data > Canceling Subscriptionsο»Ώ

βž• Added: Support for sync groups. Creating Sync Groupsο»Ώ

βž• Added: Support to intercept and reject new connections. Handling Connection Requestsο»Ώ

ο»Ώ

❗️⛓️‍πŸ’₯ Breaking change: AuthenticationStatus.authenticated renamed to isAuthenticated

❗️⛓️‍πŸ’₯ Breaking change: Various TransportConfig-related types have enabled properties renamed to isEnabled

❗️⛓️‍πŸ’₯ Breaking change: HttpListenConfig.interfaceIp renamed to interfaceIP

❗️⛓️‍πŸ’₯ Breaking change: HttpListenConfig.websocketSync renamed to webSocketSync

❗️⛓️‍πŸ’₯ Breaking change: StoreObserver.cancelled renamed to isCancelled

ο»Ώ

4.8.0-beta.11

Release Date: Oct 4, 2024

βž• Added: Logger class that provides diagnostics capabilities. βž• Added: Device Dashboard Support - customers can now see device information on the Ditto Portal. βž• Added: Support for Attachments.

πŸ”„ Changed: The default `deviceName` will now represent the device's model.

ο»Ώ

4.8.0-beta.10

Release Date: Sept 13, 2024

βž• Added: OnlineWithAuthenticationIdentity and ditto.auth

βž• Added: User-configurable transport config. Customizing Transports Configurationsο»Ώ

ο»Ώ

4.8.0-beta.8 & 4.8.0-beta.9

No Notable Changes

ο»Ώ

4.8.0-beta.7

Release Date: Aug 26, 2024

ο»Ώ

βž• Added: Ability to stop sync ditto.stopSync()

ο»Ώ

πŸ› οΈ Fixed: Cancelling a subscription currently doesn't trigger any action

πŸ› οΈ Fixed: Observer API no longer fires every 50ms. Previously the observer API was using a polling mechanism internally which resulted in an event ever 50ms no matter if there were changes or not. This has been updated with an event listener pattern.

ο»Ώ

πŸ”„ Changed: Performance and battery life improvements from observers not continuously firing

ο»Ώ

4.8.0-beta.6

Release Date: Aug 21, 2024

Version 4.8.0-beta.6 has been Retracted due to an issue found with Android observer API not firing correctly. Please use earlier or later releases.

ο»Ώ

4.8.0-beta.5

Release Date: July 23, 2024

The initial beta release of Flutter πŸŽ‰

Updated 08 Nov 2024
Did this page help you?