> For the complete documentation index, see [llms.txt](https://docs-embed.anyflow.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-embed.anyflow.jp/anyflow-sdk/docs/changelog.md).

# 変更履歴

<table><thead><tr><th width="134.67877197265625">バージョン</th><th width="413.92578125">前のバージョンからの変更内容</th><th>関連箇所</th></tr></thead><tbody><tr><td>0.16.0（最新）</td><td>ウィザードにデフォルト値を渡せるようになりました</td><td><a href="https://docs-embed.anyflow.jp/anyflow-sdk/docs#unload-wizard">ソリューションウィザードにデフォルト値を与える</a></td></tr><tr><td>0.15.0</td><td>実行履歴を取得するメソッドにてページネーションが行えるようになりました</td><td><a data-mention href="/pages/B9l4fWUsPP7WqAnmFVFK#get-jobs">/pages/B9l4fWUsPP7WqAnmFVFK#get-jobs</a></td></tr><tr><td>0.14.1</td><td>ウィザードの言語を多言語化する機能を追加しました</td><td><a data-mention href="/pages/B9l4fWUsPP7WqAnmFVFK#translate-wizard">/pages/B9l4fWUsPP7WqAnmFVFK#translate-wizard</a></td></tr><tr><td>0.13.0</td><td>ソリューションの実行履歴を取得するメソッドを追加しました</td><td><a data-mention href="/pages/B9l4fWUsPP7WqAnmFVFK#get-jobs">/pages/B9l4fWUsPP7WqAnmFVFK#get-jobs</a></td></tr><tr><td>0.12.0</td><td>My Event の送信を SDK から行えるようになりました</td><td><a data-mention href="/pages/B9l4fWUsPP7WqAnmFVFK#send-my-event">/pages/B9l4fWUsPP7WqAnmFVFK#send-my-event</a></td></tr><tr><td>0.11.0</td><td>ソリューションをアンインストールするメソッドを追加しました</td><td><a data-mention href="/pages/B9l4fWUsPP7WqAnmFVFK#uninstall-wizard">/pages/B9l4fWUsPP7WqAnmFVFK#uninstall-wizard</a></td></tr><tr><td>0.10.0</td><td>パッケージ名を<code>@anyflowinc/embed-sdk</code> に変更しました</td><td><a data-mention href="/pages/1k6nESF0ewnKoMe09tld">/pages/1k6nESF0ewnKoMe09tld</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-embed.anyflow.jp/anyflow-sdk/docs/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
