@aluvia/sdk 2.0.0 → 2.0.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.1] - 2026-03-16
4
+
5
+ ### Changed
6
+ - Updated all geo-targeting documentation and examples to use country codes (e.g., `us`, `gb`, `de`) instead of subregion codes (e.g., `us_ca`, `us_ny`).
7
+ - Clarified that geo codes are now country-level only; subregion codes are no longer shown in docs or examples.
8
+
3
9
  All notable changes to `@aluvia/sdk` are documented in this file.
4
10
 
5
11
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
package/README.md CHANGED
@@ -125,7 +125,7 @@ Update rules, rotate IP, or change geo without restarting:
125
125
  ```typescript
126
126
  await client.updateRules(['blocked-site.com']);
127
127
  await client.updateSessionId('new-session-id');
128
- await client.updateTargetGeo('us_ca');
128
+ await client.updateTargetGeo('us');
129
129
  ```
130
130
 
131
131
  ### Rule patterns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aluvia/sdk",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Aluvia SDK for Node.js - local smart proxy for automation workloads and AI agents",
5
5
  "license": "MIT",
6
6
  "author": "Aluvia",