Releases: magicalapi/magicalapi-python
Releases · magicalapi/magicalapi-python
MagicalAPI Python v1.5.1
What's Changed
Full Changelog: v1.5.0...v1.5.1
MagicalAPI Python v1.5.0
Add webhook feature for asynchronous response delivery
- Introduced
webhook_urlparameter in AsyncClient for webhook support. - Created example script demonstrating webhook functionality.
Full Changelog: v1.4.0...v1.5.0
MagicalAPI Python v1.4.0
What's Changed
- added new sections for profile data and company data services
Full Changelog: v1.3.0...v1.4.0
MagicalAPI Python v1.3.0
What's Changed
- update resume review schemas
- fix some date types in profile data
Full Changelog: v1.2.2...v1.3.0
MagicalAPI Python v1.2.2
What's Changed
- fix use uv in github actions files
- add new fields to resume parser
Full Changelog: v1.2.1...v1.2.2
MagicalAPI Python v1.2.1
- fix some fields types in profile data services
Full Changelog: v1.2.0-2...v1.2.1
MagicalAPI Python v1.2.0
- Removing YouTube Services
- Migrate from
PoetrytoRyeproject manager
Full Changelog: v1.1.1...v1.2.0-2
MagicalAPI Python v1.1.1
What's Changed
- build(deps): bump certifi from 2023.11.17 to 2024.7.4 by @dependabot in #7
Full Changelog: v1.1.0...v1.1.1
MagicalAPI Python v1.1.0
What's Changed
- updating company data service to version
1to supporting new parameterscompany_websiteandcompany_namein 857af4a. - adding new attributes in
productsfield of company data service in 857af4a - some changes in response schemas of YouTube SEO and resume review services (
prosandcons) in a702890. - adding smoke tests and run them by github actions in c44905f.
- adding release's workflow to publish on pypi.org by GitHub actions in afc50f1.
Full Changelog: v1.0.1...v1.1.0
MagicalAPI Python v1.0.0
Changes
Durationobject to profile data service response's type added.DurationandYearDateobjects to resume parser service response's type added.