Skip to content

v1.3.2

Compare
Choose a tag to compare
@mattoberle mattoberle released this 26 Feb 19:54
· 35 commits to master since this release
d8f3d1b

v1.3.1...v1.3.2

Bugfix: CLAY_STORAGE_POSTGRES_PORT

This release contains an important bugfix for anyone setting CLAY_STORAGE_POSTGRES_PORT explicitly.

Releases v1.3.0 and v1.3.1 will fail to execute migrations due to the port being interpreted as a string rather than an integer.

Release v1.3.2 converts the environment variable value to an integer when provided.