chore(release): pulling release/2.1.0 into master#49
Merged
1abhishekpandey merged 2 commits intomasterfrom Dec 8, 2025
Merged
Conversation
* feat(braze): add support for platform-specific app keys Add support for androidAppKey configuration option to enable multi-platform app key management. When usePlatformSpecificKeys is enabled, the SDK will prioritize androidAppKey over the deprecated appKey field for Android-specific configurations. This change maintains backward compatibility by falling back to the existing appKey field when platform-specific keys are not configured or the feature flag is disabled. 🔒 Scanned for secrets using gitleaks 8.28.0 * fix(braze): add since and forRemoval to @deprecated annotation Update API_KEY deprecation annotation to include required metadata for Java 9+ compatibility. Set forRemoval to false to explicitly indicate the field will be maintained for backward compatibility indefinitely. Resolves SonarQube issue java:S6355 requiring deprecation metadata for proper API evolution tracking. 🔒 Scanned for secrets using gitleaks 8.28.0 * chore: improve comments 🔒 Scanned for secrets using gitleaks 8.28.0 * fix(braze): ensure default app key fallback when platform-specific key is empty 🔒 Scanned for secrets using gitleaks 8.28.0 * feat: change the name of the key to usePlatformSpecificApiKeys 🔒 Scanned for secrets using gitleaks 8.28.0 * chore: remove deprecation warning 🔒 Scanned for secrets using gitleaks 8.28.0 * chore: improve comment 🔒 Scanned for secrets using gitleaks 8.28.0 * fix: use androidApiKey 🔒 Scanned for secrets using gitleaks 8.28.0 * chore: improve console msgs 🔒 Scanned for secrets using gitleaks 8.28.0 * refactor: simplify fetcing of api key 🔒 Scanned for secrets using gitleaks 8.28.0
|
1abhishekpandey
approved these changes
Nov 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



👑 An automated PR