Skip to content

Releases: facultyai/dynamic-configuration

Rebrand from ASI Data Science to Faculty

12 Aug 16:52
759fd6f
Compare
Choose a tag to compare

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

16 Nov 22:32
a9c410b
Compare
Choose a tag to compare

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

02 Nov 16:11
42875fb
Compare
Choose a tag to compare

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

10 Oct 15:18
d38e58b
Compare
Choose a tag to compare

Migrate to Play 2.6

As part of the migration to Play 2.6, the DynamicConfigurationFromHttp class has been removed.

0.1.4

10 Oct 15:19
75fadb4
Compare
Choose a tag to compare
Enforce consistent formatting with Scalafmt