This week we have some great inline extensions updates for you.
We have update our NodeJs implementation of server Connect to include much more reliable Redis connections and retry strategy.
Also we have fixed some issues with the App Connect Leaflet Maps, S3 Upload and Form Repeat extensions.
Those extensions updates will be offered to you within Wappler in the titlebar so you can apply them from there.
Updates are for both Wappler 6.8 stable and Wappler 7 Beta
Server Connect NodeJS 2.2.0
- Added retry strategy to Redis
- Fix transactions when using dynamic connections
- Return an actual HttpError in API module
- Added $_EXCEPTION object to global scope (holds the full error object)
- Throw error in API after parsing the body (TODO: use a custom error which holds the status and body as properties)
- A promise can be rejected with a error message as string, the catched error is then a string and not an error object and .message property would be undefined
- Set correct headers for private rate limiter (Rate limiter code in routes.js setting wrong private headers)
App Connect Leaflet Maps 1.0.6
- Fixed late binding of latitude and longitude on leaflet marker (Latitude Value Issue in Marker - Wappler Beta 17)
App Connect S3 Upload 2.0.1
- Changed anonimous functions to arrow functions where possible to fix scoping issues (S3 Multi Upload triggers an error)
App Connect Form Repeat 2.0.2
- Fixed typo in move method (Bug in dmx Form Repeat)
Capacitor Plugins
- Updated the capacitor camera, device, filesystem, geolocation, network and sqlite plugins to support capacitor 6 and 7
- included the capacitor core in the extensions