mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 05:46:16 +00:00
# @revanced/bot-websocket-api [1.1.0](https://github.com/revanced/revanced-bots/compare/@revanced/bot-websocket-api@1.0.2...@revanced/bot-websocket-api@1.1.0) (2025-07-11) ### Features * **apis/websocket:** support training without label ([670cc70](670cc70057))
9.8 KiB
9.8 KiB
@revanced/bot-websocket-api 1.1.0 (2025-07-11)
Features
- apis/websocket: support training without label (670cc70)
@revanced/bot-websocket-api 1.0.2 (2025-06-23)
@revanced/bot-websocket-api 1.0.1 (2025-04-09)
Bug Fixes
- bots/discord: attempt to fix sticky messages again (7564b1a)
@revanced/bot-websocket-api 1.0.1 (2025-04-09)
Bug Fixes
- bots/discord: attempt to fix sticky messages again (7564b1a)
@revanced/bot-websocket-api 1.0.0 (2025-04-04)
Bug Fixes
- apis/websocket: also include tesseract core files in build (7dfbf6c)
- apis/websocket: attempt to fix missing remote address (9b2888b)
- apis/websocket: build and runtime issues (89d8ab1)
- apis/websocket: builds not working due to dynamic import requirement (fc7be22)
- apis/websocket: don't bundle
tesseract.js(51a6fb6) - apis/websocket: fix forever stuck Promise (168f40d)
- apis/websocket: fix undefined error (2f03800)
- apis/websocket: hardcoded paths in tesseract worker builds (38e00eb)
- apis/websocket: improve logging and error handling (b6cbe9d)
- bots/discord: hanging process when disconnecting from API too many times (d31616e)
- fix typings and formatting (479812e)
- other small issues (bc437a5)
- remove error cb handling for
socket.send()calls (29544d4) - run projects with
--bun(bb2182e) - types: fix issues with typings (669e24c)
- update repo url (a21aa34)
chore
- fix more build issues (77fefb9)
Features
- apis/websocket: clear old client sessions and instances (43bd0a0)
- apis/websocket: return
truefor data on aTrainedMessagepacket (65add4d) - packages/shared: add logger factory (17c6be7)
BREAKING CHANGES
- In
@revanced/discord-bot, its environment variableDATABASE_URLhas been renamed toDATABASE_PATHand thefile:prefix is no longer needed
@revanced/bot-websocket-api 1.0.0-dev.11 (2025-04-04)
Bug Fixes
@revanced/bot-websocket-api 1.0.0-dev.10 (2025-03-03)
Bug Fixes
@revanced/bot-websocket-api 1.0.0-dev.9 (2024-08-03)
Features
- apis/websocket: return
truefor data on aTrainedMessagepacket (65add4d)
@revanced/bot-websocket-api 1.0.0-dev.8 (2024-07-31)
Bug Fixes
- other small issues (bc437a5)
@revanced/bot-websocket-api 1.0.0-dev.7 (2024-07-30)
@revanced/bot-websocket-api 1.0.0-dev.6 (2024-07-30)
Bug Fixes
- bots/discord: hanging process when disconnecting from API too many times (d31616e)
@revanced/bot-websocket-api 1.0.0-dev.5 (2024-07-23)
@revanced/bot-websocket-api 1.0.0-dev.4 (2024-07-23)
Bug Fixes
- apis/websocket: hardcoded paths in tesseract worker builds (38e00eb)
@revanced/bot-websocket-api 1.0.0-dev.3 (2024-07-23)
Bug Fixes
- apis/websocket: build and runtime issues (89d8ab1)
@revanced/bot-websocket-api 1.0.0-dev.2 (2024-07-22)
Bug Fixes
- apis/websocket: also include tesseract core files in build (7dfbf6c)
@revanced/bot-websocket-api 1.0.0-dev.1 (2024-07-22)
Bug Fixes
- apis/websocket: builds not working due to dynamic import requirement (fc7be22)
- apis/websocket: don't bundle
tesseract.js(51a6fb6) - apis/websocket: fix forever stuck Promise (168f40d)
- apis/websocket: fix undefined error (2f03800)
- apis/websocket: improve logging and error handling (b6cbe9d)
- remove error cb handling for
socket.send()calls (29544d4) - types: fix issues with typings (669e24c)
chore
- fix more build issues (77fefb9)
Features
- apis/websocket: clear old client sessions and instances (43bd0a0)
- packages/shared: add logger factory (17c6be7)
BREAKING CHANGES
- In
@revanced/discord-bot, its environment variableDATABASE_URLhas been renamed toDATABASE_PATHand thefile:prefix is no longer needed