-
-
Notifications
You must be signed in to change notification settings - Fork 168
Comparing changes
Open a pull request
base repository: gotd/td
base: v0.132.0
head repository: gotd/td
compare: v0.133.0
- 20 commits
- 11 files changed
- 5 contributors
Commits on Jun 15, 2025
-
fix(qrlogin): fix Export method to handle all AuthExportLoginToken re…
…sponse types The Export method now properly handles all possible response types from AuthExportLoginToken: - AuthLoginToken: normal case, returns new token - AuthLoginTokenSuccess: token already accepted, returns error - AuthLoginTokenMigrateTo: migration needed, returns MigrationNeededError Previously only AuthLoginToken was handled, which could cause unexpected type errors.
Configuration menu - View commit details
-
Copy full SHA for d4dd09e - Browse repository at this point
Copy the full SHA d4dd09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2b58c - Browse repository at this point
Copy the full SHA 7e2b58cView commit details -
fix(qrlogin): fix AuthLoginTokenSuccess handling in Export method
AuthLoginTokenSuccess indicates successful authentication, not an error. Return empty token instead of error when login token was already accepted.
Configuration menu - View commit details
-
Copy full SHA for 9f81eb6 - Browse repository at this point
Copy the full SHA 9f81eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab914d - Browse repository at this point
Copy the full SHA 6ab914dView commit details -
fix(qrlogin): remove unnecessary context cancellation in Export metho…
…d for AuthLoginTokenSuccess case
Configuration menu - View commit details
-
Copy full SHA for d1e32a1 - Browse repository at this point
Copy the full SHA d1e32a1View commit details
Commits on Jun 16, 2025
-
test(qrlogin): improve test coverage for missing methods
- Add tests for MigrationNeededError.Error method (0% -> 100%) - Add tests for OnLoginToken function (0% -> 100%) - Add tests for Token.Image method (0% -> 75%) - Add tests for Import method with migration scenarios (43.5% -> 82.6%) - Overall coverage improved from 67.0% to 84.6%
Configuration menu - View commit details
-
Copy full SHA for 2fd1d02 - Browse repository at this point
Copy the full SHA 2fd1d02View commit details
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a219bea - Browse repository at this point
Copy the full SHA a219beaView commit details
Commits on Jun 18, 2025
-
fix(qrlogin): wait for login signal when AuthLoginTokenSuccess is rec…
…eived When Export returns empty token (AuthLoginTokenSuccess case), Auth method should wait for the loggedIn signal before calling Import, ensuring proper synchronization with the login flow and fixing test failures on macOS Go 1.23.
Configuration menu - View commit details
-
Copy full SHA for 4c22747 - Browse repository at this point
Copy the full SHA 4c22747View commit details
Commits on Oct 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 82784d0 - Browse repository at this point
Copy the full SHA 82784d0View commit details -
Merge pull request #1621 from gotd/feat/update-schema
Update Telegram schema to the latest layer
Configuration menu - View commit details
-
Copy full SHA for e928979 - Browse repository at this point
Copy the full SHA e928979View commit details
Commits on Oct 21, 2025
-
chore(deps): bump github.com/klauspost/compress from 1.18.0 to 1.18.1
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.18.0...v1.18.1) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1cdfb60 - Browse repository at this point
Copy the full SHA 1cdfb60View commit details -
Merge pull request #1622 from gotd/dependabot/go_modules/github.com/k…
…lauspost/compress-1.18.1 chore(deps): bump github.com/klauspost/compress from 1.18.0 to 1.18.1
Configuration menu - View commit details
-
Copy full SHA for 20f978b - Browse repository at this point
Copy the full SHA 20f978bView commit details
Commits on Oct 27, 2025
-
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a174369 - Browse repository at this point
Copy the full SHA a174369View commit details -
Merge pull request #1624 from gotd/dependabot/github_actions/actions/…
…download-artifact-6 chore(deps): bump actions/download-artifact from 5 to 6
Configuration menu - View commit details
-
Copy full SHA for 5cb3d8b - Browse repository at this point
Copy the full SHA 5cb3d8bView commit details -
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 24ffc73 - Browse repository at this point
Copy the full SHA 24ffc73View commit details -
Merge pull request #1626 from gotd/dependabot/github_actions/actions/…
…upload-artifact-5 chore(deps): bump actions/upload-artifact from 4 to 5
Configuration menu - View commit details
-
Copy full SHA for 273e74f - Browse repository at this point
Copy the full SHA 273e74fView commit details
Commits on Nov 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8b1801e - Browse repository at this point
Copy the full SHA 8b1801eView commit details -
Merge pull request #1571 from fr0ster/main
qrlogin: fix Export method to handle all AuthExportLoginToken response types
Configuration menu - View commit details
-
Copy full SHA for d7e1366 - Browse repository at this point
Copy the full SHA d7e1366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8591d05 - Browse repository at this point
Copy the full SHA 8591d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0fa57 - Browse repository at this point
Copy the full SHA bc0fa57View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.132.0...v0.133.0