Skip to content

Release v1.14

Compare
Choose a tag to compare
@realrolfje realrolfje released this 26 Jul 15:07
· 82 commits to master since this release
  • Fixed a problem where generated Dutch BSN numbers could be
    syntactically invalid, issue #99
  • Removed references to deprecated Hamcrest matchers in the
    unittests, issue #94
  • Fixed a problem where RANDOMDIGITS was not downwards compatible
    and required a digit mask, issue #95
  • Upgraded code to make better use of Java 8 features.
  • Upgraded bundled mysql-connector-j to 8.0.21, also requested in issue #101
  • Solved a problem where UkPostCodeAnonymizer would not set the Synonym
    type and ignored the "shortlived" synonym configuration.
  • Solved a problem where discriminator configuration was parsed
    incorrectly, see #86