v0.27.0
github-actions
released this
29 Oct 03:58
·
311 commits
to refs/heads/main
since this release
v0.27.0
Upgrade Prisma, add data source URL option, fix SQLite relative paths, increase test coverage, minor fixes, improve docs
// new option!
client := db.NewClient(
db.WithDatasourceURL("postgresql://localhost:5432/mydb?schema=public"),
)
Major changes
- chore(prisma): upgrade prisma to v5.5.0 (#1054) @steebchen
- feat(generator): sanitize connection URL for sqlite relative dirs (#1059) @steebchen
- fix(cli): override init command to use go provider (#1055) @steebchen
- feat(client): add data source URL option override (#1060) @steebchen
- docs(quickstart): add cloneable repo demo (#1056) @steebchen
Changes
- test(postgres/raw): test for enums and db types (#1051) @steebchen
- chore(prisma): upgrade prisma to v5.5.2 (#1065) @steebchen
- docs(client): add client ref docs with options (#1062) @steebchen
- test(errors): add notfound errors test package (#1068) @steebchen
Contributors
Full Changelog: v0.26.0...v0.27.0