Releases: SideStore/omnisette-server
Releases · SideStore/omnisette-server
1.0.0-beta.1
Changelog
- update dependencies
- cleanup ProviderInstance and create a new one for each v3 request (get_headers and provisioning_session)
- use one shared ProviderInstance for all v1 requests
- remove TryAgainSoon since we can just make a new ProviderInstance
0.2.0
Changelog
- Rename V3 URLs to be prefixed with /v3
- Add Implementation-Version header to match with provision
- Remove more headers from V3 response that SideStore will provide
- Tell the client to try again soon if all providers are busy
- Add client info endpoint
- Add support for HTTPS
- Add argument to change the amount of workers (threads)
0.1.6
Changelog
- Fix a bug where get_headers would fail due to the folder not existing
0.1.5
Changelog
- Fix swift not liking GET requests with a body by using a POST request for V3 get_headers
0.1.4
Changelog
- Add missing X-Apple-I-Client-Time, X-Apple-I-TimeZone, X-Apple-Locale headers for V1 requests
0.1.3
Changelog
- Ensure backwards compatibility with V1 and older versions of SideStore
0.1.1
Changelog
- Destroy provisioning session on cleanup
0.1.0
Changelog
- Initial release