Releases: gchq/koryphe
Releases · gchq/koryphe
Koryphe 2.6.0
What's Changed
Enhancements ✨
- Gh-324: Make IterableConcat's type signature more flexible by @GCHQDeveloper314 in #325
- Gh-321: Add ChainedIterator varargs constructor and IterableMerge binary operator by @cn337131 in #328
Automation 🤖
- Gh-314: Update codecov by @t92549 in #315
- Gh 307: Upgrade workflows by @t92549 in #318
- Gh-236: Update GH actions by @cn337131 in #327
Other changes
- Gh-310: Improve JUnit tests to run in parallel by @GCHQDeveloper314 in #311
- Gh-313: Upgrade json from 20211205 to 20230227 by @dependabot in #312
- Bump commons-io:commons-io from 2.11.0 to 2.14.0 by @dependabot in #323
- Gh-320: Javadoc fixes by @cn337131 in #329
- Bump org.json:json from 20230227 to 20231013 by @dependabot in #330
Full Changelog: koryphe-2.5.2...koryphe-2.6.0
Koryphe 2.5.2
Koryphe 2.5.1
🪲 Bugs Fixed
- AreIn broken when single collection given #299
Koryphe 2.5.0
✨ 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
Koryphe 2.3.0
Koryphe 2.2.0
✨ 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