Skip to content

Releases: sandwave-io/realtimeregister-php

Headers key insensitive

20 Sep 13:04
834a68e
Compare
Choose a tag to compare

Fixes the issue where X-Process-Id sometimes was send as lowercase. Now it defaults it to lowercase.

0.9.1

12 May 11:28
21f69a8
Compare
Choose a tag to compare
  • Fix for issue #72 - Support the new RTR zone setup

Improvements

09 May 08:27
475e386
Compare
Choose a tag to compare
  • Several style changes
  • Updated package requirements
  • Fixed bug with spaces in DNSSEC key

DNS Templates

10 Mar 08:19
3f8c566
Compare
Choose a tag to compare
  • Added DNS Templates API calls

Update zone calls

01 Feb 13:18
b9b69ed
Compare
Choose a tag to compare
  • Added zone info + zone update calls
  • Nameserver cannot be combined with Zone input

Billable amount and providerName should be nullable

31 Jan 07:57
d06ae1a
Compare
Choose a tag to compare
Merge pull request #67 from sandwave-io/fix-billable-object

Billable amount and providerName should be nullable

Access data regarding outgoing domain transfers

06 May 09:04
6fac38c
Compare
Choose a tag to compare

Extended the Notification model to include data regarding outgoing domain transfers.

Added download options for certificates

04 May 14:32
cfbfa7c
Compare
Choose a tag to compare
Merge pull request #63 from sandwave-io/Add-CA-download

Add CA download

Process Id reissue endpoint

03 May 08:28
1d9745d
Compare
Choose a tag to compare

Changelog

  • Return X-Process-Id header from reissue endpoint.
  • Update return type to int (from nullable int) for the request/reissue/renew certificate endpoints.
  • Breaking: Update the function signature of makeAuthorizedClientto fully mock the Response object.

Process info

06 Apr 13:45
10f5665
Compare
Choose a tag to compare
  • Added the process info API endpoint request and response that can be used for certificate requests.