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: mx-space/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.0
Choose a base ref
...
head repository: mx-space/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.1
Choose a head ref
  • 7 commits
  • 75 files changed
  • 3 contributors

Commits on Apr 6, 2025

  1. fix(gateway/auth): broadcast failure (#2413)

    nyaruta authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    128b92c View commit details
    Browse the repository at this point in the history
  2. fix: lint and fix cache service

    Signed-off-by: Innei <[email protected]>
    Innei committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    9626378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f5116 View commit details
    Browse the repository at this point in the history
  4. fix: deploy script (#2409)

    nyaruta authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    577d5c5 View commit details
    Browse the repository at this point in the history
  5. chore: update dependencies and improve auth implementation

    - Updated various dependencies in package.json and pnpm-lock.yaml, including:
      - `redis-memory-server` from 0.11.0 to 0.12.1
      - `@sxzz/eslint-config` from 4.6.0 to 6.1.1
      - `@types/node` from 22.13.10 to 22.14.0
      - `eslint` from ^9.17.0 to ^9.24.0
      - `lint-staged` from 15.3.0 to 15.5.0
      - `typescript` from 5.7.3 to 5.8.3
      - Other minor updates across various packages.
    
    - Refactored `CreateAuth` function in `auth.implement.ts` to utilize `createAuthMiddleware` for better session handling.
    - Enhanced exports in `auth.ts` to include new utility functions from `better-auth`.
    
    Signed-off-by: Innei <[email protected]>
    Innei committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    5bf9397 View commit details
    Browse the repository at this point in the history
  6. chore: remove unused imports and update TypeScript version

    - Removed unused imports `getSessionCookie` and `getSessionFromCtx` from `auth.implement.ts`.
    - Updated TypeScript version from 5.8.3 to 5.7.3 in `package.json` and `pnpm-lock.yaml`.
    
    Signed-off-by: Innei <[email protected]>
    Innei committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    c26e9ef View commit details
    Browse the repository at this point in the history
  7. release: v8.1.1

    Innei committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    7a4ee66 View commit details
    Browse the repository at this point in the history
Loading