File tree Expand file tree Collapse file tree
openapi/generator/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22Running changelog of releases since ` 2.0.0-rc.4 `
33
4+ ## v2.3.1
5+
6+ ### Updates
7+ - Support opaque private keys (#225 ) @aborrello
8+ - Improve OAuth 2.0 servapp doc (#221 ) @juanmatias
9+ - Removed omitempty from ApplicationGroupAssignment priority field (#218 ) @bogdanprodan-okta
10+ - Added ` WithHttpClientPtr ` , ` WithHttpClientPtr ` (#214 ) @bogdanprodan-okta
11+ - Remove omitempty of 'default_scope' field (#212 ) @bogdanprodan-okta
12+ - Add exported OKTA_ACCESS_TOKEN constant (#213 ) @bretterer
13+ - Adds Stalebot workflow (#210 ) @bretterer
14+
15+ ### Bug fixes
16+ - Fixed typo in error message of "too many requests" #230 @halmai
17+
418## v2.3.0
519
620### New Structs
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616 "gopkg.in/yaml.v3"
1717)
1818
19- const Version = "2.3.0 "
19+ const Version = "2.3.1 "
2020
2121type Client struct {
2222 config *config
You can’t perform that action at this time.
0 commit comments