Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/cloudquery-api-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: cloudquery/cloudquery-api-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 15, 2023

  1. fix: Generate CloudQuery Go API Client from spec.json (#73)

    This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
    cq-bot authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    db26b9c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. feat: Add method to return token type (#75)

    Whilst the token itself now contains the token type, it is useful to be able to determine the type of tokens the token client will return without fetching a token first. An example user of this functionality will be the usage client, which needs to determine if an API call is needed to fetch the team name when the authentication is using an API key.
    
    Refs: cloudquery/cloudquery-issues#893
    mnorbury authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e07af9f View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.6.0 (#74)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.6.0](v1.5.1...v1.6.0) (2023-11-16)
    
    
    ### Features
    
    * Add method to return token type ([#75](#75)) ([e07af9f](e07af9f))
    
    
    ### Bug Fixes
    
    * Generate CloudQuery Go API Client from `spec.json` ([#73](#73)) ([db26b9c](db26b9c))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    816ca83 View commit details
    Browse the repository at this point in the history
Loading