Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
未実施 秒前
False
未実施 秒前
トリガーされたテキスト 無視されたテキスト ブロックされたテキスト
16時間前
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
pallets / flask Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 16.9k
* Star 72.2k
* Code
* Issues 3
* Pull requests 5
* Discussions
* Actions
* Security and quality 3
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Security and quality
* Insights
Releases: pallets/flask
Releases Tags
Releases · pallets/flask
Release list
* 3.1.3
* 3.1.2
* 3.1.1
* 3.1.0
* 3.0.3
* 3.0.2
* 3.0.1
* 3.0.0
* 2.3.3
* 2.2.5
Previous Next
Jump to release
* 3.1.3
* 3.1.2
* 3.1.1
* 3.1.0
* 3.0.3
* 3.0.2
* 3.0.1
* 3.0.0
* 2.3.3
* 2.2.5
Previous Next
3.1.3
3.1.3 Latest
Latest
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 19 Feb 05:01
3.1.3
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 43368A7AA8CC5926
Verified
Learn about vigilant mode.
22d9247
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 43368A7AA8CC5926
Verified
Learn about vigilant mode.
This is the Flask 3.1.3 security fix release, which fixes a security issue but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask/3.1.3/
Changes: https://flask.palletsprojects.com/page/changes/#version-3-1-3
* The session is marked as accessed for operations that only access the keys but not the values, such as in and len. GHSA-68rp-wp8r-4726
Assets 4
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 5 etiennelndr, wrolen-ems, jacklak-redstone, scottiecarver1989-stack, and CNFeffery reacted with thumbs up emoji 🎉 12 tarcysiobraz, shunianssy, jingz, BayramUysalBey, lirenjie95, bergpb, selasley, Raditya808, jacklak-redstone, gh640, and 2 more reacted with hooray emoji ❤️ 8 nicolaerario, jingz, jessielw, jacklak-redstone, semy4za, siccovansas, CNFeffery, and scottiecarver1989-stack reacted with heart emoji 👀 2 jacklak-redstone and boytjuge reacted with eyes emoji
All reactions
* 👍 5 reactions
* 🎉 12 reactions
* ❤️ 8 reactions
* 👀 2 reactions
20 people reacted
3.1.2
3.1.2
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 19 Aug 21:03
3.1.2
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 43368A7AA8CC5926
Verified
Learn about vigilant mode.
2c1b30d
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 43368A7AA8CC5926
Verified
Learn about vigilant mode.
This is the Flask 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask/3.1.2/
Changes: https://flask.palletsprojects.com/page/changes/#version-3-1-2
Milestone: https://github.com/pallets/flask/milestone/38?closed=1
* stream_with_context does not fail inside async views. #5774
* When using follow_redirects in the test client, the final state of session is correct. #5786
* Relax type hint for passing bytes IO to send_file. #5776
Assets 4
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 7 etiennelndr, BayramUysalBey, RanaUniverse, jessielw, Molkree, yomajo, and mekuto reacted with thumbs up emoji 🎉 10 tarcysiobraz, mkrd, EliothMonroy, thetronjohnson, kinuax, kashcode, miguelgarcia, AurLemon, YannMagnin, and jessielw reacted with hooray emoji ❤️ 3 RanaUniverse, jessielw, and OblivionLogic reacted with heart emoji
All reactions
* 👍 7 reactions
* 🎉 10 reactions
* ❤️ 3 reactions
17 people reacted
3.1.1
3.1.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 13 May 15:01
3.1.1
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 43368A7AA8CC5926
Verified
Learn about vigilant mode.
7fff56f
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 43368A7AA8CC5926
Verified
Learn about vigilant mode.
This is the Flask 3.1.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask/3.1.1/
Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-1
Milestone https://github.com/pallets/flask/milestone/36?closed=1
* Fix signing key selection order when key rotation is enabled via SECRET_KEY_FALLBACKS. GHSA-4grg-w6v8-c28g
* Fix type hint for cli_runner.invoke. #5645
* flask --help loads the app and plugins first to make sure all commands are shown. #5673
* Mark sans-io base class as being able to handle views that return AsyncIterable. This is not accurate for Flask, but makes typing easier for Quart. #5659
Assets 5
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 20 cristigard, ragibalasad, andriyor, iesv, github-actions[bot], EliothMonroy, mohammad-reza-rahbar, pithecantrope, boxbox7, pedrops164, and 10 more reacted with thumbs up emoji 🎉 5 github-actions[bot], bergpb, gh640, jessielw, and hongbo-miao reacted with hooray emoji ❤️ 7 ragibalasad, nicolaerario, davidism, tarcysiobraz, Brax94, jessielw, and hongbo-miao reacted with heart emoji 🚀 5 github-actions[bot], Brax94, alisharify7, jessielw, and hongbo-miao reacted with rocket emoji
All reactions
* 👍 20 reactions
* 🎉 5 reactions
* ❤️ 7 reactions
* 🚀 5 reactions
27 people reacted
3.1.0
3.1.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 13 Nov 18:29
3.1.0
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 43368A7AA8CC5926
Verified
Learn about vigilant mode.
ab81496
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 43368A7AA8CC5926
Verified
Learn about vigilant mode.
This is the Flask 3.1.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.
PyPI: https://pypi.org/project/Flask/3.1.0/
Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-0
Milestone: https://github.com/pallets/flask/milestone/33?closed=1
* Drop support for Python 3.8. #5623
* Update minimum dependency versions to latest feature releases. Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. #5624, #5633
* Provide a configuration option to control automatic option responses. #5496
* Flask.open_resource/open_instance_resource and Blueprint.open_resource take an encoding parameter to use when opening in text mode. It defaults to utf-8. #5504
* Request.max_content_length can be customized per-request instead of only through the MAX_CONTENT_LENGTH config. Added MAX_FORM_MEMORY_SIZE and MAX_FORM_PARTS config. Added documentation about resource limits to the security page. #5625
* Add support for the Partitioned cookie attribute (CHIPS), with the SESSION_COOKIE_PARTITIONED config. #5472
* -e path takes precedence over default .env and .flaskenv files. load_dotenv loads default files in addition to a path unless load_defaults=False is passed. #5628
* Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old secret keys that can still be used for unsigning. Extensions will need to add support. #5621
* Fix how setting host_matching=True or subdomain_matching=False interacts with SERVER_NAME. Setting SERVER_NAME no longer restricts requests to only that domain. #5553
* Request.trusted_hosts is checked during routing, and can be set through the TRUSTED_HOSTS config. #5636
Assets 5
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 16 saschapapini, andreimuller92, epenninga, jessielw, Larsene, animehunter123, cantis, sohailk007, OhaDerErste, ragibalasad, and 6 more reacted with thumbs up emoji 😄 1 iesv reacted with laugh emoji 🎉 3 mohammad-reza-rahbar, drestrepob, and Jegan2o reacted with hooray emoji ❤️ 22 mkrd, estevaofon, danvergara, albertoadami, divineniiquaye, zt50tz, gottingerfrank, nethersynth, tarcysiobraz, t3tra-dev, and 12 more reacted with heart emoji 🚀 12 azmeuk, piyushchauhan2011, t3tra-dev, reritom, Wern-rm, kashcode, andreimuller92, jessielw, kreathon, Leonwenbin, and 2 more reacted with rocket emoji 👀 1 iesv reacted with eyes emoji
All reactions
* 👍 16 reactions
* 😄 1 reaction
* 🎉 3 reactions
* ❤️ 22 reactions
* 🚀 12 reactions
* 👀 1 reaction
44 people reacted
3.0.3
3.0.3
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 07 Apr 19:27
3.0.3
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
c12a5d8
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
This is a fix release for the 3.0.x feature branch.
PyPI: https://pypi.org/project/Flask/3.0.3/
Changes: https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-3
Milestone: https://github.com/pallets/flask/milestone/35?closed=1
* The default hashlib.sha1 may not be available in FIPS builds. Don't access it at import time so the developer has time to change the default. #5448
* Don't initialize the cli attribute in the sansio scaffold, but rather in the Flask concrete class. #5270
Assets 5
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 29 ShadowUser17, carlos-menezes, etiennelndr, maxim-s-barabash, WebCraftPhil, edgarrmondragon, gh640, iezed, CNFeffery, pedia, and 19 more reacted with thumbs up emoji 😄 4 WebCraftPhil, libreom, GustavoSchip, and tkzzzzzz6 reacted with laugh emoji 🎉 6 ar1ja, libreom, antheiz, tarcysiobraz, GustavoSchip, and Saobby reacted with hooray emoji ❤️ 2 jcerjak and loveprruy reacted with heart emoji 🚀 5 idoshr, leynier, libreom, antheiz, and GustavoSchip reacted with rocket emoji
All reactions
* 👍 29 reactions
* 😄 4 reactions
* 🎉 6 reactions
* ❤️ 2 reactions
* 🚀 5 reactions
37 people reacted
3.0.2
3.0.2
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 03 Feb 21:12
3.0.2
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
d203059
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
This is a fix release for the 3.0.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.
* Changes: https://flask.palletsprojects.com/en/3.0.x/changes/#version-3.0.2
* Milestone: https://github.com/pallets/flask/milestone/34?closed=1
* PyPI: https://pypi.org/project/Flask/3.0.2/
Assets 5
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 26 ShadowUser17, wand3, undergrinder, EliothMonroy, hausg, jnutterdev, Dxig, ipythondev, antheiz, bahrom04, and 16 more reacted with thumbs up emoji 😄 2 Leonwenbin and jessielw reacted with laugh emoji ❤️ 4 yueguoguo, jessielw, nicolaerario, and pratyakshajha reacted with heart emoji 🚀 13 oleksis, BreadGenie, antheiz, ghishadow, bergpb, jessielw, spidersouleater, pi-null-mezon, piyushchauhan2011, tartabullroberto, and 3 more reacted with rocket emoji 👀 1 oliverosborne9 reacted with eyes emoji
All reactions
* 👍 26 reactions
* 😄 2 reactions
* ❤️ 4 reactions
* 🚀 13 reactions
* 👀 1 reaction
40 people reacted
3.0.1
3.0.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 18 Jan 20:03
3.0.1
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
f622b1c
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
This is a fix release for the 3.0.x feature release branch.
Fixes an issue where using other JSON providers, such as flask-orjson, previously caused loaded session data to have an incorrect format in some cases.
* Changes: https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-1
* Milestone: https://github.com/pallets/flask/milestone/32?closed=1
* PyPI: https://pypi.org/project/Flask/3.0.1/
Assets 5
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 29 Mcublog, TGoddessana, amayakasa, p14c31355, tinunkai, antheiz, zcf0508, EliothMonroy, waldesem, GabziDev, and 19 more reacted with thumbs up emoji ❤️ 8 nicolaerario, LincolnKermit, libreom, tarcysiobraz, FVitor7, M0nteCarl0, Flotchet, and fullstack-spiderman reacted with heart emoji 🚀 4 oleksis, leynier, FVitor7, and fullstack-spiderman reacted with rocket emoji 👀 1 LyzKeepTrying reacted with eyes emoji
All reactions
* 👍 29 reactions
* ❤️ 8 reactions
* 🚀 4 reactions
* 👀 1 reaction
37 people reacted
3.0.0
3.0.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 30 Sep 14:38
3.0.0
735a470
This is a feature release, which includes new features, removes previously deprecated code, and adds new deprecations. The 3.0.x branch is now the supported fix branch, the 2.3.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.
* Changes: https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-0
* Milestone: https://github.com/pallets/flask/milestone/20?closed=1
Assets 5
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 84 piyushchauhan2011, ShadowUser17, liudonghua123, allen2c, hoangpq, akawashiro, fitrh, onuratakan, jessielw, Perer876, and 74 more reacted with thumbs up emoji 😄 3 Strike2-ux, LincolnKermit, and kyungjunleeme reacted with laugh emoji 🎉 12 Strike2-ux, dverbeek84, yueguoguo, ginniecodes, accessgopal, zcf0508, TEMtheLEM, insha, shirokuroiori, LincolnKermit, and 2 more reacted with hooray emoji ❤️ 15 network-shark, libreom, ipythondev, azzamsa, OSuwaidi, fitoprincipe, TEMtheLEM, Strike2-ux, musrex, Diavolo, and 5 more reacted with heart emoji 🚀 36 CarlosViniMSouza, onuratakan, jessielw, Perer876, bartekpacia, newinh, skyleaworlder, nexusdiscord, tCR-lux, sorasful, and 26 more reacted with rocket emoji 👀 6 bahrom04, libreom, azzamsa, hguldal, Strike2-ux, and kyungjunleeme reacted with eyes emoji
All reactions
* 👍 84 reactions
* 😄 3 reactions
* 🎉 12 reactions
* ❤️ 15 reactions
* 🚀 36 reactions
* 👀 6 reactions
114 people reacted
2.3.3
2.3.3
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 21 Aug 19:52
2.3.3
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
3205b53
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
This is a fix release for the 2.3.x feature branch.
* Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-3
* Milestone: https://github.com/pallets/flask/milestone/31?closed=1
Assets 5
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 17 ShadowUser17, aditiapratama, EliothMonroy, gh640, 0ptimista, leoguanco, houseme, jessielw, gacheiro, TGoddessana, and 7 more reacted with thumbs up emoji 🎉 1 wzhvictor reacted with hooray emoji ❤️ 5 jessielw, nexusdiscord, drestrepob, benjamin-tang-pusher, and jdelpino-dev reacted with heart emoji
All reactions
* 👍 17 reactions
* 🎉 1 reaction
* ❤️ 5 reactions
21 people reacted
2.2.5
2.2.5
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions released this 02 May 14:43
2.2.5
This tag was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
47af817
This commit was signed with the committer’s verified signature.
davidism David Lord
GPG key ID: 7A1C87E3F5BC42A8
Verified
Learn about vigilant mode.
This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently supported release branch; please upgrade to the latest version if possible.
* Security advisory: GHSA-m2qf-hxjv-5gpq, CVE-2023-30861
* Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-5
* Milestone: https://github.com/pallets/flask/milestone/30?closed=1
Assets 5
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 10 ShadowUser17, EliothMonroy, JenuelDev, huizebruin, ibraheemalayan, amayakasa, gtroshin, lourenko, jessex7, and Axel791 reacted with thumbs up emoji 🎉 5 lymagics, jessielw, boruok, FuzzyNat26, and Axel791 reacted with hooray emoji ❤️ 3 jessielw, svercl, and baldasso reacted with heart emoji 🚀 3 leynier, hafez-ahmad, and Axel791 reacted with rocket emoji 👀 1 Axel791 reacted with eyes emoji
All reactions
* 👍 10 reactions
* 🎉 5 reactions
* ❤️ 3 reactions
* 🚀 3 reactions
* 👀 1 reaction
18 people reacted
Previous 1 2 3 4 Next
Previous Next
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
現在、差分はテキストで実行されグラフィカルではありません。最新のスクリーンショットのみ利用可能です。
スクリーンショットには、スクリーンショットをサポートするコンテンツフェッチャー(Sockpuppetbrowser、seleniumなど)が必要です。