[PR #6569] [MERGED] Update SDK to 2.0.0-5422-26e2b107 #43773

Closed
opened 2026-04-23 22:26:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6569
Author: @bw-ghapp[bot]
Created: 2/24/2026
Status: Merged
Merged: 2/27/2026
Merged by: @LRNcardozoWDF

Base: mainHead: sdlc/sdk-update


📝 Commits (10+)

  • 76e581d SDK Update - com.bitwarden:sdk-android 2.0.0-5349-833c747d
  • 1990e20 SDK Update - com.bitwarden:sdk-android 2.0.0-5354-1a6edf0b
  • f046016 SDK Update - com.bitwarden:sdk-android 2.0.0-5353-2e3dcad3
  • cfbafe2 SDK Update - com.bitwarden:sdk-android 2.0.0-5360-198f0fe3
  • 365b333 SDK Update - com.bitwarden:sdk-android 2.0.0-5361-48b1e0f4
  • 7962827 SDK Update - com.bitwarden:sdk-android 2.0.0-5366-04c6cceb
  • a3100ad SDK Update - com.bitwarden:sdk-android 2.0.0-5367-dabe9805
  • 803302e SDK Update - com.bitwarden:sdk-android 2.0.0-5401-cd8028dd
  • c072458 SDK Update - com.bitwarden:sdk-android 2.0.0-5405-5c967eb6
  • 4cb1bc1 SDK Update - com.bitwarden:sdk-android 2.0.0-5410-3164240c

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 gradle/libs.versions.toml (+1 -1)

📄 Description

Updates the SDK version from 2.0.0-5335-7a22aa7f to com.bitwarden:sdk-android 2.0.0-5422-26e2b107

What's Changed

Raw changelog
- Update API bindings to b412826951d45c346b2adc9bd29cc3131c576a11 (#789)
- [deps] Platform (npm): Update @openapitools/openapi-generator-cli to v2.29.0 (#691)
- [PM-25820] Migrate Cipher Attachment Operations to SDK (#783)
- [deps]: Update Rust to v2026 (#768)
- [deps] Platform (npm): Update @types/node to v25.2.3 (#764)
- [BEEEP] Improve crypto logging (#759)
- [PM-31763] Add initialize crypto method: unlock via client managed state (#788)
- Decrypt ciphers to CipherView instead of CipherListView (#745)
- [PM-32716] Remove user id from security state (#794)
- [PM-32439] Consolidate safe module cryptographic namespacing strategy (#770)
- Remove async from get_api_configurations (#797)
- disable claude attribution (#798)
- Skip updating clippy_utils, it's locked to dylint (#782)
- [PM-32143] Make it possible to test directly on Feature Clients (#757)

🔄 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/6569 **Author:** [@bw-ghapp[bot]](https://github.com/apps/bw-ghapp) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@LRNcardozoWDF](https://github.com/LRNcardozoWDF) **Base:** `main` ← **Head:** `sdlc/sdk-update` --- ### 📝 Commits (10+) - [`76e581d`](https://github.com/bitwarden/android/commit/76e581da1a83cd828aa78972be17c3038f3197c5) SDK Update - com.bitwarden:sdk-android 2.0.0-5349-833c747d - [`1990e20`](https://github.com/bitwarden/android/commit/1990e203a20747558f1c3974015a3d648a36137a) SDK Update - com.bitwarden:sdk-android 2.0.0-5354-1a6edf0b - [`f046016`](https://github.com/bitwarden/android/commit/f046016638097b01d51cd3a07b9d441fc6792e39) SDK Update - com.bitwarden:sdk-android 2.0.0-5353-2e3dcad3 - [`cfbafe2`](https://github.com/bitwarden/android/commit/cfbafe22ead544223fc0e1fc8e41b5d53620cb2a) SDK Update - com.bitwarden:sdk-android 2.0.0-5360-198f0fe3 - [`365b333`](https://github.com/bitwarden/android/commit/365b3333c6287211caaf8f8d43a7c8b436361323) SDK Update - com.bitwarden:sdk-android 2.0.0-5361-48b1e0f4 - [`7962827`](https://github.com/bitwarden/android/commit/79628272706b3e8591448b0085af4ea61ee8d3b1) SDK Update - com.bitwarden:sdk-android 2.0.0-5366-04c6cceb - [`a3100ad`](https://github.com/bitwarden/android/commit/a3100ade40f62bbe49eb564c70525861a00935ff) SDK Update - com.bitwarden:sdk-android 2.0.0-5367-dabe9805 - [`803302e`](https://github.com/bitwarden/android/commit/803302e4b71cd94fdad7021878eefd82b8f12be4) SDK Update - com.bitwarden:sdk-android 2.0.0-5401-cd8028dd - [`c072458`](https://github.com/bitwarden/android/commit/c07245866c5265ab3540e2ce5ca48883183681b5) SDK Update - com.bitwarden:sdk-android 2.0.0-5405-5c967eb6 - [`4cb1bc1`](https://github.com/bitwarden/android/commit/4cb1bc126bbd6274ecf7561b8c4aba23b4a397f3) SDK Update - com.bitwarden:sdk-android 2.0.0-5410-3164240c ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `gradle/libs.versions.toml` (+1 -1) </details> ### 📄 Description Updates the SDK version from `2.0.0-5335-7a22aa7f` to `com.bitwarden:sdk-android 2.0.0-5422-26e2b107` ## What's Changed - bitwarden/sdk-internal#789 - bitwarden/sdk-internal#691 - bitwarden/sdk-internal#783 - bitwarden/sdk-internal#768 - bitwarden/sdk-internal#764 - bitwarden/sdk-internal#759 - bitwarden/sdk-internal#788 - bitwarden/sdk-internal#745 - bitwarden/sdk-internal#794 - bitwarden/sdk-internal#770 - bitwarden/sdk-internal#797 - bitwarden/sdk-internal#798 - bitwarden/sdk-internal#782 - bitwarden/sdk-internal#757 <details> <summary>Raw changelog</summary> ``` - Update API bindings to b412826951d45c346b2adc9bd29cc3131c576a11 (#789) - [deps] Platform (npm): Update @openapitools/openapi-generator-cli to v2.29.0 (#691) - [PM-25820] Migrate Cipher Attachment Operations to SDK (#783) - [deps]: Update Rust to v2026 (#768) - [deps] Platform (npm): Update @types/node to v25.2.3 (#764) - [BEEEP] Improve crypto logging (#759) - [PM-31763] Add initialize crypto method: unlock via client managed state (#788) - Decrypt ciphers to CipherView instead of CipherListView (#745) - [PM-32716] Remove user id from security state (#794) - [PM-32439] Consolidate safe module cryptographic namespacing strategy (#770) - Remove async from get_api_configurations (#797) - disable claude attribution (#798) - Skip updating clippy_utils, it's locked to dylint (#782) - [PM-32143] Make it possible to test directly on Feature Clients (#757) ``` </details> [PM-25820]: https://bitwarden.atlassian.net/browse/PM-25820?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-31763]: https://bitwarden.atlassian.net/browse/PM-31763?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-32716]: https://bitwarden.atlassian.net/browse/PM-32716?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-23 22:26:39 -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#43773