Skip to content

Releases: Dynobase/dynobase

1.7.0-beta.1 - Single-table designer

23 Sep 08:45
ce0faad
Compare
Choose a tag to compare
Pre-release

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

18 Sep 09:37
8ca052f
Compare
Choose a tag to compare
  • 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

16 Sep 18:23
8ca052f
Compare
Choose a tag to compare
Pre-release
  • Added ability to opt-out of convertEmptyValues: true behavior - when enabled, empty sets and strings will be saved as it is without conversion to null
  • 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

14 Aug 09:24
d2a708d
Compare
Choose a tag to compare
  • 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

05 Aug 20:17
ee6835a
Compare
Choose a tag to compare
  • 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

28 Jul 13:20
ee6835a
Compare
Choose a tag to compare

This release introduces a preview of Operation Builder - WYSIWYG interface for creating DynamoDB operations, starting with Update & Delete operations for Node.js.

E6wn2XhWQAQD6FU

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

29 Jul 13:11
ee6835a
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release
  • 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

17 Jul 17:48
1a26aa1
Compare
Choose a tag to compare
  • Fixes typo in Terminal example
  • Fixes Modals rendering in dark mode
  • Fixes macOS dmg signature

1.4.4

23 Jun 08:14
1a26aa1
Compare
Choose a tag to compare
1.4.4 Pre-release
Pre-release
  • Fixes problem with registering machines

1.4.3

19 Jun 18:07
1a26aa1
Compare
Choose a tag to compare
1.4.3 Pre-release
Pre-release
  • 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