Releases: Dashlane/dashlane-cli
v6.2436.0
What's Changed
- Add audit logs for item usage events to audit-logs.mdx by @tzhuo in #276
- Remove dashlane_authenticator 2FA path by @Mikescops in #279
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #280
- Bump elliptic from 6.5.5 to 6.5.7 by @dependabot in #281
- Add better documents relations + update doc by @Mikescops in #282
Full Changelog: v6.2432.0...v6.2436.0
v6.2432.0
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #266
- (Feature) Allow user-device and team-device auth for calls through secure tunnel by @jomi-se in #268
- Add Slack integration and nudges logs to audit-logs.mdx by @tzhuo in #271
- Adding new log category "nudges" to audit-logs.mdx by @tzhuo in #273
- (Feature) Get team audit logs through secure tunnel by @jomi-se in #274
New Contributors
Full Changelog: v6.2424.2...v6.2432.0
v6.2424.2
What's Changed
- Prevent spawn child to be terminated by parent by @Mikescops in #264
- Use new domain cli.dashlane.com by @Mikescops in #265
Full Changelog: v6.2424.1...v6.2424.2
v6.2424.1
What's Changed
- Update findVaultContent function to prevent issues when dcli inject handles multiple references by @atranson in #260
- Fix lint CI trigger by @Mikescops in #261
New Contributors
Full Changelog: v6.2424.0...v6.2424.1
v6.2424.0
What's Changed
- docs: fixes the biometrics option in docs by @jfkisafk in #247
- Rework logging system by @Mikescops in #248
- Migrate imports to esm style by @Mikescops in #249
- Packaging optimization by @Mikescops in #250
- Upgrade inquirer with tree shaking support by @Mikescops in #251
- Make a tsc plugin for esbuild by @Mikescops in #252
- Platform/update depdencies jun 2024 by @Mikescops in #255
- Add integrations documentation by @Mikescops in #256
- Bump tar from 6.2.0 to 6.2.1 by @dependabot in #257
- Bump katex from 0.16.8 to 0.16.10 in /documentation by @dependabot in #258
New Contributors
- @jfkisafk made their first contribution in #247
- @dependabot made their first contribution in #257
Full Changelog: v6.2421.0...v6.2424.0
v6.2421.0
What's Changed
- Pre-bundle using esbuild by @Mikescops in #239
- Update dependencies may 2024 by @Mikescops in #240
- ESM package by @Mikescops in #241
- Update documentation dependencies may 2024 by @Mikescops in #242
- Support Confidential SSO login by @Mikescops in #243
- Document confidential sso support by @Mikescops in #244
- Update yarn version to 4.2.2 by @Mikescops in #245
- Dark Web Insights reports for teams domains by @Mikescops in #246
Full Changelog: v6.2416.0...v6.2421.0
v6.2416.0
What's Changed
- Wait for Node I/O before exit by @Mikescops in #236
- Update dependencies Apr 19 by @Mikescops in #237
Full Changelog: v6.2415.0...v6.2416.0
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