Skip to content

Releases: replit/replit-py

v4.1.0

13 Sep 04:32
d619332
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v4.0.0

17 May 19:24
1067449
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v3.6.3

03 May 16:45
0f7ac60
Compare
Choose a tag to compare

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

v3.6.2

10 Apr 13:42
bbbaf0f
Compare
Choose a tag to compare

Changes

v3.6.1

28 Feb 00:07
4a5a7ac
Compare
Choose a tag to compare

Changes

v3.6.0

27 Feb 22:06
5c0ab7a
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

🤖 Dependencies

v3.4.0

09 Dec 01:40
365cd7c
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

🤖 Dependencies

Patch v3.2.5

21 Oct 17:42
d8e12d7
Compare
Choose a tag to compare

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

28 Jul 19:38
890c80d
Compare
Choose a tag to compare
  • Fix error when using web.run

Bugfix v3.2.3

28 Jul 19:30
17a3308
Compare
Choose a tag to compare
  • Automatically use DB compatible JSON encoder when running flask app