Skip to content

v1.1.1

Compare
Choose a tag to compare
@rokihiro rokihiro released this 09 Apr 08:38
· 94 commits to master since this release
2b098e9

Modified

  • API認証エラー発生を示すPeerErrorEnum.AUTHENTICATIONをPeerErrorに追加しました。
  • PeerクラスにSDKのバージョンを確認するためのメソッドgetSdkVersionを追加しました。

Fixed

  • v1.1.0にてAPI認証に失敗する不具合を修正しました。
  • listAllPeers呼び出し時に、取得件数が512より大きい時にクラッシュする不具合を修正しました。

Modified

  • Added PeerErrorEnum.AUTHENTICATION to PeerError indicating that API authentication error occurred.
  • Added the method getSdkVersion to check the SDK version in the Peer class.

Fixed

  • Fixed a bug that API authentication fails in v1.1.0.
  • Fixed a bug that crashes when the number of acquired items is larger than 512 when calling listAllPeers.