This repository was archived by the owner on Mar 23, 2021. It is now read-only.
Commit 0847e07
Franck Royer
Release 0.1.0
### Added
- All the code since the dawn of comit-rs.
- Add idempotent get-or-create endpoint for btsieve queries.
- Check if btsieve's version matches the expected version, on every request.
- Ping btsieve on cnd startup, checking for presence and version compatibility.
- Add hook to generate release binaries when a release is tagged.
### Changed
- Move config files to standard location based on platform (OSX, Windows, Linux).
- Align implementation with RFC-002 to use the decision header instead of status codes.
- Upgrade `btsieve` to `url:2.1`.
### Removed
- Direct dependency of `cnd` on `url` (uses re-export from `reqwest` instead).1 parent b2dd02a commit 0847e07
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
| 26 | + | |
0 commit comments