File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 6.0.0] - 2026-01-29
9+
10+ ### Added
11+
12+ - New ` amazon_creatorsapi ` module for Amazon Creators API support
13+ - ` creatorsapi_python_sdk ` package bundled for OAuth2 authentication
14+ - ` models ` submodule exposing all SDK model classes (Item, Condition, SortBy, etc.)
15+ - Migration guide from PAAPI to Creators API (` docs/pages/migration-guide-6.md ` )
16+ - Integration tests for the new Creators API module
17+ - New dependencies: ` pydantic>=2.0.0 ` and ` requests>=2.28.0 `
18+
19+ ### Changed
20+
21+ - ** BREAKING** : The ` amazon_paapi ` module is now deprecated in favor of ` amazon_creatorsapi `
22+ - Updated documentation to reflect the new Creators API module
23+ - Reorganized utility functions into ` amazon_creatorsapi.core ` package
24+ - Updated README with Creators API examples and deprecation notice
25+
26+ ### Deprecated
27+
28+ - ` amazon_paapi ` module - use ` amazon_creatorsapi ` instead
29+ - All PAAPI-specific documentation pages removed
30+
31+ ### Removed
32+
33+ - Migration guides for versions 4 and 5 (` migration-guide-4.md ` , ` migration-guide-5.md ` )
34+
835## [ 5.2.0] - 2026-01-11
936
1037### Added
You can’t perform that action at this time.
0 commit comments