Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove previously deprecated code #4995

Merged
merged 1 commit into from
Feb 23, 2023
Merged

remove previously deprecated code #4995

merged 1 commit into from
Feb 23, 2023

Conversation

davidism
Copy link
Member

Remove code that was previously deprecated in 2.3.

  • I've pushed back the removal of _app_ctx_stack and _request_ctx_stack until 2.4 to give extensions more time to update. The push and pop methods are removed, only top remains.
  • FLASK_ENV env var, ENV config, and app.env
  • session_cookie_name, send_file_max_age_default, use_x_sendfile, propagate_exceptions, and templates_auto_reload properties
  • JSON_AS_ASCII, JSON_SORT_KEYS, JSONIFY_MIMETYPE, and JSONIFY_PRETTYPRINT_REGULAR config keys
  • before_first_request
  • json_encoder and json_decoder attributes, JSONEncoder and JSONDecoder classes
  • htmlsafe_dumps and htmlsafe_dump

@davidism davidism added this to the 2.3.0 milestone Feb 23, 2023
@davidism davidism merged commit 1ee22e1 into main Feb 23, 2023
@davidism davidism deleted the remove-deprecated branch February 23, 2023 16:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant