# Cardano Node 1.27.0

[Cardano Node 1.27.0](https://github.com/input-output-hk/cardano-node/releases/tag/1.27.0) は新しい機能を提供します。\
1.26.2でのFixも含まれています。\
Alonzoで必要なPlutusのスクリプトなど今後のリリースに必要な様々な更新が含まれます。\
Voltaireの準備を含みます。\
APIやCLIコマンドに変更があります。\
GHC version 8.6.5でのコンパイルはサポートから外れます。

### Node changes

* Add an additional GC heap metric to RTS. ([#2592](https://github.com/input-output-hk/cardano-node/pull/2592)) \
  新しいメトリックの追加（Total amount of memory in use by the RTS の拡張）
* Add details about registering relays on-chain to SPO documentation. ([#2591](https://github.com/input-output-hk/cardano-node/pull/2591))\
  SPOのドキュメントへリレーノード登録に関して追加しました。
* Improved installation documentation. ([#2624](https://github.com/input-output-hk/cardano-node/pull/2624))\
  インストールドキュメントの改善をしました。
* Add a docker image option for downloading cardano-node. ([#2632](https://github.com/input-output-hk/cardano-node/pull/2632))\
  cardeno-nodeのダウンロードとして、Dockerイメージオプションの追加をしました。

### Ledger changes

* Some work to reduce the extra CPU load at an epoch boundary, and reduce the resulting "pause" in normal operation. ([#2240](https://github.com/input-output-hk/cardano-ledger-specs/pull/2240)), ([#2241](https://github.com/input-output-hk/cardano-ledger-specs/pull/2241)), ([#2250](https://github.com/input-output-hk/cardano-ledger-specs/pull/2250)), ([#2262](https://github.com/input-output-hk/cardano-ledger-specs/pull/2262))\
  エポック境界でのCPU負荷を減らすための更新と、通常オペレーションでの”停止”の軽減をしました。

### Network changes

* Introduce new representation for local root peers. This is in preparation for P2P support. ([#3006](https://github.com/input-output-hk/ouroboros-network/pull/3006))\
  P2Pガバナーサポートの準備をしました。
* Add a new KeepAlive codec that produces a valid CBOR encoding. ([#3062](https://github.com/input-output-hk/ouroboros-network/pull/3062))\
  有効なCBORエンコーディングを生成する新しいKeepAliveコーデックの追加をしました。

### Cardano-cli changes

* The query tip now also returns the era (e.g. Shelley, Allegra, Alonzo). ([#2561](https://github.com/input-output-hk/cardano-node/pull/2561), [#2562](https://github.com/input-output-hk/cardano-node/pull/2562), [#2598](https://github.com/input-output-hk/cardano-node/pull/2598))\
  `query tip` コマンドでera（〜期）も出力するようになりました。
* Add two new query commands:\
  新しいqueryコマンドを2つ追加しました。
  * Query stake-snapshot allows querying the three stake snapshots for a given stake pool.\
    stake-snapshotへのクエリで、特定のステークプールに対して、ステークのスナップショット3つを問い合わせられます。
  * Query pool-params returns the current and future parameters, as well as the retiring information. ([#2560](https://github.com/input-output-hk/cardano-node/pull/2560))\
    pool-params へのクエリは現在と未来のパラメータや引退の情報を返します。

<br>

<br>

<br>


---

# 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://sugar-stake-pool.gitbook.io/cardano-kb/cardano-node-operation/cardano-node/cardano-node-1.27.0.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.
