Releases: ejstreet/omglol-client-go
Releases · ejstreet/omglol-client-go
Add Web support
Add Email forwarding
Add Paste support!
Minor CI changes
- 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
What's Changed
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
Bugfix
v0.3.0
Make all integers int64
Breaking Changes:
- All external integers are now
int64
. However, theFilterDNSRecord
criteria filter will accept bothint
andint64
for relevant values.
Features:
FilterDNSRecord
now accepts"@"
if searching for records with the apexName
.
Full Changelog: v0.1.0...v0.2.0
PURL Update
Feature
- PURLs now require the additional argument
listed
(typebool
), settingstrue
will make the PURL appear on theaddress
.url.lol page.
Full Changelog: v0.0.2...v0.1.0