Hey Folks,
Platformatic v0.12.0 is out! This releases includes:
- multiple improvements on the
npm create platformatic
command, #496, #497, #498, and #500 - support for using SQL transactions with db-authorization #494.
- docs improvements #463, #511, #520
- reduce Prometheus logs to trace level #525
- CLI improvements #472 #533
- adds a typescript.build option #540
This release also improves the support of Platformatic DB to complex SQL schemas
- Add support for generated columns #502
- Map numeric to number instead of integer #509
- fix(graphql): Enum value with special chars by #516
- fix(graphql): Name not start with letter or underscore #515
- feat(graphql): Enhance error handling enum type #508
- Fix for the relationships for tables in different schemas #521
- Pick a unique key as primary key if no primary is specified #499
- Handle duplicated enum names #528
You can find all the release notes at: github.com/platformatic/platformatic/releas..