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: 2dfeb02
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: a61f34e
Choose a head ref
  • 3 commits
  • 9 files changed
  • 5 contributors

Commits on Apr 20, 2023

  1. fix: Use Go memory allocator for arrow (#810)

    Following this short discussion - apache/arrow#35232
    
    It seems we don't really need to use Retain/Release outside the arrow library. We can always bring this back in the future if we would like to experiment if this brings better memory performance then the default go allocator.
    yevgenypats authored Apr 20, 2023
    1 Configuration menu
    Copy the full SHA
    b54e5e1 View commit details
    Browse the repository at this point in the history
  2. chore(testdata): Deprecation notice (#812)

    Follow-up for #811
    
    ---------
    
    Co-authored-by: Kemal <[email protected]>
    Co-authored-by: Erez Rokah <[email protected]>
    3 people authored Apr 20, 2023
    1 Configuration menu
    Copy the full SHA
    1419126 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v2.3.7 (#813)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.3.7](v2.3.6...v2.3.7) (2023-04-20)
    
    
    ### Bug Fixes
    
    * Use Go memory allocator for arrow ([#810](#810)) ([b54e5e1](b54e5e1))
    
    ---
    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 Apr 20, 2023
    1 Configuration menu
    Copy the full SHA
    a61f34e View commit details
    Browse the repository at this point in the history
Loading