Skip to content

Releases: domainr/epp

v0.1.5

11 Oct 22:12
fa822c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

26 Jun 20:02
Compare
Choose a tag to compare

Fixed

  • (Conn).Login will now correctly return an error if the epp.Result.Code is an error code.

Dependencies

Full Changelog: v0.1.3...v0.1.4

v0.1.3

27 Nov 15:03
e47dd4c
Compare
Choose a tag to compare

What's Changed

  • Extract EPP Result error in readResponse by @ydnar in #50

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Nov 02:37
0735c5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Nov 23:12
1f5ea3e
Compare
Choose a tag to compare

What's Changed

  • Create a new xml.Decoder for every EPP data unit by @ydnar in #48

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Nov 22:24
779e844
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/domainr/epp/commits/v0.1.0