Skip to content

Releases: subscribeddotdev/subscribed

v0.2.23: rename the query to get all environments (#59)

21 Aug 09:32
f64fba3
Compare
Choose a tag to compare
* 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)

19 Aug 20:48
d094107
Compare
Choose a tag to compare
* update docs and moved cli deps into a container
* fmt
* fix the ci

v0.2.21

18 Aug 15:08
c7a9e6b
Compare
Choose a tag to compare
destroy api key (#57)

v0.2.20

16 Aug 21:15
5631967
Compare
Choose a tag to compare
update readme (#56)

v0.2.19

16 Aug 02:09
1dce559
Compare
Choose a tag to compare
return the full api key after saved (#55)

v0.2.18: improve the api to create api keys (#54)

15 Aug 23:22
ee6e3c3
Compare
Choose a tag to compare
* improve the api to create api keys

* fix tests

v0.2.17: small fixes to improve the auth on the consumer side (#53)

15 Aug 18:26
ad30d9b
Compare
Choose a tag to compare
* 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)

13 Aug 21:23
e099d44
Compare
Choose a tag to compare
* implement signup
* wip: add command to sign in
* clean up
* fmt

v0.2.15: Query all api keys per env (#51)

11 Aug 20:32
eecfc7b
Compare
Choose a tag to compare
* query api keys per env
* fix issues preventing the build on ci
* test the implementation

v0.2.14: get all environments (#50)

08 Aug 17:13
96809a0
Compare
Choose a tag to compare
* get all environments
* refactor tests
* ref tests
* fix tests