Skip to content

Conversation

@bw-ghapp
Copy link
Contributor

@bw-ghapp bw-ghapp bot commented Dec 31, 2025

Updates the SDK version from 2.0.0-4254-6c954013 to com.bitwarden:sdk-android 2.0.0-4373-3c666766

What's Changed

Additional code changes:

bitwarden/sdk-internal#629 removes InitUserCryptoMethod.Password so the following changes were needed:

Clean up code usage of the deprecated InitUserCryptoMethod.Password enumeration in preparation for its removal from the SDK.

Behavioral Changes:

None. This refactoring removes handling for an unsupported crypto initialization method that threw an exception or was no longer relevant.

Specific Changes:

  • VaultLockManagerImpl.kt: Remove the case for InitUserCryptoMethod.Password in the crypto initialization logic.
  • InitUserCryptoMethodExtensions.kt: Remove the case for InitUserCryptoMethod.Password that previously threw an IllegalArgumentException.
Raw changelog
- [deps]: Update Rust crate csv to v1.4.0 (#529)
- [deps]: Update prettier to v3.7.4 (#588)
- [PM-29048] Validate pin protected user key envelope (#628)
- Update passkey-rs and coset libraries [PM-26879] (#626)
- [PM-26585] Remove `InitUserCryptoMethod::Password` in favour of `InitUserCryptoMethod::MasterPasswordUnlock` (#629)
- [PM-25821] Migrate Cipher Admin operation API calls to SDK (#560)
- [bre-1450] coverage step failing due to runner disk full (#637)
- [PM-27231] Account encryption v2 for key connector (#611)
- Update API to bf5cacdfc56451ef14d9aadbbd6cbac76b7b37b8 (#635)
- [deps]: Update Rust to v2025-12-29 (#448)
- Review Code Triggered by labeled event (#640)
- chore(docs): Add API bindings section to root README
- Revert review Code Triggered by labeled event (#641)
- Update API to 484a8e42dc7cdf1e3e3178b14f43193e56694e87 (#642)
- Update API to e9d53c0c6b9c81bfc4a638ff63083af41cea9c3e (#647)
- [deps]: Update @openapitools/openapi-generator-cli to v2.26.0 (#645)

@bw-ghapp bw-ghapp bot added automated-pr PR created by workflow or other automation t:deps Change Type - Dependencies labels Dec 31, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 31, 2025

Logo
Checkmarx One – Scan Summary & Detailsd00dcab7-d882-4153-ba21-4e8bd06627a6

Great job! No new security vulnerabilities introduced in this pull request

@bw-ghapp bw-ghapp bot changed the title Update SDK to 2.0.0-4362-ec6c67db Update SDK to 2.0.0-4364-4759089b Jan 2, 2026
@bw-ghapp bw-ghapp bot changed the title Update SDK to 2.0.0-4364-4759089b Update SDK to 2.0.0-4372-f210319d Jan 5, 2026
@bw-ghapp bw-ghapp bot changed the title Update SDK to 2.0.0-4372-f210319d Update SDK to 2.0.0-4373-3c666766 Jan 5, 2026
bw-ghapp bot and others added 6 commits January 5, 2026 12:10
Objective:
Clean up code usage of the deprecated `InitUserCryptoMethod.Password` enumeration in preparation for its removal from the SDK.

Behavioral Changes:
None. This refactoring removes handling for an unsupported crypto initialization method that threw an exception or was no longer relevant.

Specific Changes:
- `VaultLockManagerImpl.kt`: Remove the case for `InitUserCryptoMethod.Password` in the crypto initialization logic.
- `InitUserCryptoMethodExtensions.kt`: Remove the case for `InitUserCryptoMethod.Password` that previously threw an `IllegalArgumentException`.
@github-actions github-actions bot added app:password-manager Bitwarden Password Manager app context app:authenticator Bitwarden Authenticator app context labels Jan 5, 2026
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.51%. Comparing base (9a8c504) to head (63bf5b5).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6311      +/-   ##
==========================================
+ Coverage   85.50%   85.51%   +0.01%     
==========================================
  Files         763      763              
  Lines       54601    54620      +19     
  Branches     7855     7852       -3     
==========================================
+ Hits        46684    46707      +23     
+ Misses       5189     5187       -2     
+ Partials     2728     2726       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SaintPatrck
Copy link
Contributor

Thanks @david-livefront

@SaintPatrck SaintPatrck added this pull request to the merge queue Jan 5, 2026
Merged via the queue into main with commit 03562a8 Jan 5, 2026
16 checks passed
@SaintPatrck SaintPatrck deleted the sdlc/sdk-update branch January 5, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app:authenticator Bitwarden Authenticator app context app:password-manager Bitwarden Password Manager app context automated-pr PR created by workflow or other automation t:deps Change Type - Dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants