Skip to content
Andrew Newton edited this page Feb 20, 2018 · 9 revisions

(in development)

  • Caching of RDAP redirects
  • A --pretty flag for output of JSON
  • Summary DAta
  • Bulk IP lookups

1.4.1

  • Fixes the --json and --jv features.

1.4.0

  • Fixes a gem dependency issue in 1.3.0
  • Adds RDAP Validation via JCR using the --jcr command line parameter

1.3.0

  • Automatic downloading of IANA bootstrap files.
  • The "less" pager is auto-detected and, if present, used instead of "more".
  • Text color schemes added.

1.2.2

  • Fixed bug where 4xx and 5xx return codes caused a stack trace.

1.2.1

  • 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.

1.2.0

  • 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

1.1.1

  • 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

1.1.0

  • 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

1.0.0

First production release.

0.2.0

A pre-release to the first stable version. Considered feature complete and compatible with the latest RDAP specifications.

Clone this wiki locally