Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

45 lines (37 loc) · 1.32 KB

Changelog

[UNRELEASED]

  • Implement GeoNet API

[4.2.0]

  • Implement notifiers API
  • Implement /shodan/host/search/facets in method GetFacets
  • Implement /shodan/host/search/filters in method GetFilters

[4.1.1]

  • Remove http2curl dependency
  • Fix readme on how to get the library up and running

[4.1.0]

  • Implement dns entries for domain API

[4.0.0]

  • Dropped support for golang < 1.11
  • Remove Godep in favor of go modules
  • Add bunch of linters (golangci lint)
  • Implement alert triggers API
  • Implement orgs API
  • Refactor tests to remove global variables

[3.1.0]

  • Add ssl-related data to HostData.

[3.0.2]

  • Implement data bulk api
  • Make use of dep instead of glide
  • SetDebug is goroutine-safe now
  • Drop support for go 1.6
  • Lots of refactoring to support context.Context in all methods.
  • Rewritten streaming methods and implemented some more.
  • GetMyIP now returns net.IP instead of string.
  • CalcHoneyScore now accepts net.IP instead of string.
  • GetDNSResolve now returns map[string]*net.IP instead of map[string]string.
  • GetDNSReverse now accepts []net.IP instead of []string.

[2.0.4]

  • Dropped support for old golang versions (1.1 - 1.5).
  • GetHttpHeaders is renamed to GetHTTPHeaders.
  • Invalid url will now panic.
  • Stream methods no longer return error.