diff --git a/CHANGELOG.md b/CHANGELOG.md index f5306473..b073ea31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- We updated `mendix-native` to v0.4.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`. + +## [19.0.1] - 2026-04-22 + - We fixed an iOS build issue introduced by the React Native `0.83.4` upgrade by removing the incorrect `override` keyword from AppDelegate application lifecycle methods. ## [19.0.0] - 2026-04-20 diff --git a/package-lock.json b/package-lock.json index e62902c9..61de3b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@react-native-vector-icons/material-icons": "12.4.1", "@react-navigation/native": "7.1.31", "@shopify/flash-list": "2.2.2", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.0/mendix-native-v0.4.0.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.1/mendix-native-v0.4.1.tgz", "react-native": "0.83.4", "react-native-blob-util": "0.24.7", "react-native-bootsplash": "6.3.12", @@ -6566,9 +6566,9 @@ "license": "MIT" }, "node_modules/mendix-native": { - "version": "0.4.0", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.4.0/mendix-native-v0.4.0.tgz", - "integrity": "sha512-MuzCn6PJ2YysCjEyXuqP0DOEVSgq4xGEVPSpwZ7FUgXhgSkExJ/Vp6FurhLju/ojPXYVOMjA7Syx6dqri1187w==", + "version": "0.4.1", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.4.1/mendix-native-v0.4.1.tgz", + "integrity": "sha512-Ly2dNXqEZ7W2hrx3l0QK/Gz33+7l4P2fokMvs6oU65wSUlmekZ8PJE7R8DSfbtYEujmS07woubzON6+z8Bj5gg==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index d87c6204..2637d445 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.13.0", "@gorhom/bottom-sheet": "5.2.8", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.0/mendix-native-v0.4.0.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.1/mendix-native-v0.4.1.tgz", "@op-engineering/op-sqlite": "15.2.5", "@shopify/flash-list": "2.2.2", "@react-native-async-storage/async-storage": "2.2.0",