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/cloudquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cli-v3.16.1
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli-v3.16.2
Choose a head ref
  • 5 commits
  • 10 files changed
  • 6 contributors

Commits on Aug 30, 2023

  1. chore: Update CLI version to v3.16.1 (#13485)

    Updates the CLI latest version to v3.16.1
    cq-bot authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8bc6180 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. doc: Announcing the JavaScript SDK (#13352)

    #### Summary
    
    Blog post for the announcement of JavaScript SDK.
    Should be published on 8/31 (I'll merge this when the time comes).
    
    ---------
    
    Co-authored-by: pilvikala <michal@cloudquery.io>
    Co-authored-by: Tim Armstrong <tim@plaintextnerds.com>
    3 people authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f5ced8e View commit details
    Browse the repository at this point in the history
  2. fix!: Fix Bill without Feb (#13487)

    
    #### Summary
    
    <!--
    Explain what problem this PR addresses
    -->
    
    <!--
    easayliu authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    56d0e45 View commit details
    Browse the repository at this point in the history
  3. fix(main): Truncate sync time to microsecond (#13484)

    Fixes #13457
    If we have a destination that supports timestamps with precisions higher than microsecond (like MSSQL), we may end up removing all previously written data in `overwrite-delete-stale` mode.
    
    We already solved it once for Snowflake in #10354
    candiduslynx authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8f874b6 View commit details
    Browse the repository at this point in the history
  4. chore(main): Release cli v3.16.2 (#13489)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.16.2](cli-v3.16.1...cli-v3.16.2) (2023-08-31)
    
    
    ### Bug Fixes
    
    * **main:** Truncate sync time to microsecond ([#13484](#13484)) ([8f874b6](8f874b6))
    
    ---
    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 Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a26a80b View commit details
    Browse the repository at this point in the history
Loading