Skip to content

Commit e1f8d72

Browse files
committed
Add changelog for v0.1.0
1 parent 19fbae8 commit e1f8d72

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## Version 0.1.0
4+
5+
### Added
6+
7+
- Go client for the PeeringDB API using generics, `context.Context`, and
8+
functional options.
9+
- Support for all PeeringDB resource types: `Network`, `NetworkFacility`,
10+
`NetworkInternetExchangeLAN`, `NetworkContact`, `Organization`, `Facility`,
11+
`Campus`, `Carrier`, `CarrierFacility`, `InternetExchange`,
12+
`InternetExchangeLAN`, `InternetExchangePrefix`, and
13+
`InternetExchangeFacility`.
14+
- `GetASN()` convenience function to look up a network by AS number.
15+
- API key authentication via `WithAPIKey` option.
16+
- Custom HTTP client support via `WithHTTPClient` option.
17+
- Custom API URL support via `WithURL` option.

0 commit comments

Comments
 (0)