Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] 1.26.0 - Array operation support and Return Initialization …
…Details with Initialize functions (#358) ### New Features - Return initialization details with initialize() and initializeAsync() function var duration: Long, var isSDKReady: Boolean, // If sdk setup finished, SDK can be ready without a valid config spec var configSpecReady: Boolean, // If sdk is initialized with a valid config spec var failureDetails: FailureDetails? = null, // If sdk failed or failed to get download config spec, what's the failure details - Support array operation in evaluator >Included In This Release >- 1b44a79 Xin Li > - feat:Return initialization details as part of initialization details (#355) >- 927e9dc Xin Li > - Update kong.yml (#357) >- a3fc542 Weihao Ding > - feat: arr contains all eval condition (#354) >- 3a98007 Weihao Ding > - feat: add array operation support in evaluator (#351)
- Loading branch information