Skip to content

release: version packages #7646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

silverhand-bot
Copy link
Collaborator

@silverhand-bot silverhand-bot commented Aug 1, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@logto/[email protected]

Minor Changes

@logto/[email protected]

Patch Changes

@logto/[email protected]

Patch Changes

@logto/[email protected]

@logto/[email protected]

@logto/[email protected]

Minor Changes

  • 3168400: Add PBKDF2 support for legacy password verification

    Added support for PBKDF2 (Password-Based Key Derivation Function 2) algorithm in legacy password verification. This enhancement allows the system to properly verify passwords that were hashed using PBKDF2 methods, improving compatibility with existing password systems during migration.

    Example usage for user migration with PBKDF2-hashed passwords:

    {
      "username": "john_doe",
      "primaryEmail": "[email protected]",
      "passwordAlgorithm": "Legacy",
      "passwordDigest": "[\"pbkdf2\", [\"mySalt123\", \"1000\", \"20\", \"sha512\", \"@\"], \"c465f66c6ac481a7a17e9ed5b4e2e7e7288d892f12bf1c95c140901e9a70436e\"]"
    }

    Where the arguments are:

    • salt: user-defined salt value
    • iterations: number of iterations (e.g., 1000)
    • keylen: key length (e.g., 20)
    • digest: hash algorithm (e.g., 'sha512')
    • @: placeholder for the input password

Patch Changes

Copy link

github-actions bot commented Aug 1, 2025

COMPARE TO master

Total Size Diff 📈 +1.69 KB

Diff by File
Name Diff
.changeset/add-pbkdf2-support.md 📈 +941 Bytes
.changeset/olive-maps-wave.md 📈 +67 Bytes
packages/api/CHANGELOG.md 📈 +11 Bytes
packages/api/package.json 0 Bytes
packages/cli/CHANGELOG.md 📈 +55 Bytes
packages/cli/package.json 0 Bytes
packages/connectors/connector-http-sms/CHANGELOG.md 📈 +94 Bytes
packages/connectors/connector-http-sms/package.json 0 Bytes
packages/core/CHANGELOG.md 📈 +1.1 KB
packages/core/package.json 0 Bytes
packages/create/CHANGELOG.md 📈 +51 Bytes
packages/create/package.json 0 Bytes
packages/schemas/CHANGELOG.md 📈 +11 Bytes
packages/schemas/alterations/1.31.0-1753689065-add-forgot-password-methods-to-sie-table.ts 📈 +481 Bytes
packages/schemas/alterations/next-1753689065-add-forgot-password-methods-to-sie-table.ts 📈 +481 Bytes
packages/schemas/package.json 0 Bytes
pnpm-lock.yaml 📈 +1.36 KB

@github-actions github-actions bot added the size/s label Aug 1, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 959bba9 to 7f00ee1 Compare August 1, 2025 07:11
@github-actions github-actions bot added size/s and removed size/s labels Aug 1, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 7f00ee1 to b833556 Compare August 3, 2025 02:02
@github-actions github-actions bot added size/s and removed size/s labels Aug 3, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 2 times, most recently from 1064a59 to 3a86845 Compare August 4, 2025 02:43
@github-actions github-actions bot added size/s and removed size/s labels Aug 4, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 3a86845 to 0db045a Compare August 4, 2025 04:20
@github-actions github-actions bot added size/s and removed size/s labels Aug 4, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 0db045a to efff2d1 Compare August 4, 2025 14:45
@github-actions github-actions bot added size/s and removed size/s labels Aug 4, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from efff2d1 to 6990889 Compare August 5, 2025 00:40
@github-actions github-actions bot added size/s and removed size/s labels Aug 5, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 6990889 to 1935b18 Compare August 5, 2025 02:57
@github-actions github-actions bot added size/s and removed size/s labels Aug 5, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 1935b18 to 8846fc2 Compare August 5, 2025 03:36
@github-actions github-actions bot removed the size/s label Aug 5, 2025
@github-actions github-actions bot added the size/s label Aug 5, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 8846fc2 to a1556ae Compare August 5, 2025 05:43
@github-actions github-actions bot added size/s and removed size/s labels Aug 5, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from a1556ae to dde3d49 Compare August 5, 2025 06:24
@github-actions github-actions bot added size/s and removed size/s labels Aug 5, 2025
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from dde3d49 to d34536a Compare August 5, 2025 06:30
@github-actions github-actions bot added size/s and removed size/s labels Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant