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: akash-network/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: console-api/v3.19.0
Choose a base ref
...
head repository: akash-network/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: console-api/v3.20.0
Choose a head ref
  • 6 commits
  • 72 files changed
  • 4 contributors

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    a0947b0 View commit details
    Browse the repository at this point in the history
  2. refactor: injects browserEnvConfig from DI container (#2453)

    cleanup NEXT_PUBLIC_BILLING_ENABLED/BILLING_ENABLED usage
    stalniy authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    869b02a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a1ed1f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. fix(analytics): filter cookies in Amplitude proxy to prevent request …

    …rejections
    
    Create custom API route handler for /api/collect that removes all cookies
    before proxying to Amplitude's API. This prevents Amplitude from rejecting
    requests due to excessive or irrelevant cookies while maintaining analytics
    functionality.
    
    - Add /api/collect API route that proxies to Amplitude with cookie filtering
    - Rewrite URL path from /api/collect to /2/httpapi to match Amplitude endpoint
    - Initialize proxy server once and reuse for better performance
    - Remove Next.js rewrite rule as API route takes precedence
    ygrishajev authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    1245328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46004d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d043a76 View commit details
    Browse the repository at this point in the history
Loading