SDK Update - com.bitwarden:sdk-android 2.0.0-6340-00b609f9#6823
SDK Update - com.bitwarden:sdk-android 2.0.0-6340-00b609f9#6823david-livefront merged 1 commit intomainfrom
Conversation
| ) : ServerCommunicationConfigRepository { | ||
|
|
||
| override suspend fun get(hostname: String): ServerCommunicationConfig? { | ||
| override suspend fun get(domain: String): ServerCommunicationConfig? { |
There was a problem hiding this comment.
I am unsure if this is a functional change or if they are actually passing in a different value.
There was a problem hiding this comment.
The hostname parameter has been renamed to domain in all public APIs (repository trait, platform API trait, client methods, WASM bindings, UniFFI bindings). This is a breaking change for existing implementations of the repository and platform API traits.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6823 +/- ##
==========================================
- Coverage 85.58% 85.58% -0.01%
==========================================
Files 830 830
Lines 61506 61509 +3
Branches 8590 8592 +2
==========================================
+ Hits 52641 52642 +1
Misses 5900 5900
- Partials 2965 2967 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2f19c84 to
ce946e8
Compare
|
Thanks @SaintPatrck |
🎟️ Tracking
N/A
📔 Objective
Updates the SDK version from 2.0.0-6312-3e1ead66 to com.bitwarden:sdk-android 2.0.0-6340-00b609f9