Skip to content

Releases: SideStore/omnisette-server

1.0.0-beta.1

16 Apr 15:28
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

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

26 Mar 17:16
Compare
Choose a tag to compare

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

06 Mar 04:07
Compare
Choose a tag to compare

Changelog

  • Fix a bug where get_headers would fail due to the folder not existing

0.1.5

06 Mar 03:42
Compare
Choose a tag to compare

Changelog

  • Fix swift not liking GET requests with a body by using a POST request for V3 get_headers

0.1.4

05 Mar 19:57
Compare
Choose a tag to compare

Changelog

  • Add missing X-Apple-I-Client-Time, X-Apple-I-TimeZone, X-Apple-Locale headers for V1 requests

0.1.3

05 Mar 17:39
Compare
Choose a tag to compare

Changelog

  • Ensure backwards compatibility with V1 and older versions of SideStore

0.1.1

05 Mar 16:02
Compare
Choose a tag to compare

Changelog

  • Destroy provisioning session on cleanup

0.1.0

05 Mar 05:37
Compare
Choose a tag to compare

Changelog

  • Initial release