This repository was archived by the owner on Feb 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
CHANGELOG
gdubin edited this page Nov 18, 2020
·
9 revisions
- Fixes a bug in how non-conformant responses are handled.
- Updates the netaddr gem dependency for a security issue.
- Updates the bootstrap endpoint to https://rdap-bootstrap.arin.net/bootstrap.
- Fixes the --json and --jv features.
- Fixes a gem dependency issue in 1.3.0
- Adds RDAP Validation via JCR using the --jcr command line parameter
- Automatic downloading of IANA bootstrap files.
- The "less" pager is auto-detected and, if present, used instead of "more".
- Text color schemes added.
- Fixed bug where 4xx and 5xx return codes caused a stack trace.
- Updated asn.json and dns.json bootstrap files from IANA.
- Fixed small bug in self IP lookup which incorrectly expected RIPE stat to be an RDAP server.
- Dropped support for...
- Ruby 1.8.7, 1.9.3, and 2.0.
- OS specific packages (use Ruby gem install)
- New Features
- Look up network information based on your IP address.
- Added calculated CIDR ranges to IP networks.
- Added traceroute function (experimental)
- Changed default pager to more from less
- Bug Fixes
- Bootstrap files were not being read properly
- Some more trace logging with bootstrapping
- Updated defaults to latest IANA file
- Fixed failing unit tests with data tree.
- Fix for running on cygwin
- New Features
- New --try-insecure option for those times with SSL/TLS negotiation just isn't gonna work
- Now checks for older configs.
- Changes in the way data is displayed to make searches easier to understand.
- Bug Fixes
- Now showing nameservers on domains.
- Namespacing of library files to let NicInfo work in some Ruby environments
First production release.
A pre-release to the first stable version. Considered feature complete and compatible with the latest RDAP specifications.