Skip to content

Commit cbdc9f3

Browse files
committed
chore(flipper-sequelize): release version 1.0.1 with changelog update
Update package version to 1.0.1 and add corresponding changelog entry. Includes normalization of percentage gate storage to snake_case and ensures Sequelize reads both snake_case and camelCase formats, improving interoperability between Ruby and TypeScript clients. Adds regression coverage to verify proper reading/writing of gate formats.
1 parent 2c017a6 commit cbdc9f3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/flipper-sequelize/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @flippercloud/flipper-sequelize
22

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+
310
## 1.0.0
411

512
Initial release of Sequelize adapter for Flipper feature flags.

packages/flipper-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flippercloud/flipper-sequelize",
33
"description": "Sequelize adapter for Flipper feature flags",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Jonathan Hoyt",
66
"license": "MIT",
77
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)