Skip to content

Releases: salvo-rs/salvo

v0.74.0

28 Oct 23:00
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update brotli requirement from 6.0 to 7.0 by @dependabot in #941
  • chore(deps): Update opentelemetry-* to 0.26 by @chrislearn in #944
  • chore(craft-macros): Improve the compatibility of generic parameters. by @andeya in #946
  • Parse url query array style like ids=[1,2,3] by @chrislearn in #947
  • ParseError message format by @chrislearn in #949
  • chore(core::writing): Do not forcibly overwrite the content-type and optimize the code. by @andeya in #950
  • chore(core::writing): try_set_header add #[inline(always)] by @andeya in #951
  • chore: Use let _ = ... to replace result.ok(). by @chrislearn in #954
  • display actual number of connections; don't wait if stop_forcible by @davehorner in #957
  • Add the ArcHandler that wraps another [Handler] to enable it to be cloneable. by @andeya in #958
  • fix typo challenge

New Contributors

Full Changelog: v0.73.0...v0.74.0

v0.73.0

01 Oct 12:14
Compare
Choose a tag to compare

What's Changed

  • Make Filter::filter async by @chrislearn in #933
  • chore(craft-macros): Support generic parameters. by @andeya in #934
  • fix: Accepting a Browser Initiated WebTransport Session Always Fails by @chrislearn in #935
  • chore(craft-macros): When self.0 is shadowed, it is convenient to directly call the self.deref() method. by @andeya in #936
  • chore(craft-macros): Improve the robustness of extracting attributes. by @andeya in #937
  • chore(craft-macros): Add #[allow(non_camel_case_types)] by @andeya in #938
  • chore(NamedFile): Skip write content-type if it exists by @chrislearn in #939

Full Changelog: v0.72.4...v0.73.0

v0.72.4

25 Sep 09:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.72.3...v0.72.4

v0.72.3

23 Sep 06:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.72.2...v0.72.3

v0.72.2

19 Sep 23:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.72.1...v0.72.2

v0.72.1

19 Sep 05:02
Compare
Choose a tag to compare

What's Changed

  • chore: Update opentelemetry-* dependencies by @chrislearn in #907
  • fix: higher-ranked lifetime error regarding config_stream by @aoiryc in #909
  • chore(deps): update tokio-tungstenite requirement from 0.23 to 0.24 by @dependabot in #910
  • impl Display and Debug for Text and Json by @chrislearn in #912
  • security fix: Jump out of the serve dir to access files on server by @chrislearn in #913

New Contributors

Full Changelog: v0.72.0...v0.72.1

v0.72.0

13 Sep 07:00
a5119ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.71.1...v0.72.0

v0.71.1

18 Aug 14:53
Compare
Choose a tag to compare

What's Changed

  • fix: Derive ToSchema not work for unit enum variants by @chrislearn in #875

Full Changelog: v0.71.0...v0.71.1

v0.71.0

18 Aug 02:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.70.0...v0.71.0

v0.70.0

13 Aug 13:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.69.0...v0.70.0