Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.3 #11223

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

erezrokah
Copy link
Contributor

Summary

Extracted from #11150 as Neo4j failed when trying to insert unit64 that overflows int64, see https://github.com/cloudquery/cloudquery/actions/runs/5176150332/jobs/9324604657#step:8:9755.

The solution is to cast unit64 to int64. This allows us to save the value with no data loss. Readers can cast back to unit64 and get the original value.

@erezrokah erezrokah requested a review from a team as a code owner June 5, 2023 17:30
@erezrokah erezrokah requested review from hermanschaaf and removed request for a team June 5, 2023 17:30
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jun 5, 2023
@cq-bot cq-bot added the neo4j label Jun 5, 2023
@kodiakhq kodiakhq bot merged commit 89f5a0e into cloudquery:main Jun 5, 2023
8 checks passed
@erezrokah erezrokah deleted the fix/update_neo4j branch June 6, 2023 09:42
kodiakhq bot pushed a commit that referenced this pull request Jun 6, 2023
kodiakhq bot pushed a commit that referenced this pull request Jun 6, 2023
🤖 I have created a release *beep* *boop*
---


## [3.1.1](plugins-destination-neo4j-v3.1.0...plugins-destination-neo4j-v3.1.1) (2023-06-06)


### Bug Fixes

* **deps:** Update github.com/apache/arrow/go/v13 digest to e07e22c ([#11151](#11151)) ([5083cf7](5083cf7))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 20b0de9 ([#11199](#11199)) ([dc3565d](dc3565d))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 88d5dc2 ([#11226](#11226)) ([9f306bc](9f306bc))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to a7aad4c ([#11184](#11184)) ([8a0822e](8a0822e))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 ([#11169](#11169)) ([dcb0f92](dcb0f92))
* **deps:** Update golang.org/x/exp digest to 2e198f4 ([#11155](#11155)) ([c46c62b](c46c62b))
* **deps:** Update google.golang.org/genproto digest to e85fd2c ([#11156](#11156)) ([dbe7e92](dbe7e92))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.9 ([#11240](#11240)) ([f92cd4b](f92cd4b))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.3 ([#11223](#11223)) ([89f5a0e](89f5a0e))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.4 ([#11244](#11244)) ([8fceef6](8fceef6))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.6.7 ([#11043](#11043)) ([3c6d885](3c6d885))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge once required checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants