Releases: Dashlane/dashlane-cli
v6.2415.0
Breaking Changes
- Implement user presence verification with biometrics by @Mikescops in #231
🚫 In order to use this feature you need to logout and login again (the database model was changed).
✅ If you don't plan to use it, no actions needed.
What's Changed
-
fix: Support Master Password authentication via env variable by @neo773 in #229
-
Implement lock mechanism by @Mikescops in #230
-
Fix reading of secrets by title by @DBoroujerdi in #232
-
Add doc for UP, reports interface and security model by @Mikescops in #233
-
Bugfix/Add missing setuptools by @Mikescops in #234
New Contributors
- @DBoroujerdi made their first contribution in #232
Full Changelog: v6.2412.0...v6.2415.0
v6.2412.0
Breaking Changes
-
Merge
otp
command withpassword
by @Mikescops in #217
Previously:dcli otp [filters]
Now:
dcli password -f otp mywebsite
-
Migrate to new team device keys format by @Mikescops in #218
If you are using the CLI for fetching team information like audit logs or team members, you will have to register new team credentials to get the latest key format.We went from:
export DASHLANE_TEAM_UUID=08a48d4f-[..redacted..]-fba9193d968c export DASHLANE_TEAM_ACCESS_KEY=f56[..redacted..]56ce export DASHLANE_TEAM_SECRET_KEY=839c9[..redacted..]3ada5
To:
export DASHLANE_TEAM_DEVICE_KEYS=dlt_[deviceAccessKey]_[payload]
You can read more on our dedicated documentation:
-
Migrate to service device keys format by @Mikescops in #220
If you are using the CLI for non-interactive environments, you will have to register new devices to get the latest key format.We went from:
export DASHLANE_DEVICE_ACCESS_KEY=bdd5[..redacted..]6eb export DASHLANE_DEVICE_SECRET_KEY=99f7d9bd547c0[..redacted..]c93fa2118cdf7e3d0 export [email protected] export DASHLANE_MASTER_PASSWORD=<insert your master password here>
To:
export DASHLANE_SERVICE_DEVICE_KEYS=dls_[deviceAccessKey]_[payload]
You can read more on our dedicated documentation:
Other changes
- Add option to fetch login or email by @mzellho in #216
- Fix: url encode login at device registration by @Mikescops in #219
- Option to skip device revocation on logout by @Mikescops in #221
- Fix non-interactive devices first login by @Mikescops in #222
- Support Master Password authentication via env variable by @neo773 in #223
- Dependencies upgrade march 24 by @Mikescops in #224
- Prevent API call non-interactive device login by @Mikescops in #225
- Update documentation dependencies by @Mikescops in #226
- Update documentation once released by @Mikescops in #227
- Cleanup documentation with latest changes by @Mikescops in #228
New Contributors
Full Changelog: v6.2405.0...v6.2412.0
v6.2405.0
What's Changed
- Update Version to Dashlane Version System by @bibabox in #205
- Support internal staging instances by @Mikescops in #207
- Fix audit logs now date by @Mikescops in #206
- Add M1 runners to build Macos ARM by @Mikescops in #208
- Migrate to @yao-pkg/pkg by @Mikescops in #209
New Contributors
Full Changelog: v1.15.2...v6.2405.0
v1.15.2
What's Changed
- Sign Windows build and bump version by @Mikescops in #203
Full Changelog: v1.15.1...v1.15.2
v1.15.1
HotFix
- Use dashlane client agent header for requests by @Mikescops in #201
Full Changelog: v1.15.0...v1.15.1
v1.15.0
What's Changed
- Assert valid build during CI by @Mikescops in #187
- Update to node18 and yarn3.6 by @Mikescops in #188
- Removing warranty note by @tzhuo in #191
- Add command to get secret from vault by @Mikescops in #192
- Support SECRET in read ops by @Mikescops in #193
- Add reference to secret in documentation by @Mikescops in #194
- Fix email regex too restrictive by @Mikescops in #197
New Contributors
Full Changelog: v1.14.2...v1.15.0
v1.14.2
What's Changed
- Fix json output for password being interactive by @Mikescops in #183
- Add safeguards milliseconds timestamps by @Mikescops in #184
- Use raw JSON for output by @Mikescops in #185
Full Changelog: v1.14.0...v1.14.2
v1.14.0
/!\ Disclaimer: The cli version inside the build was not updated to 1.14.0, it still shows 1.13.0
Breaking changes
- New CLI registration flow by @Mikescops in #180
Other changes
- Document SSO authentication and Backup command by @Mikescops in #173
- Add demo screenshots to the documentation by @Mikescops in #174
- fix: Issue with db calls in team logs command by @Sgravis in #179
New Contributors
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
- Add whoami command by @Mikescops in #165
- feat(docs): update README to properly link the crypto readme by @arthureichelberger in #166
- Add support for SSO login authentication by @Mikescops in #168
- Embed video tutorials into the documentation by @Mikescops in #169
- Add backup command for local vault by @Mikescops in #170
- Add better filters for secure notes by @Mikescops in #171
- Add otp expiration transformation by @Mikescops in #172
New Contributors
- @arthureichelberger made their first contribution in #166
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- Add secret field transformation for otp by @Mikescops in #162
- Add JSON field transformation by @Mikescops in #163
- Document how to load secrets by @Mikescops in #164
Full Changelog: v1.11.0...v1.12.0