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.8.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.9.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 22, 2024

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

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

Commits on Mar 28, 2024

  1. feat: Add retry to API requests (#141)

    Looks like this is the only way to inject the retry client, there's also oapi-codegen/oapi-codegen#150 which is in progress via oapi-codegen/oapi-codegen#156
    erezrokah authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bf7b4e6 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.9.0 (#140)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.9.0](v1.8.1...v1.9.0) (2024-03-28)
    
    
    ### Features
    
    * Add retry to API requests ([#141](#141)) ([bf7b4e6](bf7b4e6))
    
    
    ### Bug Fixes
    
    * Generate CloudQuery Go API Client from `spec.json` ([#139](#139)) ([0eb7391](0eb7391))
    
    ---
    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 Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d49f870 View commit details
    Browse the repository at this point in the history
Loading