Releases: subscribeddotdev/subscribed
Releases · subscribeddotdev/subscribed
v0.2.23: rename the query to get all environments (#59)
* regen the model * rename the query to get all environments * fix golangci installation in the tools docker image * fix version
v0.2.22: Update docs and move cli dependencies to a container (#58)
* update docs and moved cli deps into a container * fmt * fix the ci
v0.2.21
destroy api key (#57)
v0.2.20
update readme (#56)
v0.2.19
return the full api key after saved (#55)
v0.2.18: improve the api to create api keys (#54)
* improve the api to create api keys * fix tests
v0.2.17: small fixes to improve the auth on the consumer side (#53)
* small fixes to improve the auth on the consumer side * fmt
v0.2.16: Ditch clerk and implement auth from scratch (famous last words) (#52)
* implement signup * wip: add command to sign in * clean up * fmt
v0.2.15: Query all api keys per env (#51)
* query api keys per env * fix issues preventing the build on ci * test the implementation
v0.2.14: get all environments (#50)
* get all environments * refactor tests * ref tests * fix tests