JmDNS 3.5.10
This is a patch release that contains a couple of bug fixes.
This release is available on Maven Central.
What's Changed
- Send Answers to QU queries back to sender's address by @Siedlerchr in #265
- Do not Pattern match lowerCased ServiceType not to get IndexOutOfBoun… by @plotczyktest in #269
- fix typo by @twonky4 in #272
- Fix typo in tests by @kaikreuzer in #279
- Create less temporary strings by @joerg1985 in #275
- Collect the name inside a single StringBuilder by @joerg1985 in #278
- Fix for OOM and concurrency issues in DNSCache by @ivenhov in #271
- Add check if subtype matches when answering a DNSQuestion by @Siedlerchr in #268
New Contributors
- @Siedlerchr made their first contribution in #265
- @plotczyktest made their first contribution in #269
- @twonky4 made their first contribution in #272
- @ivenhov made their first contribution in #271
Full Changelog: 3.5.9...3.5.10