Version 147 introduces API Endpoints in Flows, allowing you to expose flow actions as HTTP endpoints that external systems can call. Use API Endpoints to receive webhook callbacks, serve data to third-party integrations, or build APIs — all using flow logic. See our updated docs.
This release also adds a redirect to the login page when accessing Swagger or Service Dev Tools without authentication, and includes improvements to tables and several bug fixes.
What’s New
- UI Table - select all rows when table has multiple pages (#6672)
- Redirect to login page when trying to access Swagger/Service Dev Tools when unauthenticated (#7585)
Bug Fixes
- Calendar datasource does not respect timezones in Services (#5977)
- Downloading Google Storage files in PWA mode on iOS navigates to file URL instead of downloading (#7573)