Skip to content

0.5.0

Pre-release
Pre-release

Choose a tag to compare

@oschwald oschwald released this 15 Sep 22:00
· 1373 commits to main since this release
  • BREAKING CHANGE: getCreditsRemaining() has been removed from the web
    service models and has been replaced by getQueriesRemaining().
  • Added getQueriesRemaining() and getFundsRemaining(). Note that
    getFundsRemaining() will not be returned by the web service until our new
    credit system is in place.
  • Added getLastSeen() and getConfidence() to the Device response model.
  • This API now throws an IllegalArgumentException when null values are
    passed to constructors or methods that require non-null values.