Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Releases: paskal/go-prisma

v1.0.1

02 Dec 04:12
0b52ac1
Compare
Choose a tag to compare
fix CI badge image

v1.0.0

30 Dec 23:20
Compare
Choose a tag to compare

Full Changelog: v0.0.7...v1.0.0

v0.0.6

01 Apr 18:31
Compare
Choose a tag to compare

breaking change rename API.DoAPIRequest to API.Call for clarity

v0.0.5

01 Apr 10:25
Compare
Choose a tag to compare
  • Increase client timeout from 5s to 60s
  • Add ability to adjust timeout after client creation

v0.0.4

16 Feb 19:52
Compare
Choose a tag to compare

Make DoAPIRequest thread-safe, return a pointer from NewClient again.

v0.0.3

15 Feb 11:08
Compare
Choose a tag to compare

Clarify tests, start returning API object instead of a pointer to it.

v0.0.2

13 Feb 23:54
Compare
Choose a tag to compare

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).

v0.0.1

12 Feb 18:30
Compare
Choose a tag to compare
initial commit