@jukasdrj/bookstrack-api-client 3.4.0 → 3.4.2
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 +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the BooksTrack API Client will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [3.4.0] - 2026-01-07
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- **Multi-Size Cover URLs** - Support for responsive cover images (#237)
|
|
10
|
+
- New `coverUrls` field with `original`, `large`, `medium`, `small` sizes
|
|
11
|
+
- New `coverSource` enum: `r2`, `external`, `external-fallback`, `enriched-cached`
|
|
12
|
+
- Deprecated: `coverUrl` and `thumbnailUrl` (still present for backward compatibility)
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- **Schema Update** - Regenerated from OpenAPI spec with Sprint 2 enhancements
|
|
17
|
+
- **API Version** - Aligned with API v3.3.0 production release
|
|
18
|
+
- **Type Safety** - Improved TypeScript definitions for book metadata
|
|
19
|
+
|
|
20
|
+
### Improved
|
|
21
|
+
|
|
22
|
+
- Durable Object test coverage with real Workers runtime validation
|
|
23
|
+
- Alarm resilience and continuity patterns
|
|
24
|
+
- D1 concurrency optimization analysis
|
|
25
|
+
|
|
5
26
|
## [2.0.0] - 2025-12-10
|
|
6
27
|
|
|
7
28
|
### BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jukasdrj/bookstrack-api-client",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
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",
|