Releases: bitwarden/passwordless-android
Releases · bitwarden/passwordless-android
v2.0.2
What's Changed
- [BRE-372] - Clean up document start by @Eeebru in #96
- [deps]: Update gradle minor by @renovate in #95
- Document the
nickname
property when registering a credential. by @jonashendrickx in #97
New Contributors
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- [deps]: Update gradle minor by @renovate in #85
- [deps]: Update gh minor by @renovate in #78
- [deps]: Update sonarsource/sonarcloud-github-action action to v3 by @renovate in #86
- [deps]: Update gradle to v8.10.1 by @renovate in #87
- PAS-577 | Fix linting by @jonashendrickx in #90
- [deps]: Update gradle minor by @renovate in #89
- [deps]: Update gh minor by @renovate in #88
- [deps]: Update ubuntu to v24 by @renovate in #94
- [deps]: Update org.mockito:mockito-core to v5.14.0 by @renovate in #93
- [deps]: Update gradle to v8.10.2 by @renovate in #91
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- [deps]: Update gradle to v8.9 by @renovate in #74
- [deps]: Update gradle minor to v8.5.1 by @renovate in #73
- Use
maven-publish
instead ofcom.vanniktech.maven.publish
by @jonashendrickx in #75 - Linting by @jonashendrickx in #76
- Setup Checkmarx & SonarCloud by @jonashendrickx in #77
- [BRE-101] Remove dept-devops from CODEOWNERS by @michalchecinski in #62
- Sonar configuration missing in Gradle by @jonashendrickx in #80
- Better version management by @jonashendrickx in #81
- [deps]: Update gradle minor by @renovate in #82
- [deps]: Update gradle to v8.10 by @renovate in #83
- PAS-500 | Official support for Android 15 by @jonashendrickx in #84
New Contributors
- @michalchecinski made their first contribution in #62
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed (SDK)
- Improve dependency management by @jonashendrickx in #65
- [deps]: Update gh minor by @renovate in #66
- [deps]: Update gradle minor by @renovate in #71
- PAS-531 | Generate Facet ID for Android by @jonashendrickx in #70
Breaking Changes (SDK)
- When initializing the
PasswordlessClient
in your Android app, remove any references to theorigin
. This is now set automatically, by calculating the Facet ID from the app's signature. Read more here.
What's Changed (Example app)
- RPID has changed. by @jonashendrickx in #67
- Use
FirstName
&LastName
fields for registration. by @jonashendrickx in #69 - BEEEP: Refactor navigation of unauthenticated and authenticated state. by @jonashendrickx in #68
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
- [deps]: Update gh minor by @renovate in #54
- [deps]: Update gradle minor by @renovate in #55
- [deps]: Update actions/checkout action to v4.1.5 by @renovate in #56
- [deps]: Update actions/checkout action to v4.1.6 by @renovate in #59
- [deps]: Update plugin org.jetbrains.kotlin.android to v2 by @renovate in #60
- [deps]: Update gradle minor by @renovate in #57
- [deps]: Update gradle to v8.8 by @renovate in #61
- Update api key & facet ID for demo environment by @jonashendrickx in #63
- Add
INTERNET
permission through the library. by @jonashendrickx in #64
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
androidx.credentials
has been updated to1.2.2
.- [deps]: Update gh minor by @renovate in #47
- Update PULL_REQUEST_TEMPLATE.md by @jonashendrickx in #49
- Improve documentation of PasswordlessClient.kt by @jonashendrickx in #50
- [deps]: Update gradle/wrapper-validation-action action to v3 by @renovate in #52
- [deps]: Update android-actions/setup-android action to v3.2.1 by @renovate in #51
- [deps]: Update gradle to v8.7 by @renovate in #48
- Update dependencies by @jonashendrickx in #53
- [deps]: Update gradle minor by @renovate in #40
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Implement
Client-Version
header by @jonashendrickx in #46
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Minimum required SDK raised from 24 to 28.
v1.0.0
Initial release