Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Jul 21, 2022
1 parent 6db1a24 commit 3511a70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Smithy IntelliJ Plugin Changelog

## [1.5.5]
### Added
- Added support for an editor notification when a Smithy file is not located in a source root.
- Added support for resolving shape references which have been defined multiple times across dependencies (which will ultimately get merged during build time).
- Added support for treating document shape references (and any nested member/value shape references) as soft (which prevents it being highlighted as an error).

### Fixed
- Fixed NPE thrown when attempting to index Smithy files without a namespace (e.g. validation files with only a version + metadata).

## [1.5.4]
### Added
- Added support for incremental shape resolution (with file-based indexes to improve overall resolution performance).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
apply plugin: 'org.jetbrains.changelog'

group 'software.amazon.smithy'
version '1.5.4'
version '1.5.5'

repositories {
mavenCentral()
Expand Down

0 comments on commit 3511a70

Please sign in to comment.