Releases: facultyai/dynamic-configuration
Releases · facultyai/dynamic-configuration
Rebrand from ASI Data Science to Faculty
The com.asidatascience.configuration
package was renamed to ai.faculty.configuration
. Also, from now on, versions of this library will be only available under ai.faculty
group ID.
0.3.1
Since this release, logback-test.xml
is not published a part of the artifact, which fixes potential conflicts of different logback configuration files present on the classpath of an application using this library.
0.3.0
This major release replaces separate classes with factory methods. Previously, there were multiple DynamicConfigurationFromFoo
classes: as of this release, these have been replaced with with fromFoo
factory methods on the DynamicConfiguration
object.
0.2.0
Migrate to Play 2.6
As part of the migration to Play 2.6, the DynamicConfigurationFromHttp
class has been removed.
0.1.4
Enforce consistent formatting with Scalafmt