Releases: replit/replit-py
Releases · replit/replit-py
v4.1.0
v4.0.0
v3.6.3
v3.6.2
Changes
- Monitor main_thread in Database/AsyncDatabase to determine whether we need to automatically call close() @blast-hardcheese (#214)
- Promoting RTD to a shield @blast-hardcheese (#213)
- Update README.md @techpixel (#130)
v3.6.1
Changes
- [FIX] Prevent keys from starting with slashes @Firepup6500 (#172)
v3.6.0
Changes
🚀 Features
🧰 Maintenance
- chore/Sensible defaults inside Replit @blast-hardcheese (#212)
- chore/Reactivate RTD @blast-hardcheese (#211)
- Remove outdated gif in README @sergeichestakov (#209)
- s/repl.it/Replit in pyproject.toml and README @sergeichestakov (#210)
- chore: relax flask dependency constraint @ryantm (#203)
- Close session to fix CI @blast-hardcheese (#200)
- More dependency tending @blast-hardcheese (#199)
- chore/Tending dependencies @blast-hardcheese (#198)
- Fully automatic release versioning @blast-hardcheese (#197)
- Add release-drafter action @blast-hardcheese (#195)
- Add release-drafter config, in preparation for action @blast-hardcheese (#196)
- Bump version to 3.5.0 @blast-hardcheese (#194)
🤖 Dependencies
- Bump aiohttp from 3.9.1 to 3.9.2 @dependabot (#208)
- Bump aiohttp from 3.9.0 to 3.9.2 @dependabot (#207)
- Bump jinja2 from 3.1.2 to 3.1.3 @dependabot (#205)
- Bump gitpython from 3.1.40 to 3.1.41 @dependabot (#204)
- Bump pycryptodomex from 3.19.0 to 3.19.1 @dependabot (#202)
- Bump urllib3 from 1.26.15 to 1.26.18 @dependabot (#181)
- Bump aiohttp from 3.7.3 to 3.9.0 @dependabot (#191)
- Bump werkzeug from 2.3.7 to 3.0.1 @dependabot (#184)
v3.4.0
Changes
🚀 Features
- Support Flask 2.3 @noneofyourbusiness1415252 (#189)
- [identity] Allow signing tokens @lhchavez (#166)
- [identity] Update to include subclusters, user IDs, deployments @lhchavez (#165)
- Add retries when fetching data from DB @brenoafb (#149)
- Load Replit DB URL from a file @brenoafb (#139)
🧰 Maintenance
- bump version to 3.4.0 @cdmistman (#193)
- update typing_extensions @ryantm (#170)
- [👻] Update the Ghostwriter token @lhchavez (#163)
- Fix spelling @Dev380 (#135)
- Rtm 7 18 fix ci @ryantm (#153)
- bump typing_extensions @ryantm (#150)
- add CODEOWNERS and template @ryantm (#151)
🤖 Dependencies
- Bump aiohttp from 3.7.3 to 3.9.0 in /docs @dependabot (#190)
Patch v3.2.5
This should have been a minor release, but it's a patch release until the full identity is implemented. For now, it can only verify Ghostwriter tokens.
Bufix v3.2.4
- Fix error when using web.run
Bugfix v3.2.3
- Automatically use DB compatible JSON encoder when running flask app