Skip to content

cot-v0.7.0

Latest

Choose a tag to compare

@cotbot cotbot released this 13 Jul 18:27
cbbc910

View diff on diff.rs

Cot v0.7 is here! This release packs in a wide range of improvements across forms, the ORM, security, and developer ergonomics. Read more on the blogpost here!

New features

  • [breaking] Expose on_delete and on_update fields for ForeignKey field (#576) (by @ElijahAhianyo)
  • [breaking] Implement Serialize, Deserialize, and JsonSchema implementations for cot internal types (#575) (by @ElijahAhianyo)
  • [breaking] More form attributes (#352) (by @ElijahAhianyo)
  • Implement DbField for Bytes (#596) (by @firas-yangui)
  • Support custom cache and email in TestRequestBuilder (#582) (by @m4tx)
  • Add set_username and set_password to DatabaseUser (#579) (by @m4tx)
  • Implement From<DbFieldValue> for Non primitive types (#562) (by @ElijahAhianyo)
  • Add tests for guide code snippets (#552) (by @m4tx)
  • Derive Ord and PartialOrd for Auto (#544) (by @ElijahAhianyo)
  • Allow accessing extra config (#518) (by @m4tx)
  • Use securer_string for more secure Password and SecretKey (#328) (by @eibrahim95)

Fixes

Other

Contributors