Skip to content

Release v0.7.1 [Bug Fixes]

Compare
Choose a tag to compare
@sansyrox sansyrox released this 28 Oct 23:18
· 519 commits to main since this release

This version contains major fixes of the previous version:

  • Request objects are optional in every route handler now.
  • Robyn's test suite is now fixed. Now you can expect more reliable shipments!

example below

@app.get("/jsonify")
async def json_get():
    return jsonify({"hello": "world"})