Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to the EasyAPI plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.1] - 2026-07-14

### Added
- feat(ai): enrich PSI perception tools with name resolution, type FQNs, and method bodies
- feat(ai): add loop-safety and chat-retry to rule authoring agent
- feat(ai): namespace per-app env vars across exporters and agent (#1417)
- add Hoppscotch export channel as beta feature (#1416)
- feat(ai): teach rule agent cross-endpoint workflow patterns
- feat(curl): add variable rendering, output options, pre-scripts, and reusable cURL builder

### Fixed
- inherit mapping annotations from bounded-generic interfaces (#1343) (#1415)

### Improved
- chore: drop spec references from build comment and YapiSettings KDoc
- docs(readme): sync Architecture section with v3.0 channel EP and add YAML field conversion (#1414)

---

## [3.2.0] - 2026-07-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.itangcent"
version = "3.2.0.252.0"
version = "3.2.1.252.0"

changelog {
val v = project.version.toString()
Expand Down
Loading