Skip to content

actix-web: v4.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 10 Mar 01:18
· 945 commits to master since this release
b62da7e

Changed

  • Feature cookies is now optional and enabled by default. #1981
  • JsonBody::new returns a default limit of 32kB to be consistent with JsonConfig and the default
    behaviour of the web::Json<T> extractor. #2010