[PR #6481] [MERGED] Update SDK to 2.0.0-5002-7f4059e7 #25989

Closed
opened 2026-04-17 01:33:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6481
Author: @bw-ghapp[bot]
Created: 2/5/2026
Status: Merged
Merged: 2/9/2026
Merged by: @SaintPatrck

Base: mainHead: sdlc/sdk-update


📝 Commits (8)

  • 9902d09 SDK Update - com.bitwarden:sdk-android 2.0.0-4969-abba7fda
  • f76f169 SDK Update - com.bitwarden:sdk-android 2.0.0-4970-b65c48c1
  • 531e7ca SDK Update - com.bitwarden:sdk-android 2.0.0-4986-f5a5433e
  • 2b92c8c SDK Update - com.bitwarden:sdk-android 2.0.0-4992-08a6bf30
  • bbff22a SDK Update - com.bitwarden:sdk-android 2.0.0-4999-800a0d24
  • 52642e1 SDK Update - com.bitwarden:sdk-android 2.0.0-5002-7f4059e7
  • dfd478d Merge branch 'main' into sdlc/sdk-update
  • caa610c Add required field

📊 Changes

3 files changed (+3 additions, -1 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/data/vault/repository/util/VaultSdkSendExtensions.kt (+1 -0)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/vault/datasource/sdk/model/VaultSdkSendUtil.kt (+1 -0)
📝 gradle/libs.versions.toml (+1 -1)

📄 Description

Updates the SDK version from 2.0.0-4872-065ef30b to com.bitwarden:sdk-android 2.0.0-5002-7f4059e7

What's Changed

Raw changelog
- Add support for result in play test (#722)
- [PM-29145] Export bitwarden_server_communication_config_client via bitwarden-wasm-internal (#724)
- [PM-25283] Migrate key-connector crate to use api-base (#739)
- [PM-30923] Update sdk-internal with the latest send models (#727)
- [PM-25283] Wrap SM code in a client (#736)
- Update publish workflow to include new api crates (#741)
- [PM-25283] Add auth middleware support (#737)
- [PM-31668] Add search indexing fields to CipherListView  (#742)
- [PM-31640] Make performance tracing compile-time feature (#738)
- chore(docs): [PM-31468] Consolidated build and link instructions
- [PM-30144] Implement data-re-encryption for key rotation (#686)
- feat(sso): Add `acquireCookie` trait and function to ServerCommunicationConfigClient (#723)
- [PM-30144] Add key rotation for account cryptographic state (#697)
- [PM-30580] Add encryptMany to SDK  (#746)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/6481 **Author:** [@bw-ghapp[bot]](https://github.com/apps/bw-ghapp) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `sdlc/sdk-update` --- ### 📝 Commits (8) - [`9902d09`](https://github.com/bitwarden/android/commit/9902d092a7a9cbfe0d30e83061239d7df78aca76) SDK Update - com.bitwarden:sdk-android 2.0.0-4969-abba7fda - [`f76f169`](https://github.com/bitwarden/android/commit/f76f1694c46062e19e89f83997a0e549e1bf1c64) SDK Update - com.bitwarden:sdk-android 2.0.0-4970-b65c48c1 - [`531e7ca`](https://github.com/bitwarden/android/commit/531e7cac33808ebfab553783ec8e78bfe618f662) SDK Update - com.bitwarden:sdk-android 2.0.0-4986-f5a5433e - [`2b92c8c`](https://github.com/bitwarden/android/commit/2b92c8c1f5cbc4bed38a3a220eca6aec588a11db) SDK Update - com.bitwarden:sdk-android 2.0.0-4992-08a6bf30 - [`bbff22a`](https://github.com/bitwarden/android/commit/bbff22a98c8fee037c8add2d9c914901f04a1ce1) SDK Update - com.bitwarden:sdk-android 2.0.0-4999-800a0d24 - [`52642e1`](https://github.com/bitwarden/android/commit/52642e1559459eb8d5f63c38790f28cddf3b4d11) SDK Update - com.bitwarden:sdk-android 2.0.0-5002-7f4059e7 - [`dfd478d`](https://github.com/bitwarden/android/commit/dfd478dcadf13ccc54495a446dc55ef1c6ecf53d) Merge branch 'main' into sdlc/sdk-update - [`caa610c`](https://github.com/bitwarden/android/commit/caa610ca4f493c1eb25047d9a8a088d34926bace) Add required field ### 📊 Changes **3 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/vault/repository/util/VaultSdkSendExtensions.kt` (+1 -0) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/vault/datasource/sdk/model/VaultSdkSendUtil.kt` (+1 -0) 📝 `gradle/libs.versions.toml` (+1 -1) </details> ### 📄 Description Updates the SDK version from `2.0.0-4872-065ef30b` to `com.bitwarden:sdk-android 2.0.0-5002-7f4059e7` ## What's Changed - bitwarden/sdk-internal#722 - bitwarden/sdk-internal#724 - bitwarden/sdk-internal#739 - bitwarden/sdk-internal#727 - bitwarden/sdk-internal#736 - bitwarden/sdk-internal#741 - bitwarden/sdk-internal#737 - bitwarden/sdk-internal#742 - bitwarden/sdk-internal#738 - chore(docs): [PM-31468] Consolidated build and link instructions - bitwarden/sdk-internal#686 - bitwarden/sdk-internal#723 - bitwarden/sdk-internal#697 - bitwarden/sdk-internal#746 <details> <summary>Raw changelog</summary> ``` - Add support for result in play test (#722) - [PM-29145] Export bitwarden_server_communication_config_client via bitwarden-wasm-internal (#724) - [PM-25283] Migrate key-connector crate to use api-base (#739) - [PM-30923] Update sdk-internal with the latest send models (#727) - [PM-25283] Wrap SM code in a client (#736) - Update publish workflow to include new api crates (#741) - [PM-25283] Add auth middleware support (#737) - [PM-31668] Add search indexing fields to CipherListView (#742) - [PM-31640] Make performance tracing compile-time feature (#738) - chore(docs): [PM-31468] Consolidated build and link instructions - [PM-30144] Implement data-re-encryption for key rotation (#686) - feat(sso): Add `acquireCookie` trait and function to ServerCommunicationConfigClient (#723) - [PM-30144] Add key rotation for account cryptographic state (#697) - [PM-30580] Add encryptMany to SDK (#746) ``` </details> [PM-31468]: https://bitwarden.atlassian.net/browse/PM-31468?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-29145]: https://bitwarden.atlassian.net/browse/PM-29145?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-25283]: https://bitwarden.atlassian.net/browse/PM-25283?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-30923]: https://bitwarden.atlassian.net/browse/PM-30923?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-25283]: https://bitwarden.atlassian.net/browse/PM-25283?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-25283]: https://bitwarden.atlassian.net/browse/PM-25283?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 01:33:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#25989