Skip to content

Commit 49fbe09

Browse files
chore: update mendix-native to version 0.4.1 and document Android cookie encryption enhancement
1 parent 8472f39 commit 49fbe09

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- We updated `mendix-native` to v0.4.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`.
10+
11+
## [19.0.1] - 2026-04-22
12+
913
- 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.
1014

1115
## [19.0.0] - 2026-04-20

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@d11/react-native-fast-image": "8.13.0",
1212
"@gorhom/bottom-sheet": "5.2.8",
13-
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.0/mendix-native-v0.4.0.tgz",
13+
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.1/mendix-native-v0.4.1.tgz",
1414
"@op-engineering/op-sqlite": "15.2.5",
1515
"@shopify/flash-list": "2.2.2",
1616
"@react-native-async-storage/async-storage": "2.2.0",

0 commit comments

Comments
 (0)