Releases: solapi/solapi-python
Releases · solapi/solapi-python
v5.0.0 (2025/04/01)
한국어 안내
- Python SDK를 5.0.0으로 런칭하면서 기존의 request 모듈을 직접 연결하여 연동하는 예제를 제거했습니다.
- Python SDK의 개발 생산성 향상을 위해 ruff를 도입했습니다.
- Python 필수 버전을 3.7에서 3.9로 향상했습니다.
- 기존 Python SDK에서 제공하지 못했던, appId, Fax 발송, 예약발송 등을 지원합니다.
중요 안내사항
- SOLAPI Python SDK는 5.0.0 버전부터 3.9 버전 이상만을 지원합니다.
번외
- 신규 Python SDK를 위한 여러 예제를 추가했습니다.
English Version
- With the launch of Python SDK version 5.0.0, we've removed examples that directly used the requests module for integration.
- Introduced ruff to enhance development productivity for the Python SDK.
- Increased the required Python version from 3.7 to 3.9.
- Now supports features previously unavailable in the Python SDK, such as appId, sending Fax, and scheduled messaging.
Important Notice
- From version 5.0.0 onwards, the SOLAPI Python SDK supports Python version 3.9 and above only.
Additional Notes
- Several new examples have been added for the updated Python SDK.
What's Changed
- SOLAPI Python SDK 5.0.0 GA by @Palbahngmiyine in #8
- Update pyproject.toml and examples/sms.py by @Palbahngmiyine in #9
- Add Python examples by @Palbahngmiyine in #10
- Add send sms with reservation example by @Palbahngmiyine in #11
Full Changelog: https://github.com/solapi/solapi-python/commits/v5.0.0