Skip to content

Releases: solapi/solapi-python

v5.0.1 (2025/05/12)

12 May 05:39
67f7910
Compare
Choose a tag to compare

한국어 안내

  • 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

v5.0.0 (2025/04/01)

01 Apr 01:24
ee40449
Compare
Choose a tag to compare

한국어 안내

  • 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

Full Changelog: https://github.com/solapi/solapi-python/commits/v5.0.0