Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Releases: CesiumLabs/Nexus

1.0.7

Choose a tag to compare

@twlite twlite released this 04 Aug 11:12

Updates

  • AUDIO_PLAYER_STATUS now sends subscription count:
    subscribers: {
        self_subscription_count: number,
        total_subscription_count: number,
        connected: number
    }

1.0.6

Choose a tag to compare

@twlite twlite released this 03 Aug 05:12

Updates

  • bump dependencies
  • remove unnecessary debug log
  • use timer unref

1.0.5

Choose a tag to compare

@twlite twlite released this 26 Jul 18:24

Updates

  • rename QUEUE_STATE_UPDATE to PLAYER_STATE_UPDATE
  • added opcode 11 for PING (can be used to keep connection alive on platforms like Heroku)

1.0.4

Choose a tag to compare

@twlite twlite released this 17 Jul 09:46

Updates

  • refactor(WebSocket): update ws close message
  • refactor(Nexus): remove queue system
  • feat(Subscription): support FFmpeg args

1.0.3

Choose a tag to compare

@twlite twlite released this 12 Jul 09:54

Updates

  • Server should now send audio player status payload once after entering idle state

1.0.2

Choose a tag to compare

@twlite twlite released this 12 Jul 09:25

Updates

  • Pause sending player status in idle mode
  • Add node stats

1.0.1

Choose a tag to compare

@twlite twlite released this 12 Jul 05:50

Updates

  • fix: ws getting crashed because of unidentified clients

1.0.0

Choose a tag to compare

@twlite twlite released this 12 Jul 04:51

Initial Public Release

0.1.10

Choose a tag to compare

@github-actions github-actions released this 12 Jul 04:50
v0.1.10

chore(rebrand): reflect-nexus

0.1.9

Choose a tag to compare

@github-actions github-actions released this 11 Jul 17:02
v0.1.9

feat: detect port from .env