Commit 5d86240
committed
chore(release): 1.0.0 [skip ci]
# @revanced/bot-websocket-api 1.0.0 (2025-04-04)
### Bug Fixes
* **apis/websocket:** also include tesseract core files in build ([7dfbf6c](7dfbf6c))
* **apis/websocket:** attempt to fix missing remote address ([9b2888b](9b2888b))
* **apis/websocket:** build and runtime issues ([89d8ab1](89d8ab1))
* **apis/websocket:** builds not working due to dynamic import requirement ([fc7be22](fc7be22))
* **apis/websocket:** don't bundle `tesseract.js` ([51a6fb6](51a6fb6))
* **apis/websocket:** fix forever stuck Promise ([168f40d](168f40d))
* **apis/websocket:** fix undefined error ([2f03800](2f03800))
* **apis/websocket:** hardcoded paths in tesseract worker builds ([38e00eb](38e00eb))
* **apis/websocket:** improve logging and error handling ([b6cbe9d](b6cbe9d))
* **bots/discord:** hanging process when disconnecting from API too many times ([d31616e](d31616e))
* fix typings and formatting ([479812e](479812e))
* other small issues ([bc437a5](bc437a5))
* remove error cb handling for `socket.send()` calls ([29544d4](29544d4))
* run projects with `--bun` ([bb2182e](bb2182e))
* **types:** fix issues with typings ([669e24c](669e24c))
* update repo url ([a21aa34](a21aa34))
### chore
* fix more build issues ([77fefb9](77fefb9))
### Features
* **apis/websocket:** clear old client sessions and instances ([43bd0a0](43bd0a0))
* **apis/websocket:** return `true` for data on a `TrainedMessage` packet ([65add4d](65add4d))
* **packages/shared:** add logger factory ([17c6be7](17c6be7))
### BREAKING CHANGES
* In `@revanced/discord-bot`, its environment variable
`DATABASE_URL` has been renamed to `DATABASE_PATH`
and the `file:` prefix is no longer needed1 parent 91bac93 commit 5d86240
2 files changed
+42
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
1 | 42 | | |
2 | 43 | | |
3 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments