Skip to content

Latest commit

 

History

History
151 lines (113 loc) · 5.39 KB

File metadata and controls

151 lines (113 loc) · 5.39 KB

Changelog

All notable changes to the EasyAPI plugin will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.6] - 2026-04-19

Added

  • add variable resolution support in ApiDashboard (#684)
  • handle properties.prefix rule in FieldsToPropertiesAction (#682)
  • enhance script PSI context with class introspection methods and fix Swing dispatcher modality (#676)
  • remember export dialog options for better UX (#674)
  • add concurrent API scanning option for better performance (#673)
  • add rule-based configuration support with cache invalidation (#672)

Improved

  • chore: remove unused module rule (RuleKeys.MODULE, resolveModule, module.config) (#681)
  • chore: remove unused MarkdownRender and related code (#680)
  • test: add missing unit tests and fix test failures (#679)
  • test: improve test coverage across multiple packages (#678)
  • perf: optimize rule engine with Flow-based lazy evaluation (#677)
  • perf: optimize exporter selection with framework availability caching (#675)

[3.0.5] - 2026-04-15

Added

  • support URL paste in API Search Everywhere with path variable matching (#659)

Fixed

  • Postman workspace and collections stuck on loading in modal dialog (#662)
  • add missing same-package imports in test resources (#661)
  • resolve JacksonConfigIntegrationTest failures for @JsonUnwrapped and @JsonView (#660)
  • implement proper enum.use.custom resolution with unified enum handling (#656)
  • ensure fieldContext is always available for field rule evaluation (#655)
  • inject fieldContext correctly into Groovy rule engine scripts (#653)
  • resolve EDT threading violations in API dashboard navigation (#652)

Changed

  • refactor(ExtensionConfigRegistry): update list of known extensions

Improved

  • chore: remove YApi-specific features and deprecated configurations (#663)
  • chore: cleanup unused test resource files (#658)
  • amend: remove Recommend settings from plugin configuration (#657)
  • amend: simplify SettingBinder and RuleEngine APIs (#654)

[3.0.4] - 2026-04-13

Added

  • add API endpoint selection panel to ExportDialog (#644)
  • add PsiType-aware rule evaluation for json.rule.convert (#643)
  • replace recommend config system with extension-based system (#642)
  • add ConfigSyncService with coroutine-based debounce for config reload (#640)
  • add on-demand Swagger config loading and API lifecycle events (#639)

Fixed

  • resolve generic types in API method params (#1302) (#649)
  • export multipart and file-like params as FILE type (#648)
  • NegationParser should return null for null input (#647)
  • respect ExportDialog output path and handle user cancellation properly (#645)
  • resolve IDE freeze on startup (issue #1299) and improve script engine management (#638)
  • prevent OOM from circular ObjectModel references in markdown formatter (#637)
  • resolve export silent failure and threading issues (#636)

Changed

  • refactor event system and remove deprecated ActionContext (#650)

Improved

  • perf: use fine-grained ReadAction scoping in API exporters (#646)
  • chore: remove unused SPI infrastructure and MethodFilter (#641)
  • chore: remove redundant documentation

[3.0.3] - 2026-04-08

Fixed

  • support inherited method annotations and dashboard navigation (#634)
  • support inherited API mappings and correct Feign metadata access (#633)

[3.0.2] - 2026-04-06

Added

  • add gRPC support (#629)
  • support file-type form params in API dashboard (#628)

Fixed

  • correct version extraction in release workflow
  • catch CancellationException in ReadActionDispatcher to prevent unhandled coroutine exception (#627)

Improved

  • amend: improve HTTP client export and add format filtering (#630)

[3.0.1] - 2026-04-02

Added

  • add toString() methods to ScriptPsi contexts (#622)

Fixed

  • expire setting binder cache after timeout (#625)
  • improve API scan performance and add auto-scan toggle (#624)
  • inherited controller export — superMethod perf, generic param scoping, resolver early-exit (#623)

[3.0.0] - TBD

Added

  • Complete rewrite with modern Kotlin architecture
  • Kotlin coroutines for all async operations
  • Structured concurrency with custom IdeDispatchers
  • Type-safe API models using sealed classes
  • Hybrid dependency injection (IntelliJ services + OperationScope)
  • Improved PSI threading with self-contained read/write actions
  • Enhanced type resolution system with generic context support
  • Modern event bus implementation using Kotlin Flow

Changed

  • Migrated from Java/Guice to Kotlin/coroutines
  • Replaced ThreadPool with CoroutineScope
  • Updated minimum IDE version to 2023.1.3
  • Updated minimum JDK version to 17
  • Kotlin version updated to 2.1.0

Improved

  • Better error handling with Result types
  • More maintainable code structure
  • Improved performance with structured concurrency
  • Enhanced language adapter system (Java, Kotlin, Scala, Groovy)

Migration Notes

  • This is a major version with breaking changes in internal APIs
  • Plugin ID remains the same for seamless user migration
  • All user-facing features from v2.x are preserved
  • Configuration and settings are compatible with previous versions

[2.8.4] - Previous Release

For changes in version 2.x and earlier, please refer to the easy-api repository.