Releases: Dynobase/dynobase
Releases · Dynobase/dynobase
1.4.2 - SSO Improvements
- Fixes duplicate "Profiles loaded" notification
- Fixes case when the user is using only SSO profiles
- Adds cron-based credentials refresh mechanism for SSO sessions
- SSO profiles are no longer immediately authenticated when selected
- Authentication of SSO profiles is now cancellable, fixed ability to switch profiles in errored/loading state
1.4.0 - Commander and Apple Silicon (M1) Support
This release includes Commander - A Spotlight/Alfred like experience for searching tables and interacting with DynamoDB without mouse. Simply press CMD/CTRL + P and type what you want to do - Commander will try to help you:
Moreover:
- Added native support for Apple Silicon - the new ARM-based M1 CPUs
- Added support for Binary type during importing the data
- Fixed problem with adding unknown
ScanIndexForward
property in Python exported queries - Rebound history shortcut key to
CMD/CTRL + Y
- Added
CMD/CTRL + F
shortcut to focus onFilter tables...
1.3.5
- Added ability to reload profiles
- Fixed MFA support
- Fixed access to options when no profiles are loaded
1.3.4 - Custom Certificate Bundle
- Added ability to specify a custom certificate for AWS-SDK interaction (https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/node-registering-certs.html)
- Added Machine UID and Hostname to trial over the screen
- Fixed displaying settings while the trial is over
- When trying to export a CSV with no records selected, a notification is shown
- Moved auto-updater mechanism to native
- Added
.snap
binary - Bumped AWS SDK to 2.853.0
- Bumped Electron to 11.3.0
1.3.3 - SSO credentials caching
- Adds CSV extension support when exporting the whole table
- Fixes SSO session caching
1.3.2 - UX Fixes
- Fixes problem with selecting multiple rows with Shift and/or Ctrl/Cmd pressed, especially when selecting first row
- Fixes problem with filtering columns; displays hash/partition key always first
- Fixes query/scan being executed when confirming autosuggestion from attribute names list
- Fixes "Clear Filters" removing all filter expressions - now it clears all but one empty expression
1.3.1 - SSO Fixes
Due to the update of Electron, SSO stopped working. This release fixes this regression and fixes the problem with switching between SSO profiles. Moreover, Importer errors are now also surfaced to the end-user.
1.3.0 - Query Patterns
This release brings one key feature - Query Patterns. An ability to quickly select available indexes from the dropdown and prefill filtering expressions based on the selection.
- Speeds up performance by adding V8 Compilation cache
- Adds HTTP(s) connection reusing, boosts subsequent DynamoDB operations
- Adds ability to clear filters with one button
- Bumps Electron version to 11.1.1
- Fixes excluded regions not working properly
- Fixes general settings are now saved on each change without clicking "Save"
- Fixes a regression where default profile wasn't respected
- Fixes scanned count on the footer is now accumulated properly if scan results yield 0 items matching criteria
- Fixes spelling - Import as -> Import from
- Fixes spelling Search for a table -> Filter tables
1.2.0 - PartiQL support and terminal enhancements
This release brings you PartiQL support - an SQL-like language for querying and manipulating the DynamoDB data.
Moreover:
- Fixed terminal behavior
- Improved terminal behavior
1.1.0
- Added support for Cape Town (af-south-1), Milan (eu-south-1), Bahrain (me-south-1), and Hong Kong (ap-east-1) regions
- Added support for native „Export to S3”
- Fixed bug with importing floats to DDB
- Lowered temporary credentials refresh interval to half an hour
- Various UI and performance improvements