1
1
Change Log
2
2
----------
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
+
3
17
## 2022.3.0
4
18
### Fixed
5
19
- [ \# 17] ( https://github.com/AntonShuvaev/intellij-dynamodb/issues/17 ) DynamoDB language injection doesn't handle ? parameter placements
6
20
- Table row numbers are incorrect when switch between different requests
7
21
- NullPointerException when applying "Wrap with double quotes" quick fix
8
22
- TraceableDisposable$DisposalException might be thrown in some cases
23
+
9
24
### Added
10
25
- Show consumed capacity in the result table
11
26
- Show in history search only matching requests
@@ -22,23 +37,26 @@ Change Log
22
37
## 2022.2.1
23
38
### Added
24
39
- [ \# 13] ( https://github.com/AntonShuvaev/intellij-dynamodb/issues/13 ) Added ability to specify .aws/config file along with .aws/credentials file
40
+
25
41
### Fixed
26
42
- NullPointerException might occur in import dialog
27
43
28
44
## 2022.2.0
29
45
### Added
30
46
- Show list of consoles in the explorer
31
47
- Compatibility with IntelliJ Platform 2022.2
48
+
32
49
### Changed
33
50
- [ \# 9] ( https://github.com/AntonShuvaev/intellij-dynamodb/issues/9 ) Favorites moved to the explorer
51
+
34
52
### Fixed
35
53
- [ \# 10] ( https://github.com/AntonShuvaev/intellij-dynamodb/issues/10 ) Filter resets every time I run a query
36
54
37
-
38
55
## 2022.1.9
39
56
### Fixed
40
57
- com.intellij.diagnostic.PluginException might occur
41
58
- Field name mapping in export does not work correctly
59
+
42
60
### Added
43
61
- Ability to send error reports to the developer
44
62
@@ -58,7 +76,6 @@ Change Log
58
76
- The error might occur when not default theme is used
59
77
60
78
## 2022.1.5
61
-
62
79
### Fixed
63
80
- Fixed memory leak
64
81
@@ -68,6 +85,7 @@ Change Log
68
85
- Cache fields from previous requests to use them in autocompletion
69
86
- Show backups in the explorer tree
70
87
- \# 2 AWS SSO Support (Requires sso login with AWS CLI)
88
+
71
89
### Fixed
72
90
- \# 1 only shows the first 50 tables
73
91
- Export to Dump file might generate incorrect Create table request
@@ -77,14 +95,17 @@ Change Log
77
95
- Gzipping export files
78
96
- Import from CSV, JSON, DynamoDB JSON and Dump files (or gzipped files)
79
97
- Copying tables
98
+
80
99
### Changed
81
100
- Favorite requests moved to Bookmarks tool window
101
+
82
102
### Fixed
83
103
- Fixed exporting all items
84
104
85
105
## 2022.1.2
86
106
### Fixed
87
107
- Tables may not be refreshed in database explorer tree
108
+
88
109
### Added
89
110
- Adding, editing and deleting rows in tables
90
111
- Multilevel table header
@@ -100,4 +121,4 @@ Change Log
100
121
- Create, Update or Delete items
101
122
- Export items to CSV, JSON, DynamoDB JSON
102
123
- Requests history
103
- - Saving favorite requests
124
+ - Saving favorite requests
0 commit comments