Skip to content

Commit

Permalink
Merge pull request #66 from loopholelabs/staging
Browse files Browse the repository at this point in the history
Release v0.3.9
  • Loading branch information
ShivanshVij authored Feb 22, 2023
2 parents 3920d7c + 0bcf01d commit 92856bb
Show file tree
Hide file tree
Showing 14 changed files with 680 additions and 24 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.3.9] - 2023-02-19

### Changes

- Bumping `auth` version to `v0.2.26`

### Features

- Added `WithStorage` option to `go/registry` to allow for pre-configured Storage Clients to be used
- Updated API Client to expose the new `UserInfo` endpoint from the Scale API

## [v0.3.8] - 2023-02-19

### Features
Expand Down Expand Up @@ -132,7 +143,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release of the Scale Runtime library.

[unreleased]: https://github.com/loopholelabs/scale/compare/v0.3.8...HEAD
[unreleased]: https://github.com/loopholelabs/scale/compare/v0.3.9...HEAD
[v0.3.9]: https://github.com/loopholelabs/scale/compare/v0.3.9
[v0.3.8]: https://github.com/loopholelabs/scale/compare/v0.3.8
[v0.3.7]: https://github.com/loopholelabs/scale/compare/v0.3.7
[v0.3.6]: https://github.com/loopholelabs/scale/compare/v0.3.6
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-openapi/strfmt v0.21.3
github.com/go-openapi/swag v0.22.3
github.com/google/uuid v1.3.0
github.com/loopholelabs/auth v0.2.25
github.com/loopholelabs/auth v0.2.26
github.com/loopholelabs/polyglot-go v0.5.1
github.com/loopholelabs/scale-signature v0.2.9
github.com/loopholelabs/scale-signature-http v0.3.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/loopholelabs/auth v0.2.25 h1:0uO/Noub9c/CGZPLwwFIZM6r2zMHyfy07oUZkpyYP6A=
github.com/loopholelabs/auth v0.2.25/go.mod h1:8jY3kru3zYytaH6gmtt6i0qQO1BGfLrZlem1RlR1ENs=
github.com/loopholelabs/auth v0.2.26 h1:aTYp6ekGZuynkie91ppAkfMzv75xnlKd8Wqa/39Mib8=
github.com/loopholelabs/auth v0.2.26/go.mod h1:8jY3kru3zYytaH6gmtt6i0qQO1BGfLrZlem1RlR1ENs=
github.com/loopholelabs/polyglot-go v0.5.1 h1:21QVDELp+EodPUAL+Aw8GNXLyt2BFj9gYQsGvHIFlcc=
github.com/loopholelabs/polyglot-go v0.5.1/go.mod h1:Z0QiNv4KRuWjQWpUerMhmkvRh6ks1pYmEH4SGpG0EHQ=
github.com/loopholelabs/scale-signature v0.2.9 h1:KGYslPu33VJ+MUQc6uWqiVW2u2On3Z1Tg6FUJeqfQ/4=
Expand Down
59 changes: 59 additions & 0 deletions go/client/models/models_user_info_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions go/client/scale_api_v1_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 128 additions & 0 deletions go/client/userinfo/post_userinfo_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 92856bb

Please sign in to comment.