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: v1.24.0
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: v1.24.1
Choose a head ref
  • 3 commits
  • 22 files changed
  • 3 contributors

Commits on Jan 9, 2023

  1. fix: Array types (#587)

    GCP: `metadata`, `binary_data` and `etag` fields are being switched from `IntArray` to `ByteArray`
    K8s: `spec_request`, `status_certificate` switched from `IntArray` to `ByteArray`
    AWS: `aws_amp_workspaces.data`, `aws_iam_virtual_mfa_devices.base32_string_seed` and `qr_code_png`
    Azure: No changes
    disq authored Jan 9, 2023
    1 Configuration menu
    Copy the full SHA
    73ea82c View commit details
    Browse the repository at this point in the history
  2. fix: Sentry errors not sent (#592)

    Apparently we weren't really sending anything to sentry (apart from one place in table resolver panics).
    
    Now this should send sentry errors on all panics that we catch + all validation errors.
    yevgenypats authored Jan 9, 2023
    1 Configuration menu
    Copy the full SHA
    9f1e373 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. chore(main): Release v1.24.1 (#593)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.24.1](v1.24.0...v1.24.1) (2023-01-09)
    
    
    ### Bug Fixes
    
    * Array types ([#587](#587)) ([73ea82c](73ea82c))
    * Sentry errors not sent ([#592](#592)) ([9f1e373](9f1e373))
    
    ---
    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 Jan 10, 2023
    3 Configuration menu
    Copy the full SHA
    506d4cc View commit details
    Browse the repository at this point in the history
Loading