Skip to content

leancloud-sdk-8.2.28

Latest
Compare
Choose a tag to compare
@antigloss antigloss released this 22 May 09:33
· 2 commits to master since this release

Break changes

  • None

New features

  • LCException: add new data member httpStatus to LCException
  • LCObject: saveEventually retries only if LCException httpStatus is 0, 429, 499, or >= 500
  • ArchivedRequests: sendArchivedRequest retries only if LCException httpStatus is 0, 429, 499, or >= 500

Optimization and fixed bugs

  • None