Skip to content

Releases: Dynobase/dynobase

0.7.4 - Improve logging of errors

09 Jun 19:46
aa0dca7
Compare
Choose a tag to compare
  • Fix problems with imports
  • Fix problems with displaying BigInts
  • Remove ScanIndexForward from Python generated queries

Add support for importing booleans and zoomIn/Out

28 May 12:21
aa0dca7
Compare
Choose a tag to compare
  • 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

26 May 09:06
aa0dca7
Compare
Choose a tag to compare
  • 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

17 May 10:56
aa0dca7
Compare
Choose a tag to compare
  • Added ability to query using LSIs
  • Added error notifications when a profile fails to load

0.7.0 - Terminal

13 May 14:28
aa0dca7
Compare
Choose a tag to compare

👩‍💻 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

11 May 16:27
aa0dca7
Compare
Choose a tag to compare
Pre-release

👩‍💻 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

04 May 12:17
aa0dca7
Compare
Choose a tag to compare
  • Fixed creating tables with GSIs (Missing Projection)
  • Added ability to add Tags when creating a table

0.6.0 - Creating Tables

02 May 17:41
aa0dca7
Compare
Choose a tag to compare
  • 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

21 Apr 19:00
e3f4d9f
Compare
Choose a tag to compare
  • Fixed error crashing application when editing item
  • Improved autoupdater experience allowing to check version manually

0.5.1 - Import Improvements

20 Apr 18:45
e3f4d9f
Compare
Choose a tag to compare
Pre-release
  • 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