Releases: liquidweb/liquidweb-go
Releases · liquidweb/liquidweb-go
v1.6.4
v1.6.3
Add storm {start,stop,restart} support and asset/details
v1.6.2
Tidy up
1.6.0
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.