Skip to content

Releases: leancloud/objc-sdk

12.1.2

22 Feb 09:25
9677575
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix(captcha): crash when verify captcha code failed (#601)

12.1.1

04 Feb 12:47
a385650
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix(date): format representation string of date is incorrect in some region (#597)

🧰 Maintenance

  • refactor: type checking method (#597)

12.1.0

27 Nov 08:27
1e0526e
Compare
Choose a tag to compare

🚀 New Features

  • feat(file): create file with ID and URL
     + (instancetype)fileWithObjectId:(NSString *)objectId url:(NSString *)url;

🐛 Bug Fixes

  • fix(foundation): crash in macOS (#591)

🧰 Maintenance

  • refactor(storage): remove unnecessary code in AVScheduler
  • refactor(push): post body remove __type and className

12.0.4

12 Nov 08:25
0d58376
Compare
Choose a tag to compare

Optimization and fixed bugs

  • fix(push): device token not store
    • this bug may cause the IMClient with a tag can not receive offline message notifications

12.0.3

29 Oct 06:34
1595a18
Compare
Choose a tag to compare

Optimization and fixed bugs

  • fix: thread unsafe access

12.0.2

22 Oct 04:05
89b2373
Compare
Choose a tag to compare

Optimization and fixed bugs

  • fix: null pointer crash

12.0.1

16 Oct 09:19
ecbdfd8
Compare
Choose a tag to compare

Break changes

  • feat!: IM & LiveQuery not support macOS 10.9 any more

Optimization and fixed bugs

  • fix: compiler warnings
  • fix: should not import CoreTelephony in simulator
  • chore: update project build settings
  • chore: upgrade protobuf to 3.10.0

12.0.1-beta.1

14 Oct 11:06
2e67cce
Compare
Choose a tag to compare
Merge pull request #579 from zapcannon87/master

release: 12.0.1-beta.1

12.0.0

08 Oct 07:37
26f06ba
Compare
Choose a tag to compare

Optimization and fixed bugs

  • refactor: remove unnecessary code & tweak code

12.0.0-beta.1

29 Sep 12:53
42f451e
Compare
Choose a tag to compare

Break changes

  • feat!: not support iOS 7.x any more
  • feat!: remove some unnecessary API
  • feat!: force to set device token and team id of installation
  • feat!: update user agent
  • feat!: regex escaping for string query
  • feat!: remove ssl pin
  • feat!: remove app router and fallback url of cn and ce

New features

  • feat: new setup api for setting server url

Optimization and fixed bugs

  • refactor: fix some compiler warnings
  • refactor: tweak log format
  • refactor: class of installation
  • fix: null pointer crash
  • chore: fit xcode 11