Skip to content

v5.0.1 (2025/05/12)

Choose a tag to compare

@Palbahngmiyine Palbahngmiyine released this 12 May 05:39
· 7 commits to main since this release
67f7910

한국어 안내

  • 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 Message model has been split into request and response, and at send-time you must use the RequestMessage class.
  • Added SingleReport and GroupReport classes to support webhooks. See the Django example for usage.
  • Introduced the NaverOption model.

Important Notice

  • As of Python SDK 5.0.1, the Message model 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

Full Changelog: v5.0.0...v.5.0.1