Replit Py Versions Save

A helpful Python package that helps you build excellent things inside Repls! 💻

v4.0.0

2 weeks ago

Changes

🧰 Maintenance

  • remove audio @ryantm (#219)

v3.6.3

4 weeks ago

Changes

🐛 Bug Fixes

  • Revert #172, avoid stripping / prefix from replitdb keys
  • bug/Permit deleting db entries with leading slashes @blast-hardcheese (#218) If upgrading from 3.6.1 or 3.6.2, you may need to remove forward slashes from replitdb keys.

🧰 Maintenance

  • Fix typo (#141) @alluding (#216)

v3.6.2

1 month ago

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

3 months ago

Changes

  • [FIX] Prevent keys from starting with slashes @Firepup6500 (#172)

v3.6.0

3 months ago

Changes

🚀 Features

  • [replit] The lesser of two evils @lhchavez (#167)

🧰 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

5 months ago

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)

v3.2.5

1 year ago

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.

v3.2.4

2 years ago
  • Fix error when using web.run

v3.2.3

2 years ago
  • Automatically use DB compatible JSON encoder when running flask app

v3.2.2

2 years ago
  • Fix unexpected behavior when calling .get() on an ObservedDict