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/filetypes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 097aa8d
Choose a base ref
...
head repository: cloudquery/filetypes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c4ab4c
Choose a head ref
  • 17 commits
  • 19 files changed
  • 3 contributors

Commits on Feb 19, 2023

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.38.1 (#…

    …72)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.38.0` -> `v1.38.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk</summary>
    
    ### [`v1.38.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.38.1)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.38.0...v1.38.1)
    
    ##### Bug Fixes
    
    -   **deps:** Update module golang.org/x/net to v0.7.0 \[SECURITY] ([#&#8203;692](https://togithub.com/cloudquery/plugin-sdk/issues/692)) ([47566c9](https://togithub.com/cloudquery/plugin-sdk/commit/47566c93f0ce88f6e76f1fcbe261ac14a56f77d3))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0eadcfd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.38.2 (#…

    …74)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.38.1` -> `v1.38.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk</summary>
    
    ### [`v1.38.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.38.2)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.38.1...v1.38.2)
    
    ##### Bug Fixes
    
    -   **test-migrate:** Add CqId to migrate tests tables ([#&#8203;695](https://togithub.com/cloudquery/plugin-sdk/issues/695)) ([e996a11](https://togithub.com/cloudquery/plugin-sdk/commit/e996a11571d7039343a74e780024f60b79ca965c))
    -   **test-migrate:** Ignore order when comparing resources read ([#&#8203;696](https://togithub.com/cloudquery/plugin-sdk/issues/696)) ([aea1b82](https://togithub.com/cloudquery/plugin-sdk/commit/aea1b82cf269a88b371bd81ee56523b79fbb5cdf))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    90bdbba View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.39.0 (#…

    …75)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.38.2` -> `v1.39.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk</summary>
    
    ### [`v1.39.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.39.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.38.2...v1.39.0)
    
    ##### Features
    
    -   **schema:** Add Unique column option, set it for CqID ([#&#8203;702](https://togithub.com/cloudquery/plugin-sdk/issues/702)) ([d5c7636](https://togithub.com/cloudquery/plugin-sdk/commit/d5c763666c6e758fa39c26a362952a96de5105fa))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b65db2e View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.39.1 (#…

    …76)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.39.0` -> `v1.39.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk</summary>
    
    ### [`v1.39.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.39.1)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.39.0...v1.39.1)
    
    ##### Bug Fixes
    
    -   **destination:** Set CqID to unique at the destination level ([#&#8203;704](https://togithub.com/cloudquery/plugin-sdk/issues/704)) ([1a97cb8](https://togithub.com/cloudquery/plugin-sdk/commit/1a97cb8d39c7236c72842f61f95ff514bc01cf11))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c03025e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.40.0 (#…

    …77)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.39.1` -> `v1.40.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk</summary>
    
    ### [`v1.40.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.40.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.39.1...v1.40.0)
    
    ##### Features
    
    -   **spec:** Return sources, destinations in order ([#&#8203;624](https://togithub.com/cloudquery/plugin-sdk/issues/624)) ([4602071](https://togithub.com/cloudquery/plugin-sdk/commit/4602071ad83c16473a4afe899f384f5c94010252))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7ec1df0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. fix(deps): Update golang.org/x/xerrors digest to 04be3eb (#78)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [golang.org/x/xerrors](https://togithub.com/golang/xerrors) | indirect | digest | `5ec99f8` -> `04be3eb` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5d47135 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/pierrec/lz4/v4 to v4.1.17 (#79)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/pierrec/lz4/v4](https://togithub.com/pierrec/lz4) | indirect | patch | `v4.1.9` -> `v4.1.17` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pierrec/lz4</summary>
    
    ### [`v4.1.17`](https://togithub.com/pierrec/lz4/compare/v4.1.16...v4.1.17)
    
    [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.16...v4.1.17)
    
    ### [`v4.1.16`](https://togithub.com/pierrec/lz4/compare/v4.1.15...v4.1.16)
    
    [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.15...v4.1.16)
    
    ### [`v4.1.15`](https://togithub.com/pierrec/lz4/compare/v4.1.14...v4.1.15)
    
    [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.14...v4.1.15)
    
    ### [`v4.1.14`](https://togithub.com/pierrec/lz4/compare/v4.1.13...v4.1.14)
    
    [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.13...v4.1.14)
    
    ### [`v4.1.13`](https://togithub.com/pierrec/lz4/compare/v4.1.12...v4.1.13)
    
    [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.12...v4.1.13)
    
    ### [`v4.1.12`](https://togithub.com/pierrec/lz4/compare/v4.1.11...v4.1.12)
    
    [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.11...v4.1.12)
    
    ### [`v4.1.11`](https://togithub.com/pierrec/lz4/compare/v4.1.10...v4.1.11)
    
    [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.10...v4.1.11)
    
    ### [`v4.1.10`](https://togithub.com/pierrec/lz4/compare/v4.1.9...v4.1.10)
    
    [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.9...v4.1.10)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    fbc42d4 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update module github.com/stretchr/testify to v1.8.2 (#80)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/stretchr/testify](https://togithub.com/stretchr/testify) | require | patch | `v1.8.1` -> `v1.8.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>stretchr/testify</summary>
    
    ### [`v1.8.2`](https://togithub.com/stretchr/testify/compare/v1.8.1...v1.8.2)
    
    [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.1...v1.8.2)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b080141 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Update dependency golangci/golangci-lint to v1.51.2 (#81)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.50.1` -> `v1.51.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint</summary>
    
    ### [`v1.51.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1512)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.51.1...v1.51.2)
    
    1.  updated linters
        -   `forbidigo`: from 1.3.0 to 1.4.0
        -   `gci`: from 0.9.0 to 0.9.1
        -   `go-critic`: from 0.6.5 to 0.6.7
        -   `go-errorlint`: from 1.0.6 to 1.1.0
        -   `gosec`: from 2.14.0 to 2.15.0
        -   `musttag`: from 0.4.4 to 0.4.5
        -   `staticcheck`: from 0.4.0 to 0.4.2
        -   `tools`: from 0.5.0 to 0.6.0
        -   `usestdlibvars`: from 1.21.1 to 1.23.0
        -   `wsl`: from 3.3.0 to 3.4.0
        -   `govet`: enable `timeformat` by default
    2.  misc.
        -   fix: cache status size calculation
        -   add new source archive
    3.  Documentation
        -   Improve installation section
        -   Replace links to godoc.org with pkg.go.dev
    
    ### [`v1.51.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1511)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.51.0...v1.51.1)
    
    1.  updated linters
        -   `ginkgolinter`: from 0.7.1 to 0.8.1
        -   `ineffassign`: bump to HEAD
        -   `musttag`: from 0.4.3 to 0.4.4
        -   `sqlclosecheck`: from 0.3.0 to 0.4.0
        -   `staticcheck`: bump to v0.4.0
        -   `wastedassign`: from 2.0.6 to 2.0.7
        -   `wrapcheck`: from 2.7.0 to 2.8.0
    
    ### [`v1.51.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1510)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.50.1...v1.51.0)
    
    1.  new linters
        -   `ginkgolinter`: https://github.com/nunnatsa/ginkgolinter
        -   `musttag`: https://github.com/junk1tm/musttag
        -   `gocheckcompilerdirectives`: https://github.com/leighmcculloch/gocheckcompilerdirectives
    2.  updated linters
        -   `bodyclose`: to HEAD
        -   `dupword`: from 0.0.7 to 0.0.9
        -   `errcheck`: from 1.6.2 to 1.6.3
        -   `exhaustive`: from 0.8.3 to 0.9.5
        -   `exportloopref`: from 0.1.8 to 0.1.11
        -   `gci`: from 0.8.1 to 0.9.0
        -   `ginkgolinter`: from 0.6.0 to 0.7.1
        -   `go-errorlint`: from 1.0.5 to 1.0.6
        -   `go-ruleguard`: from 0.3.21 to 0.3.22
        -   `gocheckcompilerdirectives`: from 1.1.0 to 1.2.1
        -   `gochecknoglobals`: from 0.1.0 to 0.2.1
        -   `gomodguard`: from 1.2.4 to 1.3.0
        -   `gosec`: from 2.13.1 to 2.14.0
        -   `govet`: Add `timeformat` to analysers
        -   `grouper`: from 1.1.0 to 1.1.1
        -   `musttag`: from 0.4.1 to 0.4.3
        -   `revive`: from 1.2.4 to 1.2.5
        -   `tagliatelle`: from 0.3.1 to 0.4.0
        -   `tenv`: from 1.7.0 to 1.7.1
        -   `unparam`: bump to HEAD
        -   `usestdlibvars`: from 1.20.0 to 1.21.1
        -   `wsl`: fix `force-err-cuddling` flag
    3.  misc.
        -   go1.20 support
        -   remove deprecated linters from presets
        -   Build NetBSD binaries
        -   Build loong64 binaries
    4.  Documentation
        -   `goimport`: improve documentation for local-prefixes
        -   `gomnd`: add missing always ignored functions
        -   `nolint`: fix typo
        -   `tagliatelle` usage typo
        -   add note about binary requirement for plugin
        -   cache preserving and colored output on docker runs
        -   improve documentation about debugging.
        -   improve Editor Integration section
        -   More specific default cache directory
        -   update output example to use valid checkstyle example; add json example
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1643df5 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Update leonsteinhaeuser/project-beta-automations action …

    …to v2.1.0 (#82)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [leonsteinhaeuser/project-beta-automations](https://togithub.com/leonsteinhaeuser/project-beta-automations) | action | minor | `v2.0.1` -> `v2.1.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>leonsteinhaeuser/project-beta-automations</summary>
    
    ### [`v2.1.0`](https://togithub.com/leonsteinhaeuser/project-beta-automations/releases/tag/v2.1.0)
    
    [Compare Source](https://togithub.com/leonsteinhaeuser/project-beta-automations/compare/v2.0.1...v2.1.0)
    
    #### What's Changed
    
    -   Updating documentation for required permissions when using GH App auth by [@&#8203;mishagp](https://togithub.com/mishagp) in [https://github.com/leonsteinhaeuser/project-beta-automations/pull/55](https://togithub.com/leonsteinhaeuser/project-beta-automations/pull/55)
    -   enhancement: added latest v2 to the bug issue version select by [@&#8203;jaclynjessup](https://togithub.com/jaclynjessup) in [https://github.com/leonsteinhaeuser/project-beta-automations/pull/57](https://togithub.com/leonsteinhaeuser/project-beta-automations/pull/57)
    -   feat: move related issues by [@&#8203;leonsteinhaeuser](https://togithub.com/leonsteinhaeuser) in [https://github.com/leonsteinhaeuser/project-beta-automations/pull/59](https://togithub.com/leonsteinhaeuser/project-beta-automations/pull/59)
    
    #### New Contributors
    
    -   [@&#8203;mishagp](https://togithub.com/mishagp) made their first contribution in [https://github.com/leonsteinhaeuser/project-beta-automations/pull/55](https://togithub.com/leonsteinhaeuser/project-beta-automations/pull/55)
    -   [@&#8203;jaclynjessup](https://togithub.com/jaclynjessup) made their first contribution in [https://github.com/leonsteinhaeuser/project-beta-automations/pull/57](https://togithub.com/leonsteinhaeuser/project-beta-automations/pull/57)
    
    **Full Changelog**: leonsteinhaeuser/project-beta-automations@v2.0.1...v2.1.0
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5167ddd View commit details
    Browse the repository at this point in the history
  6. fix(deps): Update module github.com/apache/thrift to v0.18.0 (#83)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/apache/thrift](https://togithub.com/apache/thrift) | indirect | minor | `v0.14.2` -> `v0.18.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>apache/thrift</summary>
    
    ### [`v0.18.0`](https://togithub.com/apache/thrift/releases/tag/v0.18.0): Version 0.18.0
    
    [Compare Source](https://togithub.com/apache/thrift/compare/v0.17.0...v0.18.0)
    
    Please head over to the **official release download source**:
    http://thrift.apache.org/download
    
    The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website.
    
    ### [`v0.17.0`](https://togithub.com/apache/thrift/releases/tag/v0.17.0): Version 0.17.0
    
    [Compare Source](https://togithub.com/apache/thrift/compare/v0.16.0...v0.17.0)
    
    Please head over to the **official release download source**:
    http://thrift.apache.org/download
    
    The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website.
    
    ### [`v0.16.0`](https://togithub.com/apache/thrift/releases/tag/v0.16.0): Version 0.16.0
    
    [Compare Source](https://togithub.com/apache/thrift/compare/v0.15.0...v0.16.0)
    
    For release 0.16.0 head over to the official release download source:
    http://thrift.apache.org/download
    
    The assets below are added by Github based on the release tag and they may therefore not match the checkums.
    
    ### [`v0.15.0`](https://togithub.com/apache/thrift/releases/tag/v0.15.0): Version 0.15.0
    
    [Compare Source](https://togithub.com/apache/thrift/compare/v0.14.2...v0.15.0)
    
    For release 0.15.0 head over to the official release download source:
    http://thrift.apache.org/download
    
    The assets below are added by Github based on the release tag and they may therefore not match the checkums.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
    cq-bot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    bce51fa View commit details
    Browse the repository at this point in the history
  7. fix(deps): Update module github.com/klauspost/compress to v1.16.0 (#84)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/klauspost/compress](https://togithub.com/klauspost/compress) | indirect | minor | `v1.15.11` -> `v1.16.0` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>klauspost/compress</summary>
    
    ### [`v1.16.0`](https://togithub.com/klauspost/compress/releases/tag/v1.16.0)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.15.15...v1.16.0)
    
    #### What's Changed
    
    -   s2: Add Dictionary support by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/685](https://togithub.com/klauspost/compress/pull/685)
    -   s2: Add Compression Size Estimate by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/752](https://togithub.com/klauspost/compress/pull/752)
    -   s2: Add support for custom stream encoder by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/755](https://togithub.com/klauspost/compress/pull/755)
    -   s2: Add LZ4 block converter by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/748](https://togithub.com/klauspost/compress/pull/748)
    -   s2: Support io.ReaderAt in ReadSeeker by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/747](https://togithub.com/klauspost/compress/pull/747)
    -   s2c/s2sx: Use concurrent decoding by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/746](https://togithub.com/klauspost/compress/pull/746)
    -   tests: Upgrade to Go 1.20 by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/749](https://togithub.com/klauspost/compress/pull/749)
    -   Update all (command) dependencies by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/758](https://togithub.com/klauspost/compress/pull/758)
    
    **Full Changelog**: klauspost/compress@v1.15.15...v1.16.0
    
    ### [`v1.15.15`](https://togithub.com/klauspost/compress/releases/tag/v1.15.15)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.15.14...v1.15.15)
    
    #### What's Changed
    
    -   zstd: Add delta encoding support by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/728](https://togithub.com/klauspost/compress/pull/728)
    -   huff0: Reduce bounds checking by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/734](https://togithub.com/klauspost/compress/pull/734)
    -   huff0: Assembler improvements by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/736](https://togithub.com/klauspost/compress/pull/736)
    -   deflate: Improve level 7-9 by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/739](https://togithub.com/klauspost/compress/pull/739)
    -   gzhttp: Add SuffixETag() and DropETag() options to prevent ETag collisions on compressed responses by [@&#8203;willbicks](https://togithub.com/willbicks) in [https://github.com/klauspost/compress/pull/740](https://togithub.com/klauspost/compress/pull/740)
    -   zstd: Don't allocate dataStorage when using byteBuf by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/741](https://togithub.com/klauspost/compress/pull/741)
    -   huff0: Speed up compression of short blocks by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/744](https://togithub.com/klauspost/compress/pull/744)
    -   zstd: Handle dicts by pointer, always by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/743](https://togithub.com/klauspost/compress/pull/743)
    -   fse: Optimize compression by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/745](https://togithub.com/klauspost/compress/pull/745)
    -   Retract v1.14.1-v.1.14.3 by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/742](https://togithub.com/klauspost/compress/pull/742)
    
    #### New Contributors
    
    -   [@&#8203;willbicks](https://togithub.com/willbicks) made their first contribution in [https://github.com/klauspost/compress/pull/740](https://togithub.com/klauspost/compress/pull/740)
    
    **Full Changelog**: klauspost/compress@v1.15.14...v1.15.15
    
    ### [`v1.15.14`](https://togithub.com/klauspost/compress/releases/tag/v1.15.14)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.15.13...v1.15.14)
    
    #### What's Changed
    
    -   flate: Improve speed in big stateless blocks. by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/718](https://togithub.com/klauspost/compress/pull/718)
    -   zstd: Trigger BCE by switching on lengths by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/716](https://togithub.com/klauspost/compress/pull/716)
    -   zstd: Shave some instructions off the amd64 asm by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/720](https://togithub.com/klauspost/compress/pull/720)
    -   export NoGzipResponseWriter for custom ResponseWriter wrappers by [@&#8203;harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/klauspost/compress/pull/722](https://togithub.com/klauspost/compress/pull/722)
    -   s2: Add example for indexing and existing stream by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/723](https://togithub.com/klauspost/compress/pull/723)
    -   tests: Tweak fuzz tests by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/719](https://togithub.com/klauspost/compress/pull/719)
    
    #### New Contributors
    
    -   [@&#8203;harshavardhana](https://togithub.com/harshavardhana) made their first contribution in [https://github.com/klauspost/compress/pull/722](https://togithub.com/klauspost/compress/pull/722)
    
    **Full Changelog**: klauspost/compress@v1.15.13...v1.15.14
    
    ### [`v1.15.13`](https://togithub.com/klauspost/compress/releases/tag/v1.15.13)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.15.12...v1.15.13)
    
    #### What's Changed
    
    -   zstd: Add MaxEncodedSize to encoder by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/691](https://togithub.com/klauspost/compress/pull/691)
    -   zstd: Improve "best" end search by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/693](https://togithub.com/klauspost/compress/pull/693)
    -   zstd: Replace bytes.Equal with smaller comparisons by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/695](https://togithub.com/klauspost/compress/pull/695)
    -   zstd: Faster CRC checking/skipping by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/696](https://togithub.com/klauspost/compress/pull/696)
    -   zstd: Rewrite matchLen to make it inlineable by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/701](https://togithub.com/klauspost/compress/pull/701)
    -   zstd: Write table clearing in a way that the compiler recognizes by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/702](https://togithub.com/klauspost/compress/pull/702)
    -   zstd: Use individual reset threshold by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/703](https://togithub.com/klauspost/compress/pull/703)
    -   huff0: Check for zeros earlier in Scratch.countSimple by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/704](https://togithub.com/klauspost/compress/pull/704)
    -   zstd: Improve best compression's match selection by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/705](https://togithub.com/klauspost/compress/pull/705)
    -   zstd: Select best match using selection trees by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/706](https://togithub.com/klauspost/compress/pull/706)
    -   zstd: sync xxhash with final accepted patch upstream by [@&#8203;lizthegrey](https://togithub.com/lizthegrey) in [https://github.com/klauspost/compress/pull/707](https://togithub.com/klauspost/compress/pull/707)
    -   zstd: Import xxhash v2.2.0 by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/708](https://togithub.com/klauspost/compress/pull/708)
    
    **Full Changelog**: klauspost/compress@v1.15.12...v1.15.13
    
    ### [`v1.15.12`](https://togithub.com/klauspost/compress/releases/tag/v1.15.12)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.15.11...v1.15.12)
    
    #### What's Changed
    
    -   zstd: Tweak decoder allocs. by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/680](https://togithub.com/klauspost/compress/pull/680)
    -   gzhttp: Always delete `HeaderNoCompression` by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/683](https://togithub.com/klauspost/compress/pull/683)
    
    **Full Changelog**: klauspost/compress@v1.15.11...v1.15.12
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
    cq-bot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a9c9da3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.41.0 (#…

    …86)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.40.0` -> `v1.41.0` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk</summary>
    
    ### [`v1.41.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.41.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.40.0...v1.41.0)
    
    ##### Features
    
    -   Deterministic \_cq_id ([#&#8203;712](https://togithub.com/cloudquery/plugin-sdk/issues/712)) ([2e7ad2c](https://togithub.com/cloudquery/plugin-sdk/commit/2e7ad2c03e9817ea00de31774a8869ef77b60325))
    -   **multiplex:** Detect duplicated clients ([#&#8203;723](https://togithub.com/cloudquery/plugin-sdk/issues/723)) ([dfb039d](https://togithub.com/cloudquery/plugin-sdk/commit/dfb039d76c6976749c001bd7f12fcb32fa052e9d))
    
    ##### Bug Fixes
    
    -   Cleanup code ([#&#8203;710](https://togithub.com/cloudquery/plugin-sdk/issues/710)) ([963f03c](https://togithub.com/cloudquery/plugin-sdk/commit/963f03cd3d12a6ebdc091a5a555472abec858c00))
    -   **deps:** Update golang.org/x/exp digest to [`c95f2b4`](https://togithub.com/cloudquery/plugin-sdk/commit/c95f2b4) ([#&#8203;718](https://togithub.com/cloudquery/plugin-sdk/issues/718)) ([de52c10](https://togithub.com/cloudquery/plugin-sdk/commit/de52c10aa43132b2ceb08486722bb5fdd2acf8a1))
    -   **deps:** Update google.golang.org/genproto digest to [`9b19f0b`](https://togithub.com/cloudquery/plugin-sdk/commit/9b19f0b) ([#&#8203;719](https://togithub.com/cloudquery/plugin-sdk/issues/719)) ([ecfddea](https://togithub.com/cloudquery/plugin-sdk/commit/ecfddeaff6a6ffcc4cc9c454ae3906bd7e9e01f7))
    -   **deps:** Update module github.com/rivo/uniseg to v0.4.4 ([#&#8203;720](https://togithub.com/cloudquery/plugin-sdk/issues/720)) ([0da69b6](https://togithub.com/cloudquery/plugin-sdk/commit/0da69b6a488fbbc6010cecea26522836a2ddba65))
    -   **deps:** Update module github.com/stretchr/testify to v1.8.2 ([#&#8203;721](https://togithub.com/cloudquery/plugin-sdk/issues/721)) ([19c0742](https://togithub.com/cloudquery/plugin-sdk/commit/19c07425eb1c82a2ef962ed411742291557db2b8))
    -   **pk:** Skip filter for no PK ([#&#8203;709](https://togithub.com/cloudquery/plugin-sdk/issues/709)) ([d0c2e26](https://togithub.com/cloudquery/plugin-sdk/commit/d0c2e2682b164707a0c15bfc5173ca7461cbf175))
    -   **types-json:** Disable HTML escaping during JSON marshalling ([#&#8203;714](https://togithub.com/cloudquery/plugin-sdk/issues/714)) ([2f6f1d8](https://togithub.com/cloudquery/plugin-sdk/commit/2f6f1d8c65653d2816c263851b07fa455c3cb5d1))
    -   **types-timestamp:** Ensure timestamp is UTC ([#&#8203;716](https://togithub.com/cloudquery/plugin-sdk/issues/716)) ([bb33629](https://togithub.com/cloudquery/plugin-sdk/commit/bb33629678bb01ee74da49296b0b14e024ce94af))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
    cq-bot authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    5b89f33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b2f1d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.42.0 (#…

    …88)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.41.0` -> `v1.42.0` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk</summary>
    
    ### [`v1.42.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.42.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.41.0...v1.42.0)
    
    ##### Features
    
    -   Add arrow support for timestamp and bytea ([#&#8203;724](https://togithub.com/cloudquery/plugin-sdk/issues/724)) ([c2e84c3](https://togithub.com/cloudquery/plugin-sdk/commit/c2e84c369d3d7eb63fcf27de494078ee09125998))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
    cq-bot authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    99da3b2 View commit details
    Browse the repository at this point in the history
  2. feat: Arrow migration (#87)

    Blocked by cloudquery/plugin-sdk#724
    
    but ready for initial review and discussion. I can do a short walkthrough for anyone up for review.
    
    Apache arrow fork is here (We use it until [this](apache/arrow#34454) is merged): https://github.com/cloudquery/arrow/tree/feat_extension_builder.
    
    Some more notes:
    - Right now we are just migrating the json writer/reader to use apache arrow so we can roll format by format and see if there are any real world issues before we roll this to everywhere instead of our own type system.
    yevgenypats authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    135f022 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. chore(main): Release v1.5.0 (#73)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.5.0](v1.4.2...v1.5.0) (2023-03-06)
    
    
    ### Features
    
    * Arrow migration ([#87](#87)) ([135f022](135f022))
    
    
    ### Bug Fixes
    
    * **deps:** Update golang.org/x/xerrors digest to 04be3eb ([#78](#78)) ([5d47135](5d47135))
    * **deps:** Update module github.com/apache/thrift to v0.18.0 ([#83](#83)) ([bce51fa](bce51fa))
    * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.38.1 ([#72](#72)) ([0eadcfd](0eadcfd))
    * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.38.2 ([#74](#74)) ([90bdbba](90bdbba))
    * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.39.0 ([#75](#75)) ([b65db2e](b65db2e))
    * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.39.1 ([#76](#76)) ([c03025e](c03025e))
    * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.40.0 ([#77](#77)) ([7ec1df0](7ec1df0))
    * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.41.0 ([#86](#86)) ([5b89f33](5b89f33))
    * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.42.0 ([#88](#88)) ([99da3b2](99da3b2))
    * **deps:** Update module github.com/klauspost/compress to v1.16.0 ([#84](#84)) ([a9c9da3](a9c9da3))
    * **deps:** Update module github.com/pierrec/lz4/v4 to v4.1.17 ([#79](#79)) ([fbc42d4](fbc42d4))
    * **deps:** Update module github.com/stretchr/testify to v1.8.2 ([#80](#80)) ([b080141](b080141))
    
    ---
    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 7, 2023
    Configuration menu
    Copy the full SHA
    8c4ab4c View commit details
    Browse the repository at this point in the history
Loading