Skip to content
OpenClaw 不踩坑恶意 Skills ,企业需 Skills Registry:Nacos 3.2 发布Know more

Compatibility And Deprecation

As Nacos evolves, some compatibility capabilities remain available to help users upgrade and migrate. They are not the recommended model for new usage. New integrations and new development should prefer the canonical capabilities described in the current documentation.

How to read status

StatusMeaningUser guidance
CanonicalThe currently recommended API, SDK, configuration, or resource model.Use it for new systems.
Compatibility-onlyRetained to avoid breaking existing users.Use only during migration. Do not expand reliance on it.
DeprecatedStill available, but may be removed later.Migrate to the replacement as soon as possible.
Pending removalDeprecated, with a known removal direction or condition.Make a migration plan. Do not use it for new rollouts.
ExperimentalNot promised as stable behavior yet.Validate in a small scope and accept possible incompatible changes.

Common compatibility entry points

ScenarioCurrent guidanceContinue reading
v1/v2 HTTP APIsMigrate to v3 OpenAPI or current SDKs. If a migration window is required, use the legacy adapter temporarily.Upgrading Manual, OpenAPI Overview
Compatibility switchesEnable them only during upgrade or migration windows. Disable them after the system becomes stable.System Configurations
Beta/Tag gray release compatibilityEnable compatibility and migration configuration during upgrade, then use the new gray model after stabilization.Upgrading Manual, System Configurations
Default namespace migrationPay attention to migration from empty namespace to public.Upgrading Manual, Java SDK Usage
Legacy consoleUse only for compatibility with existing habits. New deployments should use the new console.Console Manual
Deprecated Java SDK propertiesDo not use them in new systems.Java SDK Properties
Deprecated CLI commandsUse explicit lifecycle commands instead of shortcut publish commands.Nacos CLI User Guide
Experimental featuresUse only when you accept the change risk.Experimental Features Overview

What to confirm before using compatibility capabilities

  • Whether the capability is only for temporary upgrade or migration use.
  • Whether there is a replacement API, SDK, configuration, or resource model.
  • Whether it changes authentication, visibility, response shape, performance, or data consistency.
  • Whether it requires an extra plugin, adapter, or standalone component.
  • How to disable the compatibility switch or remove the compatibility component after migration.
  • Depending on old APIs or deprecated SDK methods in new business.
  • Treating compatibility fields as new resource semantics.
  • Keeping short-term compatibility switches enabled for a long time without migration.
  • Using Console API as a long-term stable automation interface.
  • Treating experimental features as stable production capabilities.