fix(security): update dependency configcat-common to v9.4.0 #1348
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.3.1->9.4.0Release Notes
configcat/common-js (configcat-common)
v9.4.0Compare Source
Improvements:
performance.now) instead of system clock (new Date()) for scheduling poll iterations in Auto Polling mode for improved precision and resistance to system clock adjustments (time sync, user initiated clock adjustments, etc.)configChangedonce per config refresh operation, eliminate race conditions around cache write, and improve performance in high concurrency situations by deduplicating config refresh instead of config fetch operation only.Bug fixes:
FetchError. (Name property should be set to the class name.)Breaking changes:
forceRefreshAsyncto report failure and log a warning in offline mode only when the client is not configured to use an external cache. (Very low impact expected.) (#112)clientReadyevent consistent with other SDKs in Auto Polling mode. When the client is offline,clientReadyis emitted as soon as the initial sync with the external cache completes. (Low impact expected.)configChangedevent when the local cache is updated as a result of synchronization with the external cache. (Low impact expected.)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.
BEGIN_COMMIT_OVERRIDE
feat!: Update the ConfigCat core library to v9
END_COMMIT_OVERRIDE