Skip to content

Releases: wansenai/summer-boot

Summer Boot v1.4.2

27 Dec 12:52
3bacf5b
Compare
Choose a tag to compare

Release Note

  1. The dependency on async-h1 has been removed and integrated into the HTP1 module of the module
  2. Fix bugs in the summer root actor module
  3. Update the example module
  4. Update serde_yaml crate dependency

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.4.2

Summer Boot v1.0.0

25 Jun 08:19
516266c
Compare
Choose a tag to compare

New features

  1. add http1 and tcp listener impl #10
  2. add read yml configuration file #13
  3. add github ci action build script #14
  4. add #[summer_boot::main] and #[summer_boot::auto_scan] macro #40 #48
  5. add auto read yml file #45

Fix

  1. 去除todo导致的build问题 #30
  2. Fix read resource path error #49

contributors

@Jzow @Yangandmore @secretgao @JackMacArthur