# 릴리즈 노트

## 2.2.6 (2026-05-06)

* 웹페이지 초기 렌더링 환경에서 인앱메시지 안정화

## 2.2.5 (2026-01-27)

* 인앱 메시지 스케줄 세부 설정에서 시작 시간보다 종료 시간이 이전인 경우 미노출 되는 버그 수정

## 2.2.4 (2025-12-23)

* 첫 인앱 메시지 정보 요청시, 중복 호출 방지

## 2.2.3 (2025-09-17)

* 타임아웃으로 인한 init 실패시, 재시도 후 인터페이스 제공

## 2.2.2 (2025-06-24)

* 웹링크 클릭시, 화면 전환과 새창 값에 맞게 오픈하는 옵션 추가
* 클릭시 메시지 닫기 옵션에서 메시지가 닫히기 전에 여러 번 클릭하는 경우, 클릭 액션이 1번만 적용되도록 수정
* 인앱 메시지 멀티 이미지 지원

## 2.2.1 (2025-05-28)

* `DFUserProfile`의 `PUSH_OPTIN` 옵션
  * Deprecated 처리(푸시 알림 수신 허용 여부를 변경해야 하실 경우 `PUSH_ADS_OPTIN` 사용)
  * `PUSH_OPTIN` 옵션 사용시, 경고 문구 출력

## 2.2.0 (2025-03-27)

* 인앱메시지 신규 연산자 추가 (N일후, N개월후)

## 2.1.0 (2025-02-11)

* 캠페인 여정 기능 추가
* 인앱메시지 개선

## 2.0.0 (2024-12-27)

* suspendUserTargeting API 삭제
* 인앱메시지 이벤트 개인화 적용
* enableSDK, disableSDK 추가
* 통신 오류시 재전송 로직 추가

## 1.2.0 (2024-11-21)

* 내부 로직 개선

## 1.1.2 (2024-11-14)

* 인앱메시지 기능 개선
* 내부 로직 개선

## 1.1.0 (2024-10-24)

* 인앱메시지 기능 개선

## 1.1.0 (2024-10-10)

* 인앱메시지 기능 추가

## 1.0.0 (2024-04-01)

* 최초 배포


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dfinery.ai/developer-guide/platform/web/change-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
