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/plugin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 63e5619
Choose a base ref
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1b0121
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 7, 2022

  1. fix: Allow managed clients to disable sentry logging (#363)

    This change allows managed clients to disable sentry logging, which until now was enabled for plugins by accident (so panics in plugins were being logged when they shouldn't have been). The CLI will be able to use this option to disable sentry logging. 
    
    Plugins will now also respect the `CQ_TELEMETRY_LEVEL` environment variable.
    hermanschaaf authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    dc20388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    979e207 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. chore(main): Release v1.0.3 (#370)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.0.3](v1.0.2...v1.0.3) (2022-11-07)
    
    
    ### Bug Fixes
    
    * Allow managed clients to disable sentry logging ([#363](#363)) ([dc20388](dc20388))
    * Normalize Windows line breaks before parsing configuration files ([#352](#352)) ([979e207](979e207))
    
    ---
    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 8, 2022
    Configuration menu
    Copy the full SHA
    e1b0121 View commit details
    Browse the repository at this point in the history
Loading