33 Commits

Author SHA1 Message Date
7db6b06b48 Bump version 2025-05-12 02:58:45 +00:00
23ec6f215c Refactor OPTIONS handling for conditional CORS bypass
OPTIONS requests are now only handled by this middleware if
`bypassCors` is true, in which case permissive CORS headers are added.
If `bypassCors` is false, OPTIONS requests will proceed to subsequent
middleware instead of returning an empty 204 response.
2025-05-12 02:57:32 +00:00
fa61273d5b Fix: Prevent console logging of OperationError
Bumps version to 1.0.0-alpha.4.
2025-05-11 23:56:23 +00:00
96f51a5bd7 bump version 2025-05-11 20:47:28 +00:00
8046293b3c Update WebSocket config to accept an object
The `websockets` parameter can now be an object, allowing
`enabled` and `path` to be specified for finer control.
Server startup log now displays the WebSocket path.
2025-05-11 20:47:17 +00:00
bc9b82dab1 Refactors internal loading of the library package.json 2025-05-10 02:37:08 +00:00
1449695714 Update server dependency and remove legacy code
Bump version to 1.0.0-a3 and remove unused websocket functionality

server/bootloader/bootWrapper.js is now included in package files

This commit updates hyper-express reference to "he" in README, removes
the unused he-legacy engine and socket.io related dependencies.
2025-04-24 12:35:02 +00:00
57d8b4bed1 documentation 2025-04-14 15:54:05 +00:00
f7a933d393 never mind 2025-04-14 15:00:17 +00:00
2dc2fe1f62 set next flag 2025-04-14 14:56:46 +00:00
3444198483 bump version 2025-04-14 14:55:31 +00:00
11d8a862b4 Merge from local 2025-04-14 14:54:18 +00:00
6f8ed3360d bump versions 2025-04-09 20:42:59 +00:00
2bca93d7f2 remove unused import 2025-04-09 20:42:34 +00:00
b94e18fdd0 added experimentation with events 2025-04-09 20:42:28 +00:00
92943f8203 support for ack mode & improve disconnections 2025-04-09 20:41:37 +00:00
307e9edee4 added unsubscribeAll method 2025-04-09 20:40:14 +00:00
de6514e5ee bump version 2025-03-31 23:50:07 +00:00
9095e350c8 fix refname path 2025-03-31 23:49:16 +00:00
71b06edaec bump version 2025-03-31 23:47:24 +00:00
2866038ed0 set service refname as default ws path 2025-03-31 23:47:20 +00:00
e3dfb6ce36 bump version 2025-03-31 23:43:00 +00:00
e1c383df53 use universal service registration via ipc 2025-03-31 23:42:55 +00:00
0d5b9be68c fix mode 2025-03-31 22:29:43 +00:00
24398bd4bb bump version 2025-03-31 22:28:34 +00:00
68e5fdfecb fix path mounting 2025-03-31 22:28:31 +00:00
5773a8185f bump version 2025-03-26 15:19:17 +00:00
7f21bebeda update server docs 2025-03-26 14:58:20 +00:00
81da24dc4e renamed ping 2025-03-26 13:47:34 +00:00
2fb2046ecc fix typo 2025-03-26 13:47:26 +00:00
ebf251bc49 update readme 2025-03-26 11:04:42 +00:00
9d16e05e89 move readme 2025-03-26 10:59:21 +00:00
0a11a24460 slit server source & client source 2025-03-26 10:55:51 +00:00