Skip to content

Commit

Permalink
Bump version to 43.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Aug 24, 2018
1 parent a2555ec commit c35580e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

Records breaking changes from major version bumps

## 43.0.0

PR [#447](https://github.com/alphagov/digitalmarketplace-utils/pull/447)

This bump removes any handling of [FeatureFlags](https://pypi.org/project/Flask-FeatureFlags/) (in e.g. app init code)
and removes FeatureFlags as a dependency.

Specifically, `dmutils.flask_init.init_app(...)` no longer accepts a `feature_flags` argument and performs no
initialization of FeatureFlags for the app.

`dmutils.status.enabled_since(...)` has been removed.

`dmutils.status.get_app_status(...)` no longer adds a `flags` key to its json dictionary.

The dependency on Flask has been upgraded to Flask 0.12, so potentially apps are going to have to make changes
in concordance with http://flask.pocoo.org/docs/0.12/changelog/

## 42.0.0

PR [#400](https://github.com/alphagov/digitalmarketplace-utils/pull/400)
Expand Down
2 changes: 1 addition & 1 deletion dmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .flask_init import init_app, init_manager


__version__ = '42.8.2'
__version__ = '43.0.0'

0 comments on commit c35580e

Please sign in to comment.