Skip to content

Releases: liquidweb/liquidweb-go

v1.6.4

27 Sep 18:16
f94bc4b
Compare
Choose a tag to compare

removing separate library for some stuff, and added DNSZoneBackend

v1.6.3

19 Feb 15:14
0e6a50d
Compare
Choose a tag to compare

Add storm {start,stop,restart} support and asset/details

v1.6.2

19 Feb 14:22
575b269
Compare
Choose a tag to compare

Tidy up

19 Aug 19:45
2f34f46
Compare
Choose a tag to compare

Non-breaking Changes

  • Remove redundant type conversion.
  • Fix a few typos, pattern simplification, housekeeping, etc.

Contributors

1.6.0

15 Aug 16:01
Compare
Choose a tag to compare

Project-wide

  • Remove Docker in Docker build, it's not necessary anymore.
  • Add tests for various types that we've added to support the Storm API.

Major API Changes

  • Removed the internal CallInto method as this was inherited from the minimal Liquid Web Golang API client library which created unusual code patterns atypical of Golang projects.
  • Removed <Resource>Item types since they're no longer necessary.
  • Corrected numerous typing issues.