v4.1.5
·
279 commits
to develop
since this release
π Features
- Added the ability to validate CNAME records for custom domains before enabling them.
- Requires that the
meta.frontendOriginkey is set in the server config. - CNAME is preferred for custom domains because it seamlessly supports IPv4 & IPv6 in addition to if IP addresses ever change.
- Requires that the
π Bug Fixes
- Fixed an issue where the server would not utilize the cache if a null value was stored.
- This would cause the server to continue to query the database instead of caching the null value.
- Fixed an issue where the auth (and API) backend would not use the
server.proxy.trustconfiguration value. - Fixed type definitions for
Vector2.negate(),Vector3.negate(),math.degreesToRadians(), andmath.radiansToDegrees().