Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 01:15
· 25 commits to main since this release
0.2.0
4df15c5
- Added support for multiple `FlaskPancake` instances in a single app.
  To use this, pass an additional `name` argument when creating a
  `FlaskPancake` instance.

- The format for Redis keys for user flags was changed from
  `FLAG:user:<uid>:<FLAG_NAME_UPPER>` to
  `FLAG:<FLAG_NAME_UPPER>:user:<uid>`.