Aggregation support and dependencies
This is a relatively big release in preparation for what will hopefully be a short path to a 2.0 release.
What's Changed
- remove legacy client by @jillesvangurp in #29
- Originally intended as a migration path. I think it has served its purpose and the hassle of maintaining it and keeping it working is not worth it any more
- make snake case the default for JsonDsl again by @jillesvangurp in #30
- Thanks @yassenb for pointing out the obvious
- dependencies by @jillesvangurp in #31
- Latest everything. Except gradle. There seems to be an issue with 7.6 and kotlin multi platform when running the tests. Kotlin 1.8 should resolve this in a few weeks.
- aggregation support by @jillesvangurp in #32
- This lays the ground work for working with aggregations in a sane way and was one of the last big missing pieces.
- also see the newly added manual page for this
Full Changelog: 1.99.17...1.99.18