terraform-provider-openapi v0.20.0 Release Notes

Release Date: 2019-10-10 // over 4 years ago
  • What's new?

    ๐Ÿ”„ Changelog

    4abb5c8 pump minor version
    ๐Ÿ”€ 8bed9e5 Merge pull request #163 from dikhan/feature/refresh-token-authenticator
    25187b5 rename variable name to make govet happy
    ๐Ÿ”€ 0c9360f Merge branch 'master' into feature/refresh-token-authenticator
    โœ… 9de6447 add tests for specAPIKeyHeaderRefreshTokenSecurityDefinition
    โšก๏ธ 03b105a go mod dep updates
    8a8845b add docu for x-terraform-refresh-token-url extension
    ๐Ÿšš e5b7c04 remove x-terraform-refresh-token-url from example
    7e9d49f add response status check
    ๐Ÿ”จ 706b033 quick refactor in assertion
    ๐Ÿšš 1d94875 removed unapplicatle Todo, that struct feels a lot like a Java class with all private methods and because it doesn't shows behaviors it shouldn't be "tested directly"
    โœ… c8e7041 unittested apiRefreshTokenAuthenticator.prepareAuth()
    ๐Ÿšš 58b1073 removed unapplicable todo
    6ed5f89 add coverage for APIKeyHeaderRefreshTokenSecurityDefinition
    ๐Ÿšš 9dad72c remove no longer applable TODO
    ๐Ÿ‘ 2d2bdba cover use case where location is not supported
    โœ… 2e6ac2c add test for refresh token auth
    26872dd add coverage for bearer query sec def
    โšก๏ธ 4c181f8 update dup test to cover bearer header security def
    โœ… 3c59631 Add TestIsRefreshTokenAuth
    d5226c2 add TODOs as a reference to the missing bits and bobs
    2afb6ac integrate refresh token api call to prepareAuth and then attach to the auth context the access token received
    ๐Ÿ”จ 1806721 update also input arguments after specAPIKeyHeaderRefreshTokenSecurityDefinition contructor signature refactoring
    b5650d9 quick struct rename to specAPIKeyHeaderRefreshTokenSecurityDefinition
    โœ… 8716336 create int test to cover refresh token authenticator
    โšก๏ธ 60631de update cons names to be more explicit
    ๐Ÿ”€ dc49dfd Merge branch 'master' into feature/refresh-token-authenticator
    f91faa8 design proposal for refresh token authenticator