Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Releases: segmentio/opslevel-go

v0.0.4

22 Mar 20:13
b93e6ff
Compare
Choose a tag to compare

This release updates the NewClient API to support functional modifiers. The first two options include: WithBaseURL for modifying the base URL endpoint to which the client makes requests and WithHTTPClient for overriding the internal http.Client the client uses for HTTP transport. Both are useful for testing scenarios.

v0.0.3

22 Mar 20:10
20e8a33
Compare
Choose a tag to compare

This release adds a field to the deployment request payload to include a dedup_id for making the endpoint idempotent.

v0.0.2

24 Jun 16:47
0bc943b
Compare
Choose a tag to compare

The release makes the following client changes:

  • Environment is now optional for a DeployRequest

v0.0.1

03 Jun 19:25
Compare
Choose a tag to compare

Initial client release, this client supports the following endpoints:

  • Checks webhook
  • Deploys webhook