From 5863b1ee0fec628d3c927bd9967bd8141360db0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Da=C5=9Fc=C4=B1?= Date: Sun, 18 Jan 2026 03:02:27 +0300 Subject: [PATCH] docs: update supported formats list for v1.20 changes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f48ebb790..4f2026ebf 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,11 @@ Viper requires minimal configuration to load config files. Viper currently suppo * JSON * TOML * YAML -* INI * envfile -* Java Propeties + +> **Note:** Since v1.20, INI, HCL and Java Properties formats are no longer included in core Viper. +> You can still use them by importing from [github.com/go-viper/encoding](https://github.com/go-viper/encoding). +> See the [upgrade guide](UPGRADE.md#breaking-hcl-java-properties-ini-removed-from-core) for details. A single Viper instance only supports a single configuration file, but multiple paths may be searched for one.