Skip to content

Fix : Makes JobState parsing more lenient #318

Compare
Choose a tag to compare
@dufrannea dufrannea released this 09 Nov 12:30
· 159 commits to master since this release
43b313d

Makes JobState parsing more lenient #318
Due to #299, JobState.Done
parsing was not backwards compatible (field projectVersion introduced
in case class). The choice has been made here to assign a default
version instead of making it optional, in order to minimize bugfix
impact on the rest of the codebase.