# Platformatic v0.12.0 - Happy Holidays!


Hey Folks,

Platformatic v0.12.0 is out! This releases includes:
* multiple improvements on the `npm create platformatic` command, [#496](https://github.com/platformatic/platformatic/pull/496), [#497](ttps://github.com/platformatic/platformatic/pull/497), [#498](ttps://github.com/platformatic/platformatic/pull/498), and  [#500](ttps://github.com/platformatic/platformatic/pull/500)
* support for using SQL transactions with db-authorization  [#494](https://github.com/platformatic/platformatic/pull/494).
* docs improvements [#463](https://github.com/platformatic/platformatic/pull/463), [#511](https://github.com/platformatic/platformatic/pull/511), [#520](https://github.com/platformatic/platformatic/pull/520)
* reduce Prometheus logs to trace level [#525](https://github.com/platformatic/platformatic/pull/525)
* CLI improvements [#472](https://github.com/platformatic/platformatic/pull/472) [#533](https://github.com/platformatic/platformatic/pull/533)
* adds a typescript.build option [#540](https://github.com/platformatic/platformatic/pull/540) 

This release also improves the support of Platformatic DB to complex SQL schemas

* Add support for generated columns [#502](https://github.com/platformatic/platformatic/pull/502)
* Map numeric to number instead of integer  [#509](https://github.com/platformatic/platformatic/pull/509)
* fix(graphql): Enum value with special chars by  [#516](https://github.com/platformatic/platformatic/pull/516)
* fix(graphql): Name not start with letter or underscore [#515](https://github.com/platformatic/platformatic/pull/515)
* feat(graphql): Enhance error handling enum type [#508](https://github.com/platformatic/platformatic/pull/508)
* Fix for the relationships for tables in different schemas [#521](https://github.com/platformatic/platformatic/pull/521)
* Pick a unique key as primary key if no primary is specified  [#499](https://github.com/platformatic/platformatic/pull/499)
* Handle duplicated enum names [#528](https://github.com/platformatic/platformatic/pull/528)

You can find all the release notes at: https://github.com/platformatic/platformatic/releases/tag/v0.12.0


