Releases: Dynobase/dynobase
Releases · Dynobase/dynobase
1.7.0-beta.1 - Single-table designer
Single-table designer - inspired by Rick Houlihan's data modeler
Single-table designer allows you to create DynamoDB data models in an intuitive, pleasant, and effective way. Single-table designer allows to:
- Define table structure, GSIs, attributes, their types, and items
- Define query access patterns and validate the results
- Import previously created models in NoSQL workbench or Rick's modeling tool
- Export model definitions compatible with NoSQL Workbench as well as CloudFormation table definition
- Seed the table data with faker-generated random attributes
- Visualize the data using classical table view or key + other attributes viewable as a blob
- Group the data by the models and quickly add models of a certain the to the dataset
1.6.3 - Explicit AWS Profiles Selection
- Changed behavior of how AWS profiles get selected - instead of implicitly loading all of them, the user is prompted to select them at the first load. The user has also the ability to change it in the Settings
- Fixed issues with Offline Settings overriding the rest of the settings
- Improved debugability by enriching logs
1.6.2 - Empty Values Behavior
- Added ability to opt-out of
convertEmptyValues: true
behavior - when enabled, empty sets and strings will be saved as it is without conversion tonull
- Added subtle highlight when selecting tables
- Makes the attribute value input field 2x wider
- Renames "Field Name" and "Field Value" to "Attribute Name" and "Attribute Value"
- Fixes bug with opening multiple AWS consoles when multiple Dynobase tabs are open
- Fixes random Importer issues with null/falsy/undefined values
- Lowered timeout waiting for local DynamoDB instance to 2 seconds from 4 seconds
1.6.0 - Adding Profiles, Excluded Profiles, Faster Loading
- Added ability to add profiles via Dynobase UI
- Added tip on the loading screen if it's taking long with link to an article how to speed it up
- Added ability to exclude profiles, both from Settings and using
dynobase_skip=true
directive in config/settings files
1.5.1 - Proxy Settings
- Fixed problem with accessing settings while SSO profiles were loading
- Added ability to configure proxy server
- Improved speed of loading profiles
- Reduced amount of logs produced
1.5.0 - Operation Builder Preview
This release introduces a preview of Operation Builder - WYSIWYG interface for creating DynamoDB operations, starting with Update & Delete operations for Node.js.
Moreover:
- Improved "Zero profiles screen" by adding links to help you debug issues with SSO, AWS Profiles, or DynamoDB Local
- Fixes problem with streaming PartiQL results
- Fixes problem with bulk selecting rows behavior (Selecting two rows with CMD/CTRL and then a set with Shift)
- Fixes problem with trailing 0 displayed in the footer when using PartiQL querying engine
- Fixes problem with items' Context Menu picking incorrect column after scrolling horizontally
- Fixes problem with parsing floats/doubles after modifying the value using the inline editor
- Fixes problem with profile loader not respecting AWS STS region and fallback to us-east-1 instead of forcing it
- Fixes problem with querying/scanning on attributes with $ chars
1.5.0-beta.1
- Respect AWS STS region and fallback to
us-east-1
instead of forcing it - Fix querying/scanning on attributes with
$
chars
1.4.5 - Dark mode modals
- Fixes typo in Terminal example
- Fixes Modals rendering in dark mode
- Fixes macOS dmg signature
1.4.4
- Fixes problem with registering machines
1.4.3
- Fixes buggy resuming stream behavior (resume button disappears if resuming should not be possible, resuming works as intended)
- Fixes sorting columns with nullish values
- Fixes auto-updater
- Fixes terminal-generated scripts output
- Bumps electron and other dependencies to latest versions