Skip to content

Releases: gchq/koryphe

Koryphe 2.5.2

03 Apr 15:31
Compare
Choose a tag to compare

✨ New Features

  • Bump jackson-databind from 2.13.4.1 to 2.13.4.2 #306

🤖 Automation

  • Update Spotbugs #303

Koryphe 2.5.1

28 Oct 09:46
b77d1a4
Compare
Choose a tag to compare

🪲 Bugs Fixed

  • AreIn broken when single collection given #299

Koryphe 2.5.0

27 Oct 12:36
Compare
Choose a tag to compare

✨ New Features

  • Bump jackson-databind from 2.12.6.1 to 2.13.4.1 #297
  • Add option to AreIn to perform a strict test and return false if the collection is null or empty #280

🪲 Bugs Fixed

  • Fix license typo in ToNullTest #291
  • Fix typos in ToSetTest and AdaptedBinaryOperatorTest #289
  • Fix broken codecov reports #287
  • NullPointerException in CollectionContains #283

🤖 Automation

  • Create status badges in README #293

Koryphe 2.4.0

27 May 09:17
Compare
Choose a tag to compare

🪲 Bugs Fixed

  • LimitedIterator should throw RuntimeException #278
  • AssertJ withFailMessage() can't be last call #276

Koryphe 2.3.0

18 May 08:23
Compare
Choose a tag to compare

✨ New Features

  • Add ability to set trim and nullString within CsvLinesToMaps #274

🪲 Bugs Fixed

  • ChainedIterable getIterator errors with an Iterable containing nulls. #272

Koryphe 2.2.0

06 May 18:49
Compare
Choose a tag to compare

✨ New Features

  • ChainedIterable Duplicate Class #266
  • Bump jackson-databind from 2.11.4 to 2.12.6.1 #264
  • Improve process for updating copyright headers #263
  • Add ToBoolean function #259
  • Add ToFloat function #257
  • Replace assertion library hamcrest with assertJ #251

🪲 Bugs Fixed

  • Update README to point to new ways of working #265
  • IterableFlatten NullPointerException when List contains only contains Null #261

🤖 Automation

  • Fix javadoc upload in Release action #254

Koryphe 2.1.0

01 Apr 14:47
Compare
Choose a tag to compare

⭐ Headliners

  • Build koryphe artefacts for Java 8 and Java 11 #246

✨ New Features

  • Add the ability to change the implementation of the ToSet class depending on the set required #250
  • Replace Log4J #248

🤖 Automation

  • Javadoc build is failing and navigation frames missing #241

Koryphe 2.0.0

10 Feb 14:39
Compare
Choose a tag to compare

✨ New Features

  • Add ToDouble function #235
  • Upgrade to Java 11 #194

🤖 Automation

  • Add standalone release action #232

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Koryphe 1.14.0

07 Dec 16:27
Compare
Choose a tag to compare

✨ New Features

  • Deprecate Closable #220
  • Update ParseDate to work with input timestamps in microseconds #149

🤖 Automation

  • Update release pipeline to use release branches #228
  • update the version of add-issue-links to v1.6.0 #226

Koryphe 1.13.0

14 Jun 10:27
Compare
Choose a tag to compare

🪲 Bugs Fixed

  • FunctionTest AssumeTrue typo #223