-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat: Support blob type sources and GCS as an example of such source. #1366
Commits on Jul 22, 2024
-
Add support for blob type sources.
Signed-off-by: Alan Kutniewski <kutniewski@google.com>
Configuration menu - View commit details
-
Copy full SHA for 598a4c1 - Browse repository at this point
Copy the full SHA 598a4c1View commit details -
Support for GCS source using Blob sync.
Signed-off-by: Alan Kutniewski <kutniewski@google.com>
Configuration menu - View commit details
-
Copy full SHA for 0c7412a - Browse repository at this point
Copy the full SHA 0c7412aView commit details
Commits on Jul 24, 2024
-
fix(deps): update module connectrpc.com/otelconnect to v0.7.1 (open-f…
…eature#1367) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [connectrpc.com/otelconnect](https://togithub.com/connectrpc/otelconnect-go) | `v0.7.0` -> `v0.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/connectrpc.com%2fotelconnect/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/connectrpc.com%2fotelconnect/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/connectrpc.com%2fotelconnect/v0.7.0/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/connectrpc.com%2fotelconnect/v0.7.0/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>connectrpc/otelconnect-go (connectrpc.com/otelconnect)</summary> ### [`v0.7.1`](https://togithub.com/connectrpc/otelconnect-go/releases/tag/v0.7.1) [Compare Source](https://togithub.com/connectrpc/otelconnect-go/compare/v0.7.0...v0.7.1) This is a bug-fix release that addresses a race condition when closing a stream. #### What's Changed ##### Bugfixes - Fix data race in streaming client close by [@​emcfarlane](https://togithub.com/emcfarlane) in [#​173](https://togithub.com/connectrpc/otelconnect-go/issues/173) #### New Contributors - [@​gvacaliuc](https://togithub.com/gvacaliuc) made their first contribution in [#​163](https://togithub.com/connectrpc/otelconnect-go/issues/163) - [@​ytnsym](https://togithub.com/ytnsym) made their first contribution in [#​176](https://togithub.com/connectrpc/otelconnect-go/issues/176) - [@​drice-buf](https://togithub.com/drice-buf) made their first contribution in [#​178](https://togithub.com/connectrpc/otelconnect-go/issues/178) **Full Changelog**: connectrpc/otelconnect-go@v0.7.0...v0.7.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15d4070 - Browse repository at this point
Copy the full SHA 15d4070View commit details -
Signed-off-by: Alan Kutniewski <kutniewski@google.com>
Configuration menu - View commit details
-
Copy full SHA for 224a656 - Browse repository at this point
Copy the full SHA 224a656View commit details -
Update docs with the information about GCS sync source
Signed-off-by: Alan Kutniewski <kutniewski@google.com>
Configuration menu - View commit details
-
Copy full SHA for 186822e - Browse repository at this point
Copy the full SHA 186822eView commit details -
Simplify the blob sync by using bucket.Download and validate bucket and
boject in the init. Signed-off-by: Alan Kutniewski <kutniewski@google.com>
Configuration menu - View commit details
-
Copy full SHA for 18952d8 - Browse repository at this point
Copy the full SHA 18952d8View commit details
Commits on Jul 25, 2024
-
Signed-off-by: Alan Kutniewski <kutniewski@google.com>
Configuration menu - View commit details
-
Copy full SHA for 75c2ce9 - Browse repository at this point
Copy the full SHA 75c2ce9View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b03d802 - Browse repository at this point
Copy the full SHA b03d802View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d2f912 - Browse repository at this point
Copy the full SHA 7d2f912View commit details