Releases: domainr/epp
Releases · domainr/epp
v0.1.5
What's Changed
- Fix .tw premium detection by @ydnar in #64
- Bump golang.org/x/net from 0.11.0 to 0.12.0 by @dependabot in #60
- Bump golang.org/x/net from 0.12.0 to 0.14.0 by @dependabot in #61
- Bump actions/checkout from 3 to 4 by @dependabot in #62
- Bump golang.org/x/net from 0.14.0 to 0.15.0 by @dependabot in #63
- Bump golang.org/x/net from 0.15.0 to 0.16.0 by @dependabot in #65
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Fixed
(Conn).Login
will now correctly return an error if theepp.Result.Code
is an error code.
Dependencies
- Bump actions/checkout from 2 to 3 by @dependabot in #51
- Bump actions/setup-go from 2 to 3 by @dependabot in #52
- Bump golang.org/x/net from 0.0.0-20180911220305-26e67e76b6c3 to 0.7.0 by @dependabot in #54
- Bump golang.org/x/net from 0.7.0 to 0.8.0 by @dependabot in #55
- Bump actions/setup-go from 3 to 4 by @dependabot in #56
- Bump golang.org/x/net from 0.8.0 to 0.9.0 by @dependabot in #57
- Bump golang.org/x/net from 0.9.0 to 0.10.0 by @dependabot in #58
- Bump golang.org/x/net from 0.10.0 to 0.11.0 by @dependabot in #59
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
What's Changed
- Add support for Verisign's Namestore extension by @case in #15
- Rip out hard-coded namestore subProduct info, instead requiring consumer code to provide it by @wbond in #19
- Rightside premium earlyAccess fix by @cee-dub in #21
- Support a phase attribute in the fee element by @cee-dub in #23
- Pretty-print XML when debugging by @case in #24
- Extname map by @case in #25
- Add fee-0.11 for nic.kiwi by @case in #26
- Return pointer-typed value for error by @cee-dub in #27
- conn: add Timeout field; when set, enforce r/w deadlines by @cee-dub in #28
- WIP: add fee-0.21 by @case in #29
- Mangle fee-0.21 phase/subphase into Charges by @ydnar in #31
- fee-0.11 extension support for Google Registry by @ydnar in #32
- Parse EPP fee-0.11 fee:fee into Charges. by @ydnar in #33
- Preserve login result for client usage (logging) by @philpennock in #35
- CI: use swan image (Go 1.9.4) by @philpennock in #36
- CircleCI: enable GitHub checks by @ydnar in #38
- Fix function comments based on best practices from Effective Go by @CodeLingoTeam in #39
- Upstream internal EPP fork changes by @ydnar in #44
- Encode XML using separate bytes.Buffer instances by @ydnar in #46
- Support concurrent access via mutex and worker goroutine by @ydnar in #47
New Contributors
- @case made their first contribution in #15
- @philpennock made their first contribution in #35
- @CodeLingoTeam made their first contribution in #39
Full Changelog: https://github.com/domainr/epp/commits/v0.1.0