Skip to content

Commit 7e48111

Browse files
committed
chore: update changelog and bump project version to 6.1.0.
1 parent 638f4d9 commit 7e48111

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.1.0]
9+
10+
### Added
11+
12+
- Full async/await support with new `amazon_creatorsapi.aio` subpackage ([#143](https://github.com/sergioteula/python-amazon-paapi/pull/143))
13+
- `AsyncAmazonCreatorsApi` class for non-blocking API interactions
14+
- Async HTTP client with `httpx` integration for connection pooling
15+
- `AuthenticationError` exception for improved OAuth2 error handling
16+
- Optional `[async]` installation extra: `pip install python-amazon-paapi[async]`
17+
- Comprehensive async test suite with integration tests
18+
- Documentation for async API usage in README and usage guide
19+
- `make docs` command in Makefile for building documentation
20+
21+
### Changed
22+
23+
- GitHub Actions workflow now installs async dependencies for complete test coverage
24+
- Test coverage threshold lowered from 99% to 98% to accommodate async tests
25+
- Additional Ruff linting rules for test files (ARG002, S101, S105, S106, SIM117)
26+
827
## [6.0.0] - 2026-01-29
928

1029
### Added

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Sergio Abad"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "6.0.0"
26+
release = "6.1.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-amazon-paapi"
3-
version = "6.0.0"
3+
version = "6.1.0"
44
description = "Amazon Product Advertising API 5.0 wrapper for Python"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)