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

chore: Update the backlog #10122

Merged
merged 1 commit into from
Mar 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions BACKLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ the request and want to put work into it.
- Status: No customer requests for this yet; can implement when
required.

## Storage: Better handling of compressed objects when compression is disabled

- Issue: [#1784](https://github.com/googleapis/google-cloud-dotnet/issues/1784)
- Issue: [#7154](https://github.com/googleapis/google-cloud-dotnet/issues/7154)
- Status: All possible options need server changes in some form or other.

## Diagnostics: Log exceptions thrown in TimedBuffer

- Issue: [#2182](https://github.com/googleapis/google-cloud-dotnet/issues/2182)
Expand All @@ -52,11 +46,6 @@ the request and want to put work into it.
- Issue: [#2166](https://github.com/googleapis/google-cloud-dotnet/issues/2166)
- Status: We haven't received interest for this feature.

## Diagnostics: Expose Tracing, Error Reporting and Logging common parts in a consumable way.

- Issue: [#2164](https://github.com/googleapis/google-cloud-dotnet/issues/2164)
- Status: This might not be a good idea, especially with OpenCensus integration coming up.

## Diagnostics: Including information stored in System.Exception.Data in the Stackdriver Error Reporting entry.

- Issue: [#2738](https://github.com/googleapis/google-cloud-dotnet/issues/2738)
Expand Down Expand Up @@ -87,3 +76,10 @@ the request and want to put work into it.
- Issue: [#5325](https://github.com/googleapis/google-cloud-dotnet/issues/5325)
- Status: Waiting for more demand on this so we can have better requirements.

## Storage: Provide writable upload and readable download streams

- Issue [#9250](https://github.com/googleapis/google-cloud-dotnet/issues/9250)
- Status: Unlikely to implement in Google.Cloud.Storage.V1. Should
be considered from the start for any future Storage library - with
a greenfield API surface and without the implementation constraints of
Google.Apis, we're much more likely to be able to do this cleanly.