Skip to content

1.7.3 - DynamoDB-Onetable integration

Compare
Choose a tag to compare
@RafalWilinski RafalWilinski released this 27 Oct 07:23
· 15 commits to master since this release
e98fbb3

🚤 Performance

  • Improves performance of the single-table designer. With heavy models, it is up to 80% faster now!

 ✨ Features

  • dynamodb-onetable integration. Now you can export onetable models straight from single-table designer (#42)
  • In the single-table designer, items are now grouped into sorted partitions automatically (#87)

🐞 Bugfixes

  • Fixes problem with editing boolean values in single-table designer (#86)
  • Fixes problem with persisting "Follow OS Setting" when it comes to Dark/Light mode (#89)
  • Fixes problem with removing rows in single-table-designer when they are using templated strings (#94)
  • Fixes problem with JSON modals (Edit other attributes & Edit Map), they are no longer showing syntax errors (#85)
  • Template values are now correctly recognized in the imported model, they are also exported correctly (#70)
  • Fixes problem with exported single-table designer's model types not being lowercased (#75)
  • Fixes problem with displaying modals in the single-table designer

🧹 Minor

  • Increased timeout for all DynamoDB operations to 3 seconds
  • Single-table designer's models view now respects currently hidden columns (#80)
  • Single-table designer's query mode displays feedback if the query yields zero results (#88)