hostdb 0.31.0 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/databases.json +14 -5
- package/package.json +2 -4
- package/releases.json +35 -1
package/databases.json
CHANGED
|
@@ -770,19 +770,28 @@
|
|
|
770
770
|
"description": "In-memory data store used as database, cache, and message broker",
|
|
771
771
|
"type": "Key-Value",
|
|
772
772
|
"sourceRepo": "https://github.com/redis/redis",
|
|
773
|
-
"license": "RSALv2/SSPLv1 (7.4+), AGPL-3.0 (8.0+)",
|
|
773
|
+
"license": "BSD-3-Clause (7.2.x), RSALv2/SSPLv1 (7.4+), AGPL-3.0 (8.0+)",
|
|
774
774
|
"commercialUse": true,
|
|
775
775
|
"hostedServiceAllowed": false,
|
|
776
776
|
"protocol": null,
|
|
777
|
-
"note": "RSALv2 restricts building competing
|
|
777
|
+
"note": "Redis 7.2.x is BSD-3-Clause licensed — fully open-source, safe to host as a managed service. The 7.4+ relicense (RSALv2/SSPLv1) restricts building competing managed services to Redis itself; AGPL-3.0 (8.0+) additionally requires source disclosure if you modify Redis and offer it as a network service. Commercial use in applications, local dev, and internal use is fine on all versions. Valkey is a BSD-licensed drop-in alternative for newer Redis features.",
|
|
778
778
|
"defaults": {
|
|
779
|
-
"7": "7.
|
|
779
|
+
"7": "7.2.14",
|
|
780
780
|
"8": "8.4.0"
|
|
781
781
|
},
|
|
782
782
|
"versions": {
|
|
783
783
|
"8.4.0": true,
|
|
784
|
-
"7.4.9":
|
|
785
|
-
|
|
784
|
+
"7.4.9": {
|
|
785
|
+
"deprecated": true,
|
|
786
|
+
"note": "Deprecated; RSALv2/SSPLv1 license forbids offering Redis as a competing managed service. Use 7.2.14 (BSD) for managed-service use cases, or stay on 7.4.9 only for self-contained app use."
|
|
787
|
+
},
|
|
788
|
+
"7.4.7": {
|
|
789
|
+
"deprecated": true,
|
|
790
|
+
"note": "Deprecated; RSALv2/SSPLv1 license forbids offering Redis as a competing managed service. Use 7.2.14 (BSD) for managed-service use cases, or 7.4.9 if you need the latest 7.4 patch for self-contained app use."
|
|
791
|
+
},
|
|
792
|
+
"7.2.14": {
|
|
793
|
+
"note": "Latest patch in the BSD-3-Clause 7.2.x line — the newest Redis version permissively licensed for self-hosting as a managed/DBaaS service. 7.4+ (RSALv2/SSPLv1) forbids competing managed services; 8.0+ AGPL-3.0 requires source disclosure to network users."
|
|
794
|
+
}
|
|
786
795
|
},
|
|
787
796
|
"platforms": [
|
|
788
797
|
"linux-x64",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hostdb",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"description": "Pre-built database binaries for multiple platforms, plus a typed registry library for resolving versions and download URLs offline.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -80,9 +80,6 @@
|
|
|
80
80
|
"upload:r2": "tsx scripts/upload-to-r2.ts",
|
|
81
81
|
"audit:r2-orphans": "tsx scripts/audit-r2-orphans.ts"
|
|
82
82
|
},
|
|
83
|
-
"dependencies": {
|
|
84
|
-
"tsx": "^4.19.0"
|
|
85
|
-
},
|
|
86
83
|
"devDependencies": {
|
|
87
84
|
"@aws-sdk/client-s3": "^3.990.0",
|
|
88
85
|
"@eslint/js": "^9.17.0",
|
|
@@ -93,6 +90,7 @@
|
|
|
93
90
|
"eslint": "^9.17.0",
|
|
94
91
|
"ora": "^9.3.0",
|
|
95
92
|
"prettier": "^3.4.0",
|
|
93
|
+
"tsx": "^4.19.0",
|
|
96
94
|
"typescript": "^5.7.0",
|
|
97
95
|
"typescript-eslint": "^8.18.0",
|
|
98
96
|
"yaml": "^2.8.2"
|
package/releases.json
CHANGED
|
@@ -1368,7 +1368,8 @@
|
|
|
1368
1368
|
"sha256": "f6f3886f8b3427867a39cabc613489cf6bd98191c995a73c077aa9aa2d5e004a",
|
|
1369
1369
|
"size": 11489268
|
|
1370
1370
|
}
|
|
1371
|
-
}
|
|
1371
|
+
},
|
|
1372
|
+
"deprecated": true
|
|
1372
1373
|
},
|
|
1373
1374
|
"7.4.7": {
|
|
1374
1375
|
"version": "7.4.7",
|
|
@@ -1400,6 +1401,39 @@
|
|
|
1400
1401
|
"sha256": "8846aaf20860063263542ebf535bc874e475a17f82e5e4aee9540958abf583cf",
|
|
1401
1402
|
"size": 11481934
|
|
1402
1403
|
}
|
|
1404
|
+
},
|
|
1405
|
+
"deprecated": true
|
|
1406
|
+
},
|
|
1407
|
+
"7.2.14": {
|
|
1408
|
+
"version": "7.2.14",
|
|
1409
|
+
"releaseTag": "redis-7.2.14",
|
|
1410
|
+
"releasedAt": "2026-05-23T19:27:20Z",
|
|
1411
|
+
"platforms": {
|
|
1412
|
+
"darwin-arm64": {
|
|
1413
|
+
"url": "https://registry.layerbase.host/redis-7.2.14/redis-7.2.14-darwin-arm64.tar.gz",
|
|
1414
|
+
"sha256": "ec47b714295b39fcbc21a990d81025b568e135fa888bc1ec03c6c8a750f1737b",
|
|
1415
|
+
"size": 3885720
|
|
1416
|
+
},
|
|
1417
|
+
"darwin-x64": {
|
|
1418
|
+
"url": "https://registry.layerbase.host/redis-7.2.14/redis-7.2.14-darwin-x64.tar.gz",
|
|
1419
|
+
"sha256": "0036b6438f51a779201cdde8e8e13fefe5ed1d7155cf0f5255e5a15b863b0da4",
|
|
1420
|
+
"size": 3747544
|
|
1421
|
+
},
|
|
1422
|
+
"linux-arm64": {
|
|
1423
|
+
"url": "https://registry.layerbase.host/redis-7.2.14/redis-7.2.14-linux-arm64.tar.gz",
|
|
1424
|
+
"sha256": "c79a778c2c7cc3cd29bd1beaf72016b17dfb2fcbd544d1915d9560bd3d580dda",
|
|
1425
|
+
"size": 12346688
|
|
1426
|
+
},
|
|
1427
|
+
"linux-x64": {
|
|
1428
|
+
"url": "https://registry.layerbase.host/redis-7.2.14/redis-7.2.14-linux-x64.tar.gz",
|
|
1429
|
+
"sha256": "9e0c35f02d6762e38481b63930389fbb924f2d49464127b33a9f7954fe7dcc11",
|
|
1430
|
+
"size": 12264029
|
|
1431
|
+
},
|
|
1432
|
+
"win32-x64": {
|
|
1433
|
+
"url": "https://registry.layerbase.host/redis-7.2.14/redis-7.2.14-win32-x64.zip",
|
|
1434
|
+
"sha256": "18b0cd011fbe2e6805ca539e39984ab8a3d2784beee3ae1639c38d7d910d6fc4",
|
|
1435
|
+
"size": 10948993
|
|
1436
|
+
}
|
|
1403
1437
|
}
|
|
1404
1438
|
}
|
|
1405
1439
|
},
|