|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.221.0](https://github.com/Flagsmith/flagsmith/compare/v2.220.0...v2.221.0) (2026-03-09) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Support gzip compression for DynamoDB environment documents ([#6816](https://github.com/Flagsmith/flagsmith/issues/6816)) ([4e4d835](https://github.com/Flagsmith/flagsmith/commit/4e4d8354a07d27c757d245b42998b43e810c9c1b)) |
| 9 | + |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +* `/api/v1/environment-document` N+1 query issue related to the number of segment overrides in a version ([#6865](https://github.com/Flagsmith/flagsmith/issues/6865)) ([486e240](https://github.com/Flagsmith/flagsmith/commit/486e240db06dfef0bfe0ce05e7a20895c6c50de3)) |
| 14 | +* filter for docker-build-test-publish e2e ([#6847](https://github.com/Flagsmith/flagsmith/issues/6847)) ([43bb456](https://github.com/Flagsmith/flagsmith/commit/43bb45619748091c8af9add698efd6bf9086e5c0)) |
| 15 | +* Identity overrides empty in SDK document with v2 versioning ([#6840](https://github.com/Flagsmith/flagsmith/issues/6840)) ([877c321](https://github.com/Flagsmith/flagsmith/commit/877c32165aec654d1def6199e7ca5b56cb8ecf6e)) |
| 16 | +* **Logging:** Omit org name from logging ([#6842](https://github.com/Flagsmith/flagsmith/issues/6842)) ([74c391b](https://github.com/Flagsmith/flagsmith/commit/74c391bbec1ad0d3336fd984bb7beac14075ef4f)) |
| 17 | +* replace OFFSET pagination with keyset pagination in identity migration ([#6877](https://github.com/Flagsmith/flagsmith/issues/6877)) ([c95fccb](https://github.com/Flagsmith/flagsmith/commit/c95fccb70f36f12fd7ecb542f790b39f7503a84d)) |
| 18 | +* reuse DynamoEnvironmentWrapper in DynamoIdentityWrapper ([#6813](https://github.com/Flagsmith/flagsmith/issues/6813)) ([173e666](https://github.com/Flagsmith/flagsmith/commit/173e66646bb892208d646b8a483a45b5c971bf40)) |
| 19 | +* store-created-at-in-identity-override-v2-document ([#6863](https://github.com/Flagsmith/flagsmith/issues/6863)) ([0e0e649](https://github.com/Flagsmith/flagsmith/commit/0e0e6495437dc67d2c4b4fe8d65bed5e28f3bb4a)) |
| 20 | +* update-env-state-on-metadata-update ([#6831](https://github.com/Flagsmith/flagsmith/issues/6831)) ([26d703e](https://github.com/Flagsmith/flagsmith/commit/26d703e6de3201b68e35717224bff1f37801837d)) |
| 21 | + |
| 22 | + |
| 23 | +### Infrastructure (Flagsmith SaaS Only) |
| 24 | + |
| 25 | +* Remove unnecessary throttle rate ([#6843](https://github.com/Flagsmith/flagsmith/issues/6843)) ([eddafb5](https://github.com/Flagsmith/flagsmith/commit/eddafb592319d198d78a0cff390c098b05ffee80)) |
| 26 | + |
| 27 | + |
| 28 | +### Dependency Updates |
| 29 | + |
| 30 | +* bump django from 5.2.11 to 5.2.12 in /api ([#6849](https://github.com/Flagsmith/flagsmith/issues/6849)) ([8bc089f](https://github.com/Flagsmith/flagsmith/commit/8bc089f6cdd35fe5145f58d4d24a8892cdea1888)) |
| 31 | +* bump dompurify and @types/dompurify in /frontend ([#6850](https://github.com/Flagsmith/flagsmith/issues/6850)) ([458a554](https://github.com/Flagsmith/flagsmith/commit/458a5548ff228e87988fe446679e664fbbd96bc4)) |
| 32 | +* bump dompurify from 3.3.0 to 3.3.2 in /docs ([#6860](https://github.com/Flagsmith/flagsmith/issues/6860)) ([3587ef0](https://github.com/Flagsmith/flagsmith/commit/3587ef03a4c0874cc95b26ce1e9daf1e8527e394)) |
| 33 | +* bump dompurify from 3.3.1 to 3.3.2 in /frontend ([#6859](https://github.com/Flagsmith/flagsmith/issues/6859)) ([70ba110](https://github.com/Flagsmith/flagsmith/commit/70ba110b512250fd381b4ec92ff7d85b3afca3fa)) |
| 34 | +* bump immutable from 4.3.7 to 4.3.8 in /frontend ([#6853](https://github.com/Flagsmith/flagsmith/issues/6853)) ([780f1f1](https://github.com/Flagsmith/flagsmith/commit/780f1f170e9a2be440da4c00b79e2922a07bec58)) |
| 35 | +* bump immutable from 5.0.3 to 5.1.5 in /docs ([#6851](https://github.com/Flagsmith/flagsmith/issues/6851)) ([5647282](https://github.com/Flagsmith/flagsmith/commit/5647282ef22d76d30a70260028164576e88defc9)) |
| 36 | +* bump minimatch in /frontend ([#6846](https://github.com/Flagsmith/flagsmith/issues/6846)) ([a8154d1](https://github.com/Flagsmith/flagsmith/commit/a8154d16b31af88a72070a9cb5bbd19c0e4b4946)) |
| 37 | +* bump svgo from 3.3.2 to 3.3.3 in /docs ([#6852](https://github.com/Flagsmith/flagsmith/issues/6852)) ([b0f6849](https://github.com/Flagsmith/flagsmith/commit/b0f684901514dacce39c01c3449caf8d6a4013f2)) |
| 38 | + |
| 39 | + |
| 40 | +### Docs |
| 41 | + |
| 42 | +* **k8s:** add HTTPRoutes support ([#6854](https://github.com/Flagsmith/flagsmith/issues/6854)) ([6a124e6](https://github.com/Flagsmith/flagsmith/commit/6a124e6a3eebb836ba365c576ca23cf26c9c901a)) |
| 43 | + |
3 | 44 | ## [2.220.0](https://github.com/Flagsmith/flagsmith/compare/v2.219.1...v2.220.0) (2026-03-03) |
4 | 45 |
|
5 | 46 |
|
|
0 commit comments