We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9df8d3 commit 3e82216Copy full SHA for 3e82216
2 files changed
RELEASE_NOTES.md
@@ -1,5 +1,14 @@
1
# Release Notes
2
3
+## v1.73.0
4
+
5
+* Ruby 3.4 updates - thanks @zarqman!
6
+* Enable setting up a custom UDP size when DNSSEC validation is disabled
7
+* EDNS OPT RR for udp_size > 512 - thanks @mrideout!
8
+* Test code improvements - thanks @mrideout!
9
+* base64 gem version fixes
10
+* Fix for file descriptor leak on truncated UDP messages
11
12
## v1.72.4
13
14
* allow parsing case insensitive property tags for CAA records - thanks ruby-dev!
lib/dnsruby/version.rb
@@ -1,3 +1,3 @@
module Dnsruby
- VERSION = '1.72.4'
+ VERSION = '1.73.0'
end
0 commit comments