Releases: Dynobase/dynobase
Releases · Dynobase/dynobase
0.7.4 - Improve logging of errors
- Fix problems with imports
- Fix problems with displaying BigInts
- Remove
ScanIndexForward
from Python generated queries
Add support for importing booleans and zoomIn/Out
- Added support for
boolean
type casts when importing data using Dynobase - Added ability to Zoom In and Out the renderer window
0.7.2 - AWS SSO and Credential Process support
- Added ability to use AWS SSO profiles (configured using
aws sso configure
) - Added support for AWS profiles using
credential_process
(e.g. https://github.com/99designs/aws-vault -credential_process=aws-vault exec -j <PROFILE_NAME>
) - Added support for querying
NULL
values - Added "as" word between attribute value and possible value casts
- Changed profile selection dropdown to be wider
0.7.1 - Support for LSIs
- Added ability to query using LSIs
- Added error notifications when a profile fails to load
0.7.0 - Terminal
👩💻 This release brings you the Terminal. It allows you to blend visibility of GUI and expressiveness of the Javascript code.
Map, filter, reduce, mutate or even connect to external APIs with DynamoDB data.
Example use cases:
- Use more sophisticated filtering capabilities like RegExp based filtering
- Returning results filtered based on external API results
- Writing migration scripts or mutating the data
0.7.0-alpha.1 - Terminal / REPL
👩💻 This release brings you the Terminal. It allows you to blend visibility of GUI and expressiveness of the Javascript code.
Map, filter, reduce, mutate or even connect to external APIs with DynamoDB data.
Example use cases:
- Use more sophisticated filtering capabilities like RegExp based filtering
- Returning results filtered based on external API results
- Writing migration scripts or mutating the data
0.6.1 - Fix creating tables with GSIs
- Fixed creating tables with GSIs (Missing
Projection
) - Added ability to add Tags when creating a table
0.6.0 - Creating Tables
- Added ability to create tables from UI
- Fixed deleting 2nd and following table (modal state gets reset)
- Bumped electron version to 8.2.4
0.5.2 - Fix bug with editing
- Fixed error crashing application when editing item
- Improved autoupdater experience allowing to check version manually
0.5.1 - Import Improvements
- Improved import pipeline to stream based allowing to open files larger than 50MB and processing them in a stream-based manner
- Added ability to close modals with Escape key
- Added CMD/CTRL+W shortcut to close currently opened tab
- Added Item size calculator to the Edit/Add Record modal
- Fixed bug with Space key stopping queries across all the tabs