Skip to content

3.3.1

Compare
Choose a tag to compare
@rootpd rootpd released this 03 Oct 13:12
· 39 commits to master since this release
  • BREAKING: Removed EnvironmentConfig::setParam() and EnvironmentConfig::getParam() methods. remp/remp#1299
    • Use of these could lead to circular dependency issues if values were read by environment config itself.
    • We recommend the extraction of these values to their separate config classes.
  • Fixed circular dependency issue with configs using environment variables. remp/remp#1299