Skip to content

0.19.0 - environment-specific .env files, new dialect names.

Latest

Choose a tag to compare

@igalklebanov igalklebanov released this 06 Sep 16:36
· 26 commits to main since this release

Hey 👋

This release introduces .env.${args.environment} loading support.
When using the --environment/-e argument, both your environment-specific configuration AND your environment-specific secrets overrides will be loaded. Thanks @vladshcherbin!

It also fixes a regression that caused .env files to not be loaded when your config file is in a .config folder.

Also, '@neondatabase/serverless', '@prisma/ppg' and 'bun' were added as dialect names and the matching kysely dialect packages were added as optional peer dependencies.

Full Changelog: v0.18.0...v0.19.0