release v1.1.11 [skip ci]

This commit is contained in:
CI
2026-08-19 02:11:32 +00:00
parent 1f45cc152a
commit 068f82c0ff
4 changed files with 19 additions and 4 deletions
+15
View File
@@ -1,3 +1,18 @@
## [1.1.11] - 2026-08-19
### Changed
- remove unused broadcastToSession export (#45)
## Removed
- `broadcastToSession` from `server/plugins/websocket.js` — an exported but never-imported, never-called dead-code function. Its dependencies (`getSessionConnections`, `addSessionConnection`, `removeSessionConnection`) are retained since they remain actively used for per-session connection tracking within the plugin.
## Notes
- Full repository search confirms zero remaining references to `broadcastToSession`.
- ESLint passes; full test suite passes (50 files, 406 tests).
Closes #40
## [1.1.10] - 2026-08-14 ## [1.1.10] - 2026-08-14
### Changed ### Changed
- update dependencies and fix security vulnerabilities (#44) - update dependencies and fix security vulnerabilities (#44)
+2 -2
View File
@@ -2,5 +2,5 @@ apiVersion: v2
name: kestrelos name: kestrelos
description: KestrelOS TOC for OSINT feeds - map, camera feeds, offline tiles description: KestrelOS TOC for OSINT feeds - map, camera feeds, offline tiles
type: application type: application
version: 1.1.10 version: 1.1.11
appVersion: "1.1.10" appVersion: "1.1.11"
+1 -1
View File
@@ -2,7 +2,7 @@ replicaCount: 1
image: image:
repository: git.keligrubb.com/keligrubb/kestrelos repository: git.keligrubb.com/keligrubb/kestrelos
tag: 1.1.10 tag: 1.1.11
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "kestrelos", "name": "kestrelos",
"version": "1.1.10", "version": "1.1.11",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {