Skip to content

Commit 63de722

Browse files
authored
Update CHANGELOG.md
1 parent 84ca57d commit 63de722

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
Change Log
22
----------
3+
4+
## [2022.3.1]
5+
### Fixed
6+
- [\#18](https://github.com/AntonShuvaev/intellij-dynamodb/issues/18) Fixed error when creating item with unicode symbol
7+
8+
### Added
9+
- Added operations DescribeImport, ListImports, ImportTable
10+
- Added ability to choose custom color for connection
11+
- Added aws regions me-central-1, eu-central-2
12+
- Added help action group
13+
14+
### Changed
15+
- Updated DynamoDB documentation
16+
317
## 2022.3.0
418
### Fixed
519
- [\#17](https://github.com/AntonShuvaev/intellij-dynamodb/issues/17) DynamoDB language injection doesn't handle ? parameter placements
620
- Table row numbers are incorrect when switch between different requests
721
- NullPointerException when applying "Wrap with double quotes" quick fix
822
- TraceableDisposable$DisposalException might be thrown in some cases
23+
924
### Added
1025
- Show consumed capacity in the result table
1126
- Show in history search only matching requests
@@ -22,23 +37,26 @@ Change Log
2237
## 2022.2.1
2338
### Added
2439
- [\#13](https://github.com/AntonShuvaev/intellij-dynamodb/issues/13) Added ability to specify .aws/config file along with .aws/credentials file
40+
2541
### Fixed
2642
- NullPointerException might occur in import dialog
2743

2844
## 2022.2.0
2945
### Added
3046
- Show list of consoles in the explorer
3147
- Compatibility with IntelliJ Platform 2022.2
48+
3249
### Changed
3350
- [\#9](https://github.com/AntonShuvaev/intellij-dynamodb/issues/9) Favorites moved to the explorer
51+
3452
### Fixed
3553
- [\#10](https://github.com/AntonShuvaev/intellij-dynamodb/issues/10) Filter resets every time I run a query
3654

37-
3855
## 2022.1.9
3956
### Fixed
4057
- com.intellij.diagnostic.PluginException might occur
4158
- Field name mapping in export does not work correctly
59+
4260
### Added
4361
- Ability to send error reports to the developer
4462

@@ -58,7 +76,6 @@ Change Log
5876
- The error might occur when not default theme is used
5977

6078
## 2022.1.5
61-
6279
### Fixed
6380
- Fixed memory leak
6481

@@ -68,6 +85,7 @@ Change Log
6885
- Cache fields from previous requests to use them in autocompletion
6986
- Show backups in the explorer tree
7087
- \#2 AWS SSO Support (Requires sso login with AWS CLI)
88+
7189
### Fixed
7290
- \#1 only shows the first 50 tables
7391
- Export to Dump file might generate incorrect Create table request
@@ -77,14 +95,17 @@ Change Log
7795
- Gzipping export files
7896
- Import from CSV, JSON, DynamoDB JSON and Dump files (or gzipped files)
7997
- Copying tables
98+
8099
### Changed
81100
- Favorite requests moved to Bookmarks tool window
101+
82102
### Fixed
83103
- Fixed exporting all items
84104

85105
## 2022.1.2
86106
### Fixed
87107
- Tables may not be refreshed in database explorer tree
108+
88109
### Added
89110
- Adding, editing and deleting rows in tables
90111
- Multilevel table header
@@ -100,4 +121,4 @@ Change Log
100121
- Create, Update or Delete items
101122
- Export items to CSV, JSON, DynamoDB JSON
102123
- Requests history
103-
- Saving favorite requests
124+
- Saving favorite requests

0 commit comments

Comments
 (0)