Skip to content

v0.4.0

Compare
Choose a tag to compare
@carwow-service carwow-service released this 22 Nov 11:59
· 27 commits to main since this release
8088a7d
Force new manager resource when changing type

The API started misbehaving when changing type and setting properties
from the previous type to null.

The API client is very simple and always sends all of the possible
properties for all manager types.

Forcing the creation of a new manager when changing the type avoids
these edge cases and inconsistencies, keeping the API client simple.