Update 11.11.24 - Version 2.2.0
- Improve streaming support for Edge functions.
Update 04.11.24 - Version 2.1.0
- New features: database caching, sanitize uploads, run SQL queries, uploader icon. Many fixes and improvements..
Update 23.10.24 - Version 2.0.9
- Implement a retry mechanism in case of network issues.
Update 20.10.24 - Version 2.0.8
- Database: added "Is loading?" state and "Use options for real-time" field; Fixed various issues..
Update 08.10.24 - Version 2.0.7
- Fixed database 'Fetch' and custom auth issues. Uploader: set defaults for file count/size states. Updated dependencies..
Update 30.09.24 - Version 2.0.6
- Uploader: added "Revert files?" and "Remove files?" options for the "Reset" action. Many fixes and improvements..
Update 28.09.24 - Version 2.0.5
- RPC: fixed an issue when publishing states where the expected type is a primitive (text, boolean, number, date)..
Update 24.09.24 - Version 2.0.4
- Uploader: added "Wait for update file?" field to allow applying transformations to the file before upload..
Update 23.09.24 - Version 2.0.3
- Uploader: added "Upload mode" field to allows customizing the upload process..
Update 20.09.24 - Version 2.0.2
- Database: added "Reset" to reset database states.
Update 18.09.24 - Version 2.0.1
- DB: minor fixes while getting expected JSON schema; moving/copying file between buckets; added state Realtime channels.
Update 18.09.24 - Version 2.0.0
- Breaking changes: Admin component replaced by server-side action. Data container removed. New features and improvements..
Update 06.08.24 - Version 1.31.0
- Database: fix an issue where real-time events are duplicated..
Update 03.08.24 - Version 1.30.0
- Custom auth: exposes JWT claims as states.
Update 31.07.24 - Version 1.29.0
- Added a custom authentication component to enable using Bubble auth as an auth provider. Many fixes and improvements..
Update 06.07.24 - Version 1.28.0
- Added dedicated events for the database actions; many improvements..
Update 24.06.24 - Version 1.27.0
- Auth: retrieve and expose app metadata. Many fixes and improvements..
Update 15.06.24 - Version 1.26.0
- Added "Default to null" for "Insert" and "Upsert" actions; added "Joined tables" fields. Many fixes and improvements..
Update 09.06.24 - Version 1.25.0
- Auth: retrieve and expose custom claims; added the "Refresh user session" action; Many fixes and improvements..
Update 27.05.24 - Version 1.24.0
- Admin: added the event "Init success"; added "Next page", "Last page", and "Total" states..
Update 26.05.24 - Version 1.23.0
- Added new events for storage actions; Added bulk upsert action; Many fixes and improvements..
Update 22.05.24 - Version 1.22.0
- Fix synchronization issues between components. Added ordering and limit options for RPC..
Update 20.05.24 - Version 1.21.0
- Added Cloudflare Turnstile integration, exposed user metadata on auth, and introduced many new features, fixes, and impr.
Update 18.04.24 - Version 1.20.0
- Uploader: added "Files" and "Last File" states; added image preview feature; Many fixes and improvements..
Update 13.04.24 - Version 1.19.0
- Database & RPC: added "Count" state and options on fetch/rpc to allow counting rows in the table, view or function.
Update 10.04.24 - Version 1.18.0
- added "Last Insert" state (database) ; added "Minimum upload duration" and "Maximum parallel uploads" fields (uploader).
Update 08.04.24 - Version 1.17.0
- Added a new RPC component with "Call on page load" feature; Many fixes and improvements..
Update 27.03.24 - Version 1.16.0
- Added "Advanced Filters" field to directly apply any Supabase filter opertor; Many fix and improvements..
Update 22.03.24 - Version 1.15.0
- Many fixed and improvements; Added data container component to synchronize states and events.
Update 16.03.24 - Version 1.14.0
- Fixed data synchronization issues when fetching data; added reset action for the storage component; added Verify OTP and.
Update 11.03.24 - Version 1.13.3
- Storage: ensure the .emptyFolderPlaceholder file is filtered out in the List Files action..
Update 07.03.24 - Version 1.13.2
- Update plugin description..
Update 07.03.24 - Version 1.13.1
- Renaming of some auth actions for better cohesion.
Update 05.03.24 - Version 1.13.0
- Fixes a database fetch issue with dynamic filter values; allows synchronous action chaining; add new action "Upload file.
Update 23.01.24 - Version 1.12.0
- Introduced real-time presence, various improvements and fixes.
Update 14.01.24 - Version 1.11.0
- Added new states (metadata) in auth component and implemented various fixes and improvements.
Update 10.12.23 - Version 1.10.0
- Implemented new methods for Storage and Uploader; Added new events for Storage, Uploader, Database, and Auth components.
Update 06.12.23 - Version 1.9.0
- Improve parsing for filter values and payload; Fixed various issues.
Update 28.11.23 - Version 1.8.0
- Added new array fields to simplify payload, body, and headers management; Improve states management for auth and databas.
Update 23.11.23 - Version 1.7.2
- Fixed a typo in the Fetch order field.
Update 23.11.23 - Version 1.7.1
Update 23.11.23 - Version 1.7.0
- Added filtering fields for fetch, update, delete, and RPC actions; added sorting and limit options for fetch.
Update 15.11.23 - Version 1.6.0
- Implement style options and add new labels for the uploader component.
Update 08.11.23 - Version 1.5.1
- Update dependencies. Fixed various issues..
Update 23.10.23 - Version 1.5.0
- Implemented RPC action for database component; updated internal dependencies.
Update 13.10.23 - Version 1.4.1
Update 13.10.23 - Version 1.4.0
- Improved storage management, and implement realtime messaging features (broadcast).
Update 08.10.23 - Version 1.3.2
Update 05.10.23 - Version 1.3.1
- Update plugin description.
Update 05.10.23 - Version 1.3.0
- Added Storage component with Create Bucket method; updated internal dependencies.
Update 22.09.23 - Version 1.2.2
Update 22.09.23 - Version 1.2.1
Update 22.09.23 - Version 1.2.0
- Added: OAuth, OTP signin, user metadata, phone login; Improved: Minor enhancements..
Update 15.09.23 - Version 1.1.8
- Enhanced DB real-time deletes handling..
Update 14.09.23 - Version 1.1.7
- Enhanced DB real-time updates handling..
Update 12.09.23 - Version 1.1.6
Update 12.09.23 - Version 1.1.5
- Fixed synchronization issues..
Update 04.09.23 - Version 1.1.4
- Added success state to Edge component, fixed file revert on error, and optimized console logging..
Update 02.09.23 - Version 1.1.3
- Add a boolean state “Is last event an upload” to the uploader..
Update 02.09.23 - Version 1.1.2
- Enhance uploader and authentication state management and refine logging..
Update 23.08.23 - Version 1.1.1
Update 23.08.23 - Version 1.1.0
- Improved uploader & session retrieval on credentials set. Upgraded Supabase v2.33.1.
Update 18.07.23 - Version 1.0.0