> For the complete documentation index, see [llms.txt](https://docs.snowddl.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snowddl.com/breaking-changes-log/0.41.0-january-2025.md).

# 0.41.0 - January 2025

Some automatically created roles were renamed in SnowDDL code and documentation to avoid naming collisions with native Snowflake object type `DATABASE ROLE`.

* `DatabaseRole` ⇒ `DatabaseAccessRole`
* `SchemaRole` ⇒ `SchemaAccessRole`
* `ShareRole` ⇒ `ShareAccessRole`
* `WarehouseRole` ⇒ `WarehouseAccessRole`

It does not affect config or business logic. Everything remains the same, except Python file names, class names and role suffix variable names.

This change may affect you only if SnowDDL classes were overloaded with custom logic. In this case please apply the same renames to your code accordingly.
