Skip to content

v2.1.0

Compare
Choose a tag to compare
@todd-elvers todd-elvers released this 14 Nov 15:45
· 30 commits to master since this release

Change Log:

  • ServiceUnavailableException now contains the following methods:
    • wasConnectTimeout() - for detecting connect timeouts
    • wasReadTimeout() - for detecting read timeouts
  • Corrected some spelling mistakes
  • Simplified JSON date parsing logic
    • All date parsers now throw the same exception
    • Removed need for redundant class declaration inside of date parsers
  • Changed integration tests to unit tests w/ mock webserver
  • Added more tests