Releases: leancloud/objc-sdk
Releases · leancloud/objc-sdk
12.1.2
12.1.1
12.1.0
🚀 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
andclassName
12.0.4
Optimization and fixed bugs
- fix(push): device token not store
- this bug may cause the
IMClient
with atag
can not receive offline message notifications
- this bug may cause the
12.0.3
Optimization and fixed bugs
- fix: thread unsafe access
12.0.2
Optimization and fixed bugs
- fix: null pointer crash
12.0.1
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
Merge pull request #579 from zapcannon87/master release: 12.0.1-beta.1
12.0.0
Optimization and fixed bugs
- refactor: remove unnecessary code & tweak code
12.0.0-beta.1
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