Skip to content

SessionPlus 2.0.1

Compare
Choose a tag to compare
@richardpiazza richardpiazza released this 27 Apr 12:11
· 6 commits to main since this release
eb2ace5

2.0.1
Fixes an issues where a URLSessionDataTask was not automatically .resume() 🤦‍♂️

2.0.0

  • Shifts the interaction model from being task/execution based to being request/response based.
  • Request and Response are protocols which represent the required parameters needs to respectively query and process a response from an api.
  • All of the older HTTPClient protocols and implementations are deprecated and will be removed in future versions of the framework.