@@ -8,9 +8,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010### Added
11- - User profile retrieval functionality
12- - Support for fetching user's own items
13- - Enhanced error handling for network timeouts
11+
12+
13+ ### Changed
14+
15+
16+ ### Fixed
17+
18+
19+
20+ ## [ 1.0.0] - 2026-01-05
21+
22+ ### Added
23+ - Multiple cookie storage backends: ` json ` , ` mozilla ` , and ` pickle `
24+ - Dataclass-based models (` CatalogItem ` , ` DetailedItem ` ) for performance and clarity
25+ - Custom exception hierarchy to surface network, auth, and validation errors distinctly
26+ - Automatic locale detection from target Vinted URLs
27+ - ` SortOrder ` and ` StorageFormat ` type literals for improved typing
28+
29+ ### Changed
30+ - Refactored architecture: separated ` api/ ` , ` storage/ ` , and ` models/ ` layers for better maintainability
31+ - Default cookie storage format changed to ` json ` for security hardening
32+ - SSL verification enabled by default for all HTTP requests
33+ - Proxy configuration simplified to a single string parameter (` proxy="user:pass@host:port" ` )
34+ - Cookie persistence now uses strategy pattern
35+
36+ ### Fixed
37+ - JWT token expiration parsing (base64url padding handling)
38+ - Retry/logging behavior for authentication failures
39+ - Cookie persistence reliability
40+ - Proxy handling edge cases
41+ - Token expiration detection accuracy
1442
1543## [ 0.1.0.post1] - 2025-08-07
1644
@@ -35,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3563- CI/CD pipeline with GitHub Actions
3664- 80%+ test coverage
3765
38- [ Unreleased ] : https://github.com/vlymar-dev/vinted-api-kit/compare/v0.1.0...HEAD
39- [ 0.1.0.post1 ] : https://github.com/vlymar-dev/vinted-api-kit/compare/v0.1.0...v0.1.0.post1
40- [ 0.1.0 ] : https://github.com/vlymar-dev/vinted-api-kit/releases/tag/v0.1.0
66+ [ Unreleased ] : https://github.com/vlymar1/vinted-api-kit/compare/v1.0.0...HEAD
67+ [ 1.0.0 ] : https://github.com/vlymar1/vinted-api-kit/compare/v0.1.0...v1.0.0
68+ [ 0.1.0.post1 ] : https://github.com/vlymar1/vinted-api-kit/compare/v0.1.0...v0.1.0.post1
69+ [ 0.1.0 ] : https://github.com/vlymar1/vinted-api-kit/releases/tag/v0.1.0
0 commit comments