[PR #5741] [CLOSED] Update SDK to 1.0.0-2688-aaae971f #54227

Closed
opened 2026-05-01 19:33:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5741
Author: @bw-ghapp[bot]
Created: 8/19/2025
Status: Closed

Base: mainHead: sdlc/sdk-update


📝 Commits (10+)

  • aba43d4 Add test-sdk-update workflow and script
  • 849a093 Create action to setup android build
  • 3347a00 Rename workflow and set run-name
  • c639940 Set default
  • 78f95a6 Add Update job
  • 57c99fc Add step to get current version
  • b0d518d Add step to retrieve sdk changelog
  • 5a91985 Remove java version
  • eaf2e57 Log inputs
  • 3f16820 Update gitignore for ruby, bundler and .bak files

📊 Changes

6 files changed (+284 additions, -7 deletions)

View changed files

.github/actions/setup-android-build/action.yml (+49 -0)
📝 .github/workflows/sdlc-sdk-update.yml (+156 -6)
📝 .gitignore (+7 -0)
📝 gradle/libs.versions.toml (+1 -1)
scripts/get-sdk-changelog.sh (+41 -0)
scripts/update-sdk-version.sh (+30 -0)

📄 Description

Updates the SDK version from 1.0.0-2450-9fe3aeda to com.bitwarden:sdk-android 1.0.0-2688-aaae971f

What's Changed

Raw changelog
- [PM-24243] Add load_flags method to wasm PlatformClient (#369)
- [PM-22256] Add type and default_user_collection_email to collection (#371)
- [no ticket] Fix wasm being imported on UNIFFI builds (#385)
- SRE-2330 cleanup references to auth-email (#286)
- [deps]: Update typescript to v5.9.2 (#394)
- Update wasm to use the same method as mobile for feature flags (#378)
- [deps]: Update Rust to v2025-08-18 (#271)
- PM-23639: Add CXF Import mappings (#361)
- Update swagger instructions (#398)
- [deps]: Update Rust crate schemars to >=0.8.9, <0.10 (#324)
- [PM-24127] Implement password-protected key envelope (#335)

🔄 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/5741 **Author:** [@bw-ghapp[bot]](https://github.com/apps/bw-ghapp) **Created:** 8/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sdlc/sdk-update` --- ### 📝 Commits (10+) - [`aba43d4`](https://github.com/bitwarden/android/commit/aba43d4079cdf40694c274e2bcf6014dd168a766) Add test-sdk-update workflow and script - [`849a093`](https://github.com/bitwarden/android/commit/849a0934a084e720996e15224df9d53aafdd6969) Create action to setup android build - [`3347a00`](https://github.com/bitwarden/android/commit/3347a007bded25778644cf3a662fc64d80f01c44) Rename workflow and set run-name - [`c639940`](https://github.com/bitwarden/android/commit/c639940ec9fbec8c548db8a62afcb1c725022887) Set default - [`78f95a6`](https://github.com/bitwarden/android/commit/78f95a6caa516065b67e7160d6c544c0284eda33) Add Update job - [`57c99fc`](https://github.com/bitwarden/android/commit/57c99fced666694da4d042e322cb0a92940fb717) Add step to get current version - [`b0d518d`](https://github.com/bitwarden/android/commit/b0d518d9e72f21f5a2221863c6990e3a20ef4f3f) Add step to retrieve sdk changelog - [`5a91985`](https://github.com/bitwarden/android/commit/5a919851ef53a2e64bc4e43a1bbbe3f36567b490) Remove java version - [`eaf2e57`](https://github.com/bitwarden/android/commit/eaf2e57803aa8f35d59ec3bcdc8ffce6b2e6bead) Log inputs - [`3f16820`](https://github.com/bitwarden/android/commit/3f16820c7e7db1ce3ba518c6d7a5567d2e6143dd) Update gitignore for ruby, bundler and .bak files ### 📊 Changes **6 files changed** (+284 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.github/actions/setup-android-build/action.yml` (+49 -0) 📝 `.github/workflows/sdlc-sdk-update.yml` (+156 -6) 📝 `.gitignore` (+7 -0) 📝 `gradle/libs.versions.toml` (+1 -1) ➕ `scripts/get-sdk-changelog.sh` (+41 -0) ➕ `scripts/update-sdk-version.sh` (+30 -0) </details> ### 📄 Description Updates the SDK version from `1.0.0-2450-9fe3aeda` to `com.bitwarden:sdk-android 1.0.0-2688-aaae971f` ## What's Changed - bitwarden/sdk-internal#369 - bitwarden/sdk-internal#371 - bitwarden/sdk-internal#385 - bitwarden/sdk-internal#286 - bitwarden/sdk-internal#394 - bitwarden/sdk-internal#378 - bitwarden/sdk-internal#271 - bitwarden/sdk-internal#361 - bitwarden/sdk-internal#398 - bitwarden/sdk-internal#324 - bitwarden/sdk-internal#335 <details> <summary>Raw changelog</summary> ``` - [PM-24243] Add load_flags method to wasm PlatformClient (#369) - [PM-22256] Add type and default_user_collection_email to collection (#371) - [no ticket] Fix wasm being imported on UNIFFI builds (#385) - SRE-2330 cleanup references to auth-email (#286) - [deps]: Update typescript to v5.9.2 (#394) - Update wasm to use the same method as mobile for feature flags (#378) - [deps]: Update Rust to v2025-08-18 (#271) - PM-23639: Add CXF Import mappings (#361) - Update swagger instructions (#398) - [deps]: Update Rust crate schemars to >=0.8.9, <0.10 (#324) - [PM-24127] Implement password-protected key envelope (#335) ``` </details> [PM-24243]: https://bitwarden.atlassian.net/browse/PM-24243?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-22256]: https://bitwarden.atlassian.net/browse/PM-22256?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [PM-24127]: https://bitwarden.atlassian.net/browse/PM-24127?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-05-01 19:33:02 -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#54227