Skip to content

Releases: ejstreet/omglol-client-go

Add Web support

04 Mar 18:42
c4685a1
Compare
Choose a tag to compare
Add Web support Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0...v0.8.0

Add Email forwarding

02 Mar 02:25
ebd0cf6
Compare
Choose a tag to compare
Add Email forwarding Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0...v0.7.0

Add Paste support!

01 Mar 06:57
d920cbd
Compare
Choose a tag to compare
Add Paste support! Pre-release
Pre-release

What's Changed

New Contributors

  • @mcornick made their first contribution in #5 Thank you for your contribution!

Full Changelog: v0.5.1...v0.6.0

Minor CI changes

27 Feb 21:03
1bd50c8
Compare
Choose a tag to compare
Minor CI changes Pre-release
Pre-release
  • Add release job to upload changes to pkg.go.dev
  • add extra PURL test

Full Changelog: v0.5.0...v0.5.1

Big Test Update

26 Feb 19:44
de8d5f6
Compare
Choose a tag to compare
Big Test Update Pre-release
Pre-release

What's Changed

  • Tests by @ejstreet in #4
    Tests should now be much more robust.

Breaking changes

Some type changes in models, mainly changing from pointer to standard types.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Feb 05:29
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

8dceb93 Update variable types, remove unnecessary pointers from required fields Fix all aspects of PURLs

Full Changelog: v0.3.1...v0.4.0

Bugfix

23 Feb 00:53
Compare
Choose a tag to compare
Bugfix Pre-release
Pre-release
  • 67780ce fix PURL GET, update create & delete test

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Feb 00:41
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • 6b5da84 Update to match latest version of API
  • 909568c Remove ReplaceDNSRecord, fix UpdateDNSRecord, delete dead code

Full Changelog: v0.2.0...v0.3.0

Make all integers int64

19 Feb 19:24
Compare
Choose a tag to compare
Pre-release

Breaking Changes:

  • All external integers are now int64. However, the FilterDNSRecord criteria filter will accept both int and int64 for relevant values.

Features:

  • FilterDNSRecord now accepts "@" if searching for records with the apex Name.

Full Changelog: v0.1.0...v0.2.0

PURL Update

18 Feb 19:05
Compare
Choose a tag to compare
PURL Update Pre-release
Pre-release

Feature

  • PURLs now require the additional argument listed (type bool), settings true will make the PURL appear on the address.url.lol page.

Full Changelog: v0.0.2...v0.1.0