# 릴리즈 노트

## [1.0.4 (2026-01-15)](https://github.com/IGAWorksDev/dfinery-flutter-sdk/releases/tag/v1.0.4)

**고쳐짐**

* 이벤트와 식별자·기기 정보 간의 정밀 매칭 로직을 적용하여, 어떤 상황에서도 발생 시점의 정확한 맥락 데이터를 수집할 수 있도록 개선했습니다. \[Android]
* 버전 1.0.2\~1.0.3에서 재시도를 포함한 초기화 API 호출이 모두 타임아웃될 경우 다음 초기화 전까지 이벤트 수집을 비롯한 SDK의 일부 기능이 중단되던 교착 상태 문제를 해결하였습니다. \[Android]
* setIdentity() 내부 로직을 개선하여 에지 케이스를 보다 안정적으로 처리하도록 수정되었습니다. \[iOS]

**버전 정보**

* Android
  * Dfinery Android SDK 2.4.6
* iOS
  * Dfinery iOS SDK 2.3.4

## [1.0.3 (2025-11-20)](https://github.com/IGAWorksDev/dfinery-flutter-sdk/releases/tag/v1.0.3)

**변경됨**

* 재설치 로직 수정 \[iOS]

**버전 정보**

* Android
  * Dfinery Android SDK 2.4.3
* iOS
  * Dfinery iOS SDK 2.3.3

## [1.0.2 (2025-10-28)](https://github.com/IGAWorksDev/dfinery-flutter-sdk/releases/tag/v1.0.2)

**고쳐짐**

* Dfinery SDK가 탑재되고 푸시 연동이 완료된 애플리케이션에서, Dfinery Console을 통하지 않고 다른 경로로 수신된 푸시 알림의 내용이 비어있는 상태로 노출되는 문제가 해결되었습니다. \[Android]

**버전 정보**

* Android
  * Dfinery Android SDK 2.4.3
* iOS
  * Dfinery iOS SDK 2.3.2

## [1.0.1 (2025-07-09)](https://pub.dev/packages/dfinery_plugin/versions/1.0.1)

* README.md 업데이트

## [1.0.0 (2025-07-09)](https://pub.dev/packages/dfinery_plugin/versions/1.0.0)

**주요 사항**

* 최초 배포.

**버전 정보**

* Android
  * Dfinery Android SDK 2.3.5
* iOS
  * Dfinery iOS SDK 2.2.1


---

# 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/flutter/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.
