Skip to content

v4.1.5

Choose a tag to compare

@github-actions github-actions released this 02 Mar 15:58
· 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.frontendOrigin key 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.

πŸ› 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.trust configuration value.
  • Fixed type definitions for Vector2.negate(), Vector3.negate(), math.degreesToRadians(), and math.radiansToDegrees().