Thanks to everybody who contributed to this release of Dataloader!
What's Changed
- Remove CacheMap#containsKey before #get by @AlexandreCarlton in #146
- Verify a throwing CacheMap#get does not break DataLoader by @AlexandreCarlton in #147
- Bump to Java 11 by @AlexandreCarlton in #150
- Bump JUnit 4.x to JUnit Jupiter 5 by @AlexandreCarlton in #152
- Add a proof-of-concept for "Observer-like" batch loading by @AlexandreCarlton in #148
- Parameterise DataLoaderTest on DataLoader by @AlexandreCarlton in #153
- Migrate publisher tests by @AlexandreCarlton in #155
- Making the Subscribers use a common base class by @bbakerman in #154
- Make builds run on other branches by @bbakerman in #157
- More tests for Publishers on reactive branch by @bbakerman in #158
- Reactive streams branch move reactive classes out of dataloader helper by @bbakerman in #159
- Have MappedBatchPublisher take in a Set keys (and add README sections) by @AlexandreCarlton in #160
- A PR for reactive streams support by @bbakerman in #151
- Tweaked readme by @bbakerman in #161
- Update version in readme by @dondonz in #165
- Add support for batch loading of a Map of key-value pairs. by @Hc747 in #166
- Modernise/update Gradle configuration and misc. polishing. by @Hc747 in #167
New Contributors
Full Changelog: v3.3.0...v3.4.0