Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Authing/authing-java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feat/custom-req-timeout
Choose a base ref
...
head repository: Authing/authing-java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 24, 2025

  1. feat(java-sdk): 更新重置密码邮件发送接口返回结构

    - 修改 sendUserResetPasswordEmailLink 方法返回类型为 SendUserResetPasswordEmailLinkBatchRespDto
    - 新增 SendUserResetPasswordEmailLinkBatchRespDto 类用于封装批量发送结果
    - 新增 SendUserResetPasswordEmailLinkBatchResultRespDto 类表示单个用户发送结果
    - 返回数据中包含每个用户的发送状态和详细结果信息
    yujale-rd committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    37e8a33 View commit details
    Browse the repository at this point in the history
  2. chore(deps): 更新 Authing Java SDK 版本

    - 将 SDK 版本从3.1.18 升级到 3.1.19
    yujale-rd committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    148a400 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Merge pull request #77 from Authing/feat/custom-req-timeout

    Feat/custom req timeout
    zhaojj332 authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    0ee2a36 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Merge pull request #78 from Authing/fix/perfect-user-send-dto

    Fix/perfect user send dto
    Hard-it-le authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    b0eb166 View commit details
    Browse the repository at this point in the history
  2. chore: 更新SDK版本至3.1.20

    - 将项目版本号从3.1.19升级到3.1.20
    yujale-rd committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    24fef5f View commit details
    Browse the repository at this point in the history
Loading