@jukasdrj/bookstrack-api-client 3.4.2 → 3.4.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  All notable changes to the BooksTrack API Client will be documented in this file.
4
4
 
5
+ ## [3.4.2] - 2026-01-07
6
+
7
+ ### Internal
8
+
9
+ - **3-Tier Testing Architecture** - Backend test suite modernization (no SDK changes)
10
+ - Test pass rate improved from 88.6% to 95.7%
11
+ - Laptop-safe development workflow (20s test runs, 512MB RAM)
12
+ - 529 integration tests archived for CI/CD
13
+ - New `README_TESTING.md` documentation
14
+ - **Sprint 4 Phase 1** - SDK publication to npm registry
15
+ - **No API Changes** - Fully backward compatible with 3.4.0/3.4.1
16
+
17
+ ### Note
18
+
19
+ This is a maintenance release with no SDK functionality changes.
20
+ The version bump reflects backend improvements and npm publication workflow.
21
+
5
22
  ## [3.4.0] - 2026-01-07
6
23
 
7
24
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jukasdrj/bookstrack-api-client",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "description": "TypeScript SDK for BooksTrack V3 API with SSE streaming support - Auto-generated from OpenAPI specification",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",