Releases: RustedBones/taxonomy
Releases · RustedBones/taxonomy
v1.2.1
This is a bugfix release allowing taxonomy
to accept all possible dns record class codes
What's Changed
- Update sbt-bloop to 1.5.6 by @scala-steward in #150
- Update scalafmt to scala new syntax by @RustedBones in #151
- Accept all 15 bits dns record class by @RustedBones in #152
Full Changelog: v1.2.0...v1.2.1
v1.2.0
taxonomy
v1.2.0 is build on top of fs2
v3.4.0 and compatible with scala
3.2.+
What's Changed
- Update build env by @RustedBones in #145
- Fix version badge by @RustedBones in #146
- Update dependencies by @RustedBones in #147
- Idiomatic scala 3 code by @RustedBones in #148
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Update to Scala 3
v1.0.0
- Update to cats-effect 3.0
v0.3.0
- Update dependencies
- Remove sizes from header model
v0.2.0
- Improve Dns listen API and move DnsPacket to model
- Fix issue with multiple name ptrs in same message
v0.1.0
- Initial release