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.2
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.3
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 16, 2025

  1. feat: implement OnApplicationShutdown logging in application modules

    - Added OnApplicationShutdown interface to AppModule, ProcessorsRootModule, and SchedulerRootModule.
    - Implemented logging for shutdown signals in each module to enhance observability during application shutdown.
    kastov committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    f10bf46 View commit details
    Browse the repository at this point in the history
  2. refactor: update Docker entrypoint and improve shutdown logging

    - Changed the entrypoint in Dockerfile to use ENTRYPOINT instead of CMD for better process management.
    - Enhanced logging in AppModule, ProcessorsRootModule, and SchedulerRootModule to provide clearer shutdown messages.
    kastov committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    2d66f3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ed5660 View commit details
    Browse the repository at this point in the history
  4. chore: release v2.1.3

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