Skip to content

Releases: liquidweb/liquidweb-go

v1.6.4

Choose a tag to compare

@jakdept jakdept released this 27 Sep 18:16
f94bc4b

removing separate library for some stuff, and added DNSZoneBackend

v1.6.3

Choose a tag to compare

@sgsullivan sgsullivan released this 19 Feb 15:14
0e6a50d

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

v1.6.2

Choose a tag to compare

@sgsullivan sgsullivan released this 19 Feb 14:22
575b269

Tidy up

Choose a tag to compare

@caiges caiges released this 19 Aug 19:45
2f34f46

Non-breaking Changes

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

Contributors

1.6.0

Choose a tag to compare

@caiges caiges released this 15 Aug 16:01

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.