arol-ai 0.1.8 → 0.1.9
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/package.json +2 -2
- package/src/data/deprecations.json +31 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arol-ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Scan a local repo for upcoming third-party API/SDK deprecations. Fully local — no network, no telemetry, your code never leaves the machine.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deprecation",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"prepublishOnly": "npm run build"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"arol-ai": "^0.1.
|
|
37
|
+
"arol-ai": "^0.1.8",
|
|
38
38
|
"commander": "^12.1.0",
|
|
39
39
|
"fast-glob": "^3.3.2"
|
|
40
40
|
},
|
|
@@ -203,7 +203,11 @@
|
|
|
203
203
|
"sunset_date": "2024-05-15",
|
|
204
204
|
"detect": {
|
|
205
205
|
"sdk": ["stripe"],
|
|
206
|
-
"patterns": [
|
|
206
|
+
"patterns": [
|
|
207
|
+
"\\bstripe\\.sources\\.create",
|
|
208
|
+
"\\bstripe\\.charges\\.create",
|
|
209
|
+
"\\bstripe\\.Charge\\.create"
|
|
210
|
+
]
|
|
207
211
|
},
|
|
208
212
|
"migration_url": "https://docs.stripe.com/payments/older-apis",
|
|
209
213
|
"summary": "The Sources API is deprecated (local payment methods stopped being accepted May 15, 2024) and the Charges API is legacy. Migrate to the PaymentMethods + PaymentIntents APIs.",
|
|
@@ -426,7 +430,7 @@
|
|
|
426
430
|
{
|
|
427
431
|
"id": "openai-2026-10-23-shutdown",
|
|
428
432
|
"vendor": "OpenAI",
|
|
429
|
-
"title": "OpenAI models shut down October 23, 2026 (legacy GPT-3.5/4/4o, o1/o3-mini/o4-mini, gpt-image-1)",
|
|
433
|
+
"title": "OpenAI models shut down October 23, 2026 (legacy GPT-3.5/4/4o, GPT-4.1-nano, o1/o3-mini/o4-mini, gpt-image-1)",
|
|
430
434
|
"severity": "high",
|
|
431
435
|
"match": "pattern",
|
|
432
436
|
"applies_to": ["*"],
|
|
@@ -435,20 +439,40 @@
|
|
|
435
439
|
"sdk": ["openai"],
|
|
436
440
|
"patterns": [],
|
|
437
441
|
"models": [
|
|
442
|
+
"gpt-3.5-turbo",
|
|
438
443
|
"gpt-3.5-turbo-0125",
|
|
444
|
+
"gpt-4",
|
|
439
445
|
"gpt-4-0613",
|
|
446
|
+
"gpt-4-1106-preview",
|
|
440
447
|
"gpt-4-turbo",
|
|
441
448
|
"gpt-4.1-nano",
|
|
442
449
|
"gpt-4o-2024-05-13",
|
|
443
450
|
"gpt-image-1",
|
|
444
|
-
"o1
|
|
445
|
-
"o1-pro
|
|
446
|
-
"o3-mini
|
|
447
|
-
"o4-mini
|
|
451
|
+
"o1",
|
|
452
|
+
"o1-pro",
|
|
453
|
+
"o3-mini",
|
|
454
|
+
"o4-mini"
|
|
448
455
|
]
|
|
449
456
|
},
|
|
450
457
|
"migration_url": "https://platform.openai.com/docs/deprecations",
|
|
451
|
-
"summary": "These OpenAI models shut down in the API on October 23, 2026:
|
|
458
|
+
"summary": "These OpenAI models shut down in the API on October 23, 2026: GPT-3.5 Turbo, GPT-4, GPT-4 Turbo, GPT-4.1-nano, the gpt-4o-2024-05-13 snapshot, gpt-image-1, and the o1 / o1-pro / o3-mini / o4-mini reasoning models — bare aliases included, since OpenAI retires them alongside the dated snapshots. The still-current gpt-4o alias is intentionally NOT matched (only its retiring 2024-05-13 snapshot is). Migrate to the gpt-4.1 / gpt-5 family or gpt-image-1.5.",
|
|
452
459
|
"source": "https://developers.openai.com/api/docs/deprecations"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"id": "openai-realtime-beta-removed",
|
|
463
|
+
"vendor": "OpenAI",
|
|
464
|
+
"title": "Realtime API beta interface removed",
|
|
465
|
+
"severity": "high",
|
|
466
|
+
"match": "pattern",
|
|
467
|
+
"applies_to": ["py", "js", "ts", "jsx", "tsx", "mjs"],
|
|
468
|
+
"sunset_date": "2026-05-12",
|
|
469
|
+
"detect": {
|
|
470
|
+
"sdk": ["openai"],
|
|
471
|
+
"patterns": ["\\bbeta\\.realtime\\b"],
|
|
472
|
+
"models": []
|
|
473
|
+
},
|
|
474
|
+
"migration_url": "https://platform.openai.com/docs/changelog",
|
|
475
|
+
"summary": "The Realtime API beta was removed from the API on May 12, 2026. Migrate from the client.beta.realtime interface to the released (GA) Realtime API.",
|
|
476
|
+
"source": "https://platform.openai.com/docs/changelog"
|
|
453
477
|
}
|
|
454
478
|
]
|