You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/flipper-sequelize/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# @flippercloud/flipper-sequelize
2
2
3
+
## 1.0.1 (2025-12-31)
4
+
5
+
### Fixes
6
+
7
+
- Normalize percentage gate storage to snake_case and read both snake_case/camelCase, keeping rollouts set by Ruby and TypeScript in sync and visible in the UI.
8
+
- Added regression coverage to ensure Sequelize reads existing snake_case gates and writes the canonical form going forward.
9
+
3
10
## 1.0.0
4
11
5
12
Initial release of Sequelize adapter for Flipper feature flags.
0 commit comments