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: gotd/td
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.132.0
Choose a base ref
...
head repository: gotd/td
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.133.0
Choose a head ref
  • 20 commits
  • 11 files changed
  • 5 contributors

Commits on Jun 15, 2025

  1. 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.
    fr0ster committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    d4dd09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2b58c View commit details
    Browse the repository at this point in the history
  3. 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.
    fr0ster committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    9f81eb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ab914d View commit details
    Browse the repository at this point in the history
  5. fix(qrlogin): remove unnecessary context cancellation in Export metho…

    …d for AuthLoginTokenSuccess case
    fr0ster committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    d1e32a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. 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%
    fr0ster committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    2fd1d02 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    a219bea View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. 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.
    fr0ster committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    4c22747 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    82784d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1621 from gotd/feat/update-schema

    Update Telegram schema to the latest layer
    ernado authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    e928979 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. 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>
    dependabot[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    1cdfb60 View commit details
    Browse the repository at this point in the history
  2. 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
    ernado authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    20f978b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. 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>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    a174369 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1624 from gotd/dependabot/github_actions/actions/…

    …download-artifact-6
    
    chore(deps): bump actions/download-artifact from 5 to 6
    ernado authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    5cb3d8b View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    24ffc73 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1626 from gotd/dependabot/github_actions/actions/…

    …upload-artifact-5
    
    chore(deps): bump actions/upload-artifact from 4 to 5
    ernado authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    273e74f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    8b1801e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1571 from fr0ster/main

    qrlogin: fix Export method to handle all AuthExportLoginToken response types
    ernado authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    d7e1366 View commit details
    Browse the repository at this point in the history
  3. chore: minor adjustments

    ernado committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    8591d05 View commit details
    Browse the repository at this point in the history
  4. chore(mod): update

    ernado committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    bc0fa57 View commit details
    Browse the repository at this point in the history
Loading