3.5.10
版本发布时间: 2024-08-06 06:23:51
jmdns/jmdns最新发布版本:3.5.12(2024-08-23 15:34:28)
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 https://github.com/jmdns/jmdns/pull/265
- Do not Pattern match lowerCased ServiceType not to get IndexOutOfBoun… by @plotczyktest in https://github.com/jmdns/jmdns/pull/269
- fix typo by @twonky4 in https://github.com/jmdns/jmdns/pull/272
- Fix typo in tests by @kaikreuzer in https://github.com/jmdns/jmdns/pull/279
- Create less temporary strings by @joerg1985 in https://github.com/jmdns/jmdns/pull/275
- Collect the name inside a single StringBuilder by @joerg1985 in https://github.com/jmdns/jmdns/pull/278
- Fix for OOM and concurrency issues in DNSCache by @ivenhov in https://github.com/jmdns/jmdns/pull/271
- Add check if subtype matches when answering a DNSQuestion by @Siedlerchr in https://github.com/jmdns/jmdns/pull/268
New Contributors
- @Siedlerchr made their first contribution in https://github.com/jmdns/jmdns/pull/265
- @plotczyktest made their first contribution in https://github.com/jmdns/jmdns/pull/269
- @twonky4 made their first contribution in https://github.com/jmdns/jmdns/pull/272
- @ivenhov made their first contribution in https://github.com/jmdns/jmdns/pull/271
Full Changelog: https://github.com/jmdns/jmdns/compare/3.5.9...3.5.10