> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.15.1 (2025년 1월 4일)

> 인보이스 API, 구독 웹훅, 포괄적인 가이드, 도도 사랑의 벽, 소셜 공유 기능을 소개합니다. 또한, 향상된 구독 체험 기간과 고객 식별 기능이 추가되었습니다.

## 새로운 기능 🚀

### API 개선사항

* Invoice API를 출시하여 상인과 고객이 `payment_id`을 사용해 인보이스를 다운로드할 수 있게 되었습니다. 자세한 내용은 [Invoice API](/api-reference/payments/get-invoice) 문서를 참조하세요.
* 구독 갱신 알림을 위한 새로운 `subscription.renewed` 웹후크 이벤트를 구현했습니다.

### 플랫폼 업데이트

* 고객 후기들을 보여주는 Dodo Payments [Wall of Love](https://dodopayments.com/wall-of-love)가 도입되었습니다.
* 성공적인 거래를 위한 소셜 공유 기능이 추가되었습니다.
  <img src="https://mintcdn.com/dodopayments/r426DlzEVUSPZlYb/images/changelog/share-transaction.png?fit=max&auto=format&n=r426DlzEVUSPZlYb&q=85&s=f72078fc9783afb6a306e50e14393579" alt="거래 공유 기능" style={{ maxHeight: '500px', width: 'auto' }} width="2284" height="1322" data-path="images/changelog/share-transaction.png" />
* 개인정보 보호 정책, 서비스 약관 및 환불 정책 문서를 자동으로 생성하는 정책 생성기 도구가 출시되었습니다. [정책 생성기 시도하기](https://dodopayments.com/tools/policy-generator).

### 문서 개선

* 포괄적인 가이드를 발행했습니다:
  * [구독 통합 가이드](/developer-resources/subscription-integration-guide)
  * [웹훅 이벤트 가이드](/developer-resources/webhooks/intents/webhook-events-guide)

## 개선 사항 및 버그 수정 🔧

### API 업데이트

* 제품 수준의 체류 기간을 무시하기 위해 [Create Subscription API](/api-reference/subscriptions/post-subscriptions)에 `trial_period_days` 매개변수를 추가했습니다.
* 고객 식별 논리를 강화했습니다: 이제 동일한 이메일에 대해 결제와 구독 전반에서 일관된 `customer_id`을 사용합니다.
* 다양한 성능 최적화를 구현하고 사소한 버그를 수정했습니다.
