Skip to content

Releases: salvo-rs/salvo

v0.66.2

06 Mar 22:49
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update rustls requirement from 0.22 to 0.23 by @dependabot in #707
  • chore(deps): update x509-parser requirement from 0.15 to 0.16 by @dependabot in #708
  • 🎨 display static file size to mb kb gb tb pb eb by @gakaki in #709
  • 🎨 improve rust doc experience for http status code error by @gakaki in #711
  • chore(deps): update base64 requirement from 0.21 to 0.22 by @dependabot in #712
  • Update swagger ui to v5.11.10 by @chrislearn in #713

New Contributors

Full Changelog: v0.66.1...v0.66.2

v0.66.1

28 Feb 00:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.66.0...v0.66.1

v0.66.0

15 Feb 22:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.65.2...v0.66.0

v0.65.2

02 Feb 00:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.65.1...v0.65.2

v0.65.1

23 Jan 23:26
Compare
Choose a tag to compare

What's Changed

  • Ignore response body for HEAD request even error happened by @18o in #648
  • remove clippy warnings by @bigduu in #650
  • chore(deps): update proc-macro-crate requirement from >= 2, <= 3 to >= 2, <= 4 by @dependabot in #653
  • fix: Rustls backend loads only the first certificate from file by @chrislearn in #654
  • Remove #[inline] from large functions by @astoring in #655
  • fix: redundant / added at end of forward url in proxy if rest is empty by @18o in #657
  • add: graceful shutdown example by @Hujian99 in #656
  • proxy: Insert to existing headers and allow to call rest handlers by @chrislearn in #660

New Contributors

Full Changelog: v0.65.0...v0.65.1

v0.65.0

17 Jan 04:11
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update multimap requirement from 0.9 to 0.10 by @dependabot in #645
  • fix: The https tls handshake is not 100% successful at high concurrency. by @chrislearn in #646
  • Remove async_trait and use impl Future for some traits by @chrislearn in #647

Full Changelog: v0.64.2...v0.65.0

v0.64.2

15 Jan 21:54
Compare
Choose a tag to compare

What's Changed

  • Add local_addr and ttl functions to TcpAcceptor by @chrislearn in #640
  • Allow expressions in certain fields like content-type etc. by @chrislearn in #641
  • fix: custom symbol for schema error with generic type by @chrislearn in #642
  • Use hyper-rustls remove hyper-tls for client. by @chrislearn in #643

Full Changelog: v0.64.1...v0.64.2

v0.64.1

14 Jan 22:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.64.0...v0.64.1

v0.64.0

11 Jan 05:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.63.1...v0.64.0

v0.63.1

21 Dec 01:17
3cca8f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.63.0...v0.63.1