Releases: take-kun/mercapi
Releases · take-kun/mercapi
v0.4.2
What's Changed
- fix: status extend by @tetsuco in #31
- Feature/support proxy and user agent by @tetsuco in #33
- chore: Update default UA by @take-kun in #34
- Update SearchResultItem by @take-kun in #35
- Update Github Actions by @take-kun in #38
- Use Trusted Publisher flow for uploading packages by @take-kun in #39
New Contributors
Full Changelog: 0.4.1...v0.4.2
v0.4.1
v0.4.0
Release 0.4.0
BREAKING CHANGE Changed API of Mercapi.search
function. All parameters except for query
are now keyword-only.
Features
Fixes
- bug fixes by @loadstarCN in #17
Other
New Contributors
- @EttOrm made their first contribution in #18
- @loadstarCN made their first contribution in #17
Full Changelog: v0.3.0...v0.4.0
0.3.0
Release 0.3.0
BREAKING CHANGE Dropped support for mapping protocol, i.e. accessing response models properties with object['key']
will not work anymore. Migrate to dataclasses.asdict(object)['key']
.
Features
- dataclasses support implemented for response objects (#11)
- search results (
SearchResults
) pagination methods (#14) - fetching full item details (
Item
) from seller profile listing (Items/SellerItem
)
0.2.2
0.2.1
0.2.0
0.1.1
Initial development release