v5.0.1 (2025/05/12)
한국어 안내
- Python SDK를 5.0.1에서는
message모델이 request, response로 나뉘어 실제 발송시엔RequestMessage클래스를 이용해야 합니다. - Webhook 대응을 위한
SingleReport,GroupReport클래스를 추가했습니다. 관련한 예제는 Django 예제를 통해 확인하실 수 있습니다. NaverOption모델이 추가되었습니다.
중요 안내사항
- Python SDK 5.0.1부터는
Message모델이 request, response로 나뉘었습니다. 업그레이드 사용자는 반드시 해당 부분을 확인해서 기존 발송 코드를 수정해주세요!
번외
- Django webhook 예제를 추가했습니다.
English Version
- In Python SDK 5.0.1, the
Messagemodel has been split into request and response, and at send-time you must use theRequestMessageclass. - Added
SingleReportandGroupReportclasses to support webhooks. See the Django example for usage. - Introduced the
NaverOptionmodel.
Important Notice
- As of Python SDK 5.0.1, the
Messagemodel is divided into request and response. If you’re upgrading, be sure to review this change and update your existing send logic accordingly!
Bonus
- Added a Django webhook example.
What's Changed
- SOLAPI Python 5.0.1 GA by @Palbahngmiyine in #13
Full Changelog: v5.0.0...v.5.0.1