Skip to content

Releases: Dynobase/dynobase

1.4.2 - SSO Improvements

08 May 12:11
1a26aa1
Compare
Choose a tag to compare
  • 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

23 Apr 21:05
1a26aa1
Compare
Choose a tag to compare

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:

icons

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 on Filter tables...

1.3.5

29 Mar 07:22
aa0dca7
Compare
Choose a tag to compare
  • Added ability to reload profiles
  • Fixed MFA support
  • Fixed access to options when no profiles are loaded

1.3.4 - Custom Certificate Bundle

28 Feb 18:38
aa0dca7
Compare
Choose a tag to compare

1.3.3 - SSO credentials caching

15 Feb 17:12
aa0dca7
Compare
Choose a tag to compare
  • Adds CSV extension support when exporting the whole table
  • Fixes SSO session caching

1.3.2 - UX Fixes

02 Feb 16:07
aa0dca7
Compare
Choose a tag to compare
  • 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

26 Jan 17:58
aa0dca7
Compare
Choose a tag to compare

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

10 Jan 10:08
aa0dca7
Compare
Choose a tag to compare

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

28 Nov 13:55
aa0dca7
Compare
Choose a tag to compare

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

14 Nov 20:43
aa0dca7
Compare
Choose a tag to compare
  • 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