Skip to content

Commit 84ca57d

Browse files
committed
Add changelog
1 parent fc6a3bb commit 84ca57d

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed

CHANGELOG.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
Change Log
2+
----------
3+
## 2022.3.0
4+
### Fixed
5+
- [\#17](https://github.com/AntonShuvaev/intellij-dynamodb/issues/17) DynamoDB language injection doesn't handle ? parameter placements
6+
- Table row numbers are incorrect when switch between different requests
7+
- NullPointerException when applying "Wrap with double quotes" quick fix
8+
- TraceableDisposable$DisposalException might be thrown in some cases
9+
### Added
10+
- Show consumed capacity in the result table
11+
- Show in history search only matching requests
12+
- Support for 2022.3
13+
14+
## 2022.2.3
15+
### Fixed
16+
- "IllegalArgumentException: Illegal base64 character" might occur in some cases
17+
18+
## 2022.2.2
19+
### Fixed
20+
- "IllegalArgumentException: Illegal base64 character" might occur on Windows and cause the loss of state
21+
22+
## 2022.2.1
23+
### Added
24+
- [\#13](https://github.com/AntonShuvaev/intellij-dynamodb/issues/13) Added ability to specify .aws/config file along with .aws/credentials file
25+
### Fixed
26+
- NullPointerException might occur in import dialog
27+
28+
## 2022.2.0
29+
### Added
30+
- Show list of consoles in the explorer
31+
- Compatibility with IntelliJ Platform 2022.2
32+
### Changed
33+
- [\#9](https://github.com/AntonShuvaev/intellij-dynamodb/issues/9) Favorites moved to the explorer
34+
### Fixed
35+
- [\#10](https://github.com/AntonShuvaev/intellij-dynamodb/issues/10) Filter resets every time I run a query
36+
37+
38+
## 2022.1.9
39+
### Fixed
40+
- com.intellij.diagnostic.PluginException might occur
41+
- Field name mapping in export does not work correctly
42+
### Added
43+
- Ability to send error reports to the developer
44+
45+
## 2022.1.8
46+
### Fixed
47+
- java.lang.ExceptionInInitializerError might occur
48+
- When editing item message about key changed might appear incorrectly
49+
50+
## 2022.1.7
51+
### Added
52+
- Filter tables by name pattern and tags
53+
- Editing Favorites from editor
54+
55+
## 2022.1.6
56+
### Fixed
57+
- \#3 Query for attributes containing '-' fails
58+
- The error might occur when not default theme is used
59+
60+
## 2022.1.5
61+
62+
### Fixed
63+
- Fixed memory leak
64+
65+
## 2022.1.4
66+
### Added
67+
- Support PartiQL queries with autocompletion
68+
- Cache fields from previous requests to use them in autocompletion
69+
- Show backups in the explorer tree
70+
- \#2 AWS SSO Support (Requires sso login with AWS CLI)
71+
### Fixed
72+
- \#1 only shows the first 50 tables
73+
- Export to Dump file might generate incorrect Create table request
74+
75+
## 2022.1.3
76+
### Added
77+
- Gzipping export files
78+
- Import from CSV, JSON, DynamoDB JSON and Dump files (or gzipped files)
79+
- Copying tables
80+
### Changed
81+
- Favorite requests moved to Bookmarks tool window
82+
### Fixed
83+
- Fixed exporting all items
84+
85+
## 2022.1.2
86+
### Fixed
87+
- Tables may not be refreshed in database explorer tree
88+
### Added
89+
- Adding, editing and deleting rows in tables
90+
- Multilevel table header
91+
92+
## 2022.1.0
93+
### Added
94+
- Connect to local or cloud DynamoDB
95+
- Browse data in Table, JSON ot DynamoDB JSON view, with paginating and filtering fields
96+
- Autocompletion for API operations
97+
- Documentation for API operations
98+
- Easily scan or query your data with simple expression DSL
99+
- Keep your favorite requests in project or scratch files
100+
- Create, Update or Delete items
101+
- Export items to CSV, JSON, DynamoDB JSON
102+
- Requests history
103+
- Saving favorite requests

0 commit comments

Comments
 (0)