Releases: paskal/go-prisma
Releases · paskal/go-prisma
v0.0.6
breaking change rename API.DoAPIRequest
to API.Call
for clarity
v0.0.5
- Increase client timeout from 5s to 60s
- Add ability to adjust timeout after client creation
v0.0.4
Make DoAPIRequest
thread-safe, return a pointer from NewClient
again.
v0.0.3
Clarify tests, start returning API object instead of a pointer to it.
v0.0.2
Rework public APIs of the package to minimize the exposure and restrict the user from finding out credentials of the connection of the API object (so it would be safe to pass it around).