Commit Graph

13 Commits

Author SHA1 Message Date
Pan Qiancheng 40f6b8992a changes for oak project 2025-05-08 15:38:27 +08:00
Damien Arrachequesne 232d87af04
chore(release): 0.5.1
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.5.0...0.5.1
2022-10-07 09:56:43 +02:00
Damien Arrachequesne a8ce5262d5
chore(release): 0.5.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.4.0...0.5.0
2022-09-19 11:02:22 +02:00
Damien Arrachequesne f57e0bfa32
chore(ui): update dependencies 2022-09-19 10:21:00 +02:00
Damien Arrachequesne 89ed3c734d
chore(release): 0.4.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.3.0...0.4.0
2022-06-23 15:13:37 +02:00
Damien Arrachequesne e0d91cadb1
feat: add production mode
There are two ways to enable this production mode:

- either with the new "mode" option:

```js
instrument(io, {
  mode: "production" // defaults to "development"
});
```

- or with the NODE_ENV environment variable:

```
NODE_ENV=production node index.js
```

In production mode, the server won't send all details about the socket
instances and the rooms, thus reducing the memory footprint of the
instrumentation.

Related:

- https://github.com/socketio/socket.io-admin-ui/issues/22
- https://github.com/socketio/socket.io-admin-ui/issues/23
2022-06-22 01:18:52 +02:00
Damien Arrachequesne 63d7535a46
chore(release): 0.3.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.2.0...0.3.0
2022-05-03 07:33:06 +02:00
Damien Arrachequesne 4359536a4b
feat: add support for the msgpack parser
Related: https://github.com/socketio/socket.io-admin-ui/issues/28
2022-05-01 08:09:10 +02:00
Damien Arrachequesne e8eaf8b9d8
chore(release): 0.2.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.1.2...0.2.0
2021-06-11 14:18:21 +02:00
Damien Arrachequesne 9428b6bac7
chore(release): 0.1.2
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.1.1...0.1.2
2021-06-02 11:51:48 +02:00
Damien Arrachequesne eab7bfab64
chore(release): 0.1.1 2021-05-10 00:03:17 +02:00
Damien Arrachequesne ad0ec0de08
chore(release): 0.1.0 2021-05-04 15:01:31 +02:00
Damien Arrachequesne f453422662
initial commit 2021-04-15 12:28:15 +02:00