What's Changed
- add more descriptive no adapter message by @SentryMan in #387
- Support Custom Classloader by @SentryMan in #386
- Add JsonType.streamAsLines() supporting writing new line delimited content / application/x-json-stream by @rob-bygrave in #391
- Fix cascading generic types by @SentryMan in #393
- For Stream adapter, always close the stream (using try-with-resources) by @rbygrave in #394
- Fix JsonType.streamAsLines() for empty Stream by @rob-bygrave in #395
- Add a static way to retrieve the default instance by @SentryMan in #396
- Detect large strings, and don't grow the buffer when processing them by @rbygrave in #397
- Support writing large raw String content without expanding the underlying buffer by @rob-bygrave in #398
Full Changelog: 3.5...3.6