Skip to content

Conversation

bw-ghapp[bot]
Copy link
Contributor

@bw-ghapp bw-ghapp bot commented Sep 10, 2025

Updates the SDK version from 1.0.0-2944-8447df0c to com.bitwarden:sdk-android 1.0.0-3005-5a722fd2

What's Changed

Raw changelog
- Bump credential exchange format to v0.3.0 (#431)
- Expose counter to support more efficient sync (#421)
- CXF - Implement missing to view (#429)
- [bre-1104] update npm publish to use oidc (#415)
- [PM-25657] Add missing SSH key and permissions fields to cipher conversion (#434)
- Add support for mapping custom fields to CipherView (#435)
- [bre-1104] update npm publish workflow to add latest tag (#437)
- [bre-1104] add repo url designation in sdk-internal wasm crate (#438)
- Fix missing features (#436)
- Scaffold workflow for generating api bindings (#441)

@bw-ghapp bw-ghapp bot added automated-pr PR created by workflow or other automation t:ci Updates to automated workflows labels Sep 10, 2025
@bw-ghapp bw-ghapp bot added automated-pr PR created by workflow or other automation t:ci Updates to automated workflows labels Sep 10, 2025
Copy link
Contributor

github-actions bot commented Sep 10, 2025

Logo
Checkmarx One – Scan Summary & Detailsc3a7d9fb-9638-4cd9-9b8d-224018cedb29

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

@bw-ghapp bw-ghapp bot changed the title Update SDK to 1.0.0-2970-5658d61f Update SDK to 1.0.0-2978-bc28234b Sep 11, 2025
@bw-ghapp bw-ghapp bot changed the title Update SDK to 1.0.0-2978-bc28234b Update SDK to 1.0.0-2983-a3219992 Sep 11, 2025
@bw-ghapp bw-ghapp bot changed the title Update SDK to 1.0.0-2983-a3219992 Update SDK to 1.0.0-2984-cb0ac940 Sep 11, 2025
@bw-ghapp bw-ghapp bot changed the title Update SDK to 1.0.0-2984-cb0ac940 Update SDK to 1.0.0-2985-3988ef3d Sep 11, 2025
@bw-ghapp bw-ghapp bot changed the title Update SDK to 1.0.0-2985-3988ef3d Update SDK to 1.0.0-2989-0b6d9c4b Sep 11, 2025
@bw-ghapp bw-ghapp bot changed the title Update SDK to 1.0.0-2989-0b6d9c4b Update SDK to 1.0.0-2992-1e3b4bad Sep 11, 2025
@bw-ghapp bw-ghapp bot changed the title Update SDK to 1.0.0-2992-1e3b4bad Update SDK to 1.0.0-2994-d9ad5e8d Sep 11, 2025
@bw-ghapp bw-ghapp bot changed the title Update SDK to 1.0.0-2994-d9ad5e8d Update SDK to 1.0.0-3005-5a722fd2 Sep 12, 2025
Copy link

codecov bot commented Sep 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.20%. Comparing base (d61e1cb) to head (9c250b7).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5860   +/-   ##
=======================================
  Coverage   84.20%   84.20%           
=======================================
  Files         703      703           
  Lines       53296    53296           
  Branches     7339     7339           
=======================================
  Hits        44878    44878           
  Misses       5826     5826           
  Partials     2592     2592           

☔ 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.

userHandle: String = "mockUserHandle-$number",
userName: String = "mockUserName-$number",
userDisplayName: String = "mockUserDisplayName-$number",
counter: String = "0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 I'm assuming we're not converting this to int and just sending it to the RP.

vvolkgang
vvolkgang previously approved these changes Sep 16, 2025
userHandle: String = "mockUserHandle-$number",
userName: String = "mockUserName-$number",
userDisplayName: String = "mockUserDisplayName-$number",
counter: String = "0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change this to parameter to hasCounter and assign counter = if (hasCounter) "$number" else "0"?

@LRNcardozoWDF LRNcardozoWDF added this pull request to the merge queue Sep 16, 2025
Merged via the queue into main with commit 0cbce39 Sep 16, 2025
9 checks passed
@LRNcardozoWDF LRNcardozoWDF deleted the sdlc/sdk-update branch September 16, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-pr PR created by workflow or other automation t:ci Updates to automated workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants