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.17.2
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.18.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 4, 2023

  1. 1 Configuration menu
    Copy the full SHA
    a643ddf View commit details
    Browse the repository at this point in the history
  2. feat: Support conversion of Unix timestamps in timestamptz (#570)

    This adds support for Unix timestamps to the Timestamptz type. I think it's reasonable to expect that an integer type is to be interpreted as unix time, and a custom resolver should be used if this is not the case.
    hermanschaaf authored Jan 4, 2023
    1 Configuration menu
    Copy the full SHA
    6b948ab View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v1.18.0 (#571)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.18.0](v1.17.2...v1.18.0) (2023-01-04)
    
    
    ### Features
    
    * Add Transformer for tables (codegen replacement) ([#564](#564)) ([a643ddf](a643ddf))
    * Support conversion of Unix timestamps in timestamptz ([#570](#570)) ([6b948ab](6b948ab))
    
    ---
    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 4, 2023
    1 Configuration menu
    Copy the full SHA
    f6818cb View commit details
    Browse the repository at this point in the history
Loading