Skip to content

v1.0.91

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 20:21
· 161 commits to main since this release
0200143
Add reservation middleware (#193)

* Moved reservation code to the api package to make it easier to test and also there was no real point of separating it  
* Added middleware that checks for X-GO-IOS-RESERVE header for endpoints on which it is applied  
* Added a reservation admin UUID  
* Reworked reservation endpoints to be more in line with the other device endpoints  
* Added tests for the middleware and also cleaned up reservation tests code a bit