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: remnawave/backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: remnawave/backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.1
Choose a head ref
  • 4 commits
  • 23 files changed
  • 1 contributor

Commits on Aug 13, 2025

  1. feat: add getInternalSquadAccessibleNodes functionality

    - Bumped version to 2.1.14 in package.json.
    - Introduced new endpoint to fetch accessible nodes for an internal squad.
    - Added corresponding command, DTOs, and error handling for the new feature.
    - Updated internal squad service and repository to support the new functionality.
    kastov committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    d3ee6fd View commit details
    Browse the repository at this point in the history
  2. chore: update PostgreSQL image version and bump package version

    - Updated PostgreSQL image from 17 to 17.5 in all docker-compose files.
    - Bumped version to 2.1.1 in package.json and package-lock.json.
    kastov committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    d0cac82 View commit details
    Browse the repository at this point in the history
  3. feat: add fixPostgresCollation command to CLI

    - Introduced a new command to fix collation issues for the current PostgreSQL database.
    kastov committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    0a4d115 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. chore: release v2.1.1

    Merge pull request #85 from remnawave:dev
    kastov authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    390286d View commit details
    Browse the repository at this point in the history
Loading