# バージョン仕様

\pagebreak

## OMFLOWの最新Patch

### バージョンの命名規則

OMFLOWのバージョン番号は4つの数字に分かれています：

1.最初の数字は、*世代の更新*: この数字は、製品が新しいプログラミング言語に変更された場合や、新しい形で発売された場合に更新されます。 2.2番目の数字は、*重大な更新*：この数字は、新しいサービスが追加されたときに更新されます。 3.3番目の数字は、*機能の更新*：新機能が追加されたり、既存の製品フレームワークが最適化されたりした場合に更新されます。 4.4番目の数字は*バグの修正*です：この数字はバグが修正されたときに更新されます。

### バージョンアップの規則について

バージョンアップの度に、現在動作しているOMFLOWのバージョン番号を確認してください。バージョンアップの範囲は、1つの機能更新のバージョン番号（3番目の数字）\*以前までです。例： 1.2.1.X → 1.2.2.X。

1.2.0より前のバージョンについては、以下のルール表を参照してください：

| 更新ファイルのバージョン | バージョンアップ可能なOMFLOWバージョンの範囲     |
| ------------ | ----------------------------- |
| 1.2.0.1      | 1.2.0.0 - 1.2.0.1             |
| 1.2.0.0      | 1.1.6.3 　　　　　　　　　　　           |
| 1.1.6.3      | 1.1.6.0 - 1.1.6.3 　　　　　　　　　　　 |

> 版號右方字符不影響更新規則，如1.1.6.3fix3　　バージョン番号の右側にある文字は、更新ルールには影響しません。例：1.1.6.3fix3

### 製品版番号対照表

以下はOMFLOW Serverと関連PLUGINパッケージのバージョン対応表です

> **説明：**
>
> * `x` は当該機能バージョンの下位にある任意の修正バージョンを示します（例：1.2.0.x は 1.2.0.1、1.2.0.2 を含む）。
> * 範囲表記`1.1.6.4 - 1.2.0.x` は、Server バージョン 1.1.6.4 から 1.2.0 までのいずれのバージョンもサポートすることを示します。
> * ✅ は完全対応、⚠️ は一部のみ対応、❌ は非対応。

| **OMFLOW Server** | **Collector**       | **Booster** | **Mobile** | **SSO** | **Python** |
| ----------------- | ------------------- | ----------- | ---------- | ------- | ---------- |
| 1.1.6.3           | ✅ 1.1.6.3           | ✅ 1.1.6.0   | ✅ 0.10.35  | ❌       | ✅ 3.7      |
| 1.2.0.x           | ✅ 1.1.6.3 - 1.2.0.x | ✅ 1.1.6.0   | ✅ 0.10.36  | ❌       | ✅ 3.11     |
| 1.2.1.x           | ✅ 1.2.1.x           | ✅ 1.1.6.0   | ✅ 0.10.37  | ❌       | ✅ 3.11     |
| 1.2.2.x           | ✅ 1.2.2.x           | ❌           | ✅ 0.10.38  | ❌       | ✅ 3.11     |
| 1.2.3.x           | ✅ 1.2.3.x           | ❌           | ✅ 0.10.38  | ❌       | ✅ 3.11     |
| 1.2.4.x           | ✅ 1.2.4.1           | ✅ 1.2.4.0   | ✅ 0.10.40  | ❌       | ✅ 3.11     |
| 1.2.5.x           | ✅ 1.2.4.1 - 1.2.5.x | ✅ 1.2.4.0   | ✅ 0.10.41  | ✅ 1.2.5 | ✅ 3.11     |
| 1.2.6.x           | ✅ 1.2.6.x           | ✅ 1.2.6.0   | ✅ 0.10.43  | ✅ 1.2.5 | ✅ 3.11     |


---

# 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://doc.omflow.com.tw/ri-ben-yu/id-1/1-05-1.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.
