Skip to content

v2.23.0

Compare
Choose a tag to compare
@rangav rangav released this 12 May 09:49
· 1 commit to master since this release
845f53e

New Features

  • New Database design to reduce merge conflicts #1507
  • The new DB design is currently opt-in only, Please test and let us know your feedback.
  • Update CLI to v1.15.1

New Database Design

Collection in UI

Screenshot 2024-05-11 at 19 50 55

Database Design v3 (Current)

  • One file per collection
Screenshot 2024-05-11 at 19 36 52

NEW Database Design v4

  • One file per request
Screenshot 2024-05-11 at 19 46 01

How to upgrade to v4

  • From command palette select -> Upgrade Database to v4
Screenshot 2024-05-11 at 19 47 44

Downgrade to v3

  • If you like downgrade back to v3 format, Please copy collection files from _db-backupv3 back to collections folder

Feedback

  • Please test and let us know your feedback here