Release notes
The latest Snaplet product updates from the Snaplet team.
v0.97.20 - 27 May 2024
Bugfixes 🐛
- Only consider unique indexes when introspecting SQLite databases
v0.97.19 - 21 May 2024
Bugfixes 🐛
- Compatibility with
vitest
-@snaplet/seed
was not import-able in vitest
v0.97.18 - 21 May 2024
Bugfixes 🐛
- Added compatibility for Vitess based MySQL databases (Planetscale)
v0.97.17 - 16 May 2024
New Features 🎉
- If you use a custom configuration path, for example:
prisma/seed/seed.config.ts
, you can save it to yourpackage.json
to avoid using the--config
option for each CLI command. You can read more in the Configuration Reference (opens in a new tab).
v0.97.16 - 16 May 2024
Bugfixes 🐛
- Bug where global connect and plan connect option weren't properly merged togethers
v0.97.15 - 14 May 2024
Bugfixes 🐛
- Fix an aliasing bug for child relationships on prisma projects
v0.97.13 - 13 May 2024
Improvements 🛠️
- The
sync
workflow skips the AI task when the data model has no changes
v0.97.12 - 9 May 2024
Improvements 🛠️
- In our
init
andsync
commands, we now show total progress for all Snaplet AI jobs (we previously were only able to show progress some kinds of Snaplet AI jobs). We can pick up when the jobs have started sooner and let you opt to skip waiting for all jobs rather than only some of them. This way you have a more complete picture of what has happened, and have more control from start to end.
v0.97.11 - 6 May 2024
Bugfix 🐛
- Correctly escape the configuration path on Windows when generating assets
v0.97.10 - 6 May 2024
Bugfixes 🐛
- For databases with no fields that can be used with Snaplet AI (e.g. if there were no text fields in the db, or if all the fields had non-composite unique constraints), users would be left waiting indefinitely for Snaplet AI to complete.
- Fixes to how we identify unique users in our analytics
Previous releases can be found here
Last updated on