unleash-edge v0.2.0
chriswk
released this
28 Feb 15:04
·
509 commits
to main
since this release
Chore
- bump shadow-rs to 0.21
- added symlink to top level README file
New Features
- Added /api/frontend endpoint to match Unleash
Bug Fixes
- add README to server subfolder
- update rust crate clap to 4.1.8
- update rust crate actix-web to 4.3.1
- update rust crate clap to 4.1.7
- Move /api/client/register to a post request.
Earlier we didn't accept metrics from downstream clients because we made
a wrong assumption about Request Method type. This PR fixes this and
starts accepting client metrics and posting them upstream. - Client features were not refreshing.
We incorrectly assumed that our merge method would be enough here, but
since the merge method retained the original and deduped, it seems like
we tricked ourselves. The fix reduces the action to simply replacing
whatever was cached with the newly fetched features from the server
Commit Statistics
- 10 commits contributed to the release over the course of 4 calendar days.
- 4 days passed between releases.
- 9 commits were understood as conventional.
- 6 unique issues were worked on: #76, #77, #78, #79, #81, #83
Commit Details
view details
- #76
- Added /api/frontend endpoint to match Unleash (60bcf76)
- #77
- Update rust crate actix-web to 4.3.1 (2020281)
- #78
- Update rust crate clap to 4.1.7 (3b6be69)
- #79
- Client features were not refreshing. (77b9b0c)
- #81
- Move /api/client/register to a post request. (98666cf)
- #83
- Update rust crate clap to 4.1.8 (eaf0e79)
- Uncategorized