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

[Event Hubs Client] Minor Fixes #18054

Merged
merged 1 commit into from
Jan 19, 2021
Merged

Conversation

jsquire
Copy link
Member

@jsquire jsquire commented Jan 19, 2021

Summary

The focus of these changes is to hide previously overlooked members related to the idempotent publishing feature and to fix an inadvertent breaking change.

Last Upstream Rebase

Monday, January 19, 3:38pm (EST)

@jsquire jsquire added Event Hubs Client This issue points to a problem in the data-plane of the library. labels Jan 19, 2021
@jsquire jsquire added this to the [2021] February milestone Jan 19, 2021
@jsquire jsquire self-assigned this Jan 19, 2021
The focus of these changes is to hide previously overlooked members related
to the idempotent publishing feature and to fix an inadvertent breaking change.
@@ -513,8 +511,8 @@ public partial class EventHubProducerClient : System.IAsyncDisposable
public virtual System.Threading.Tasks.Task<string[]> GetPartitionIdsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Messaging.EventHubs.PartitionProperties> GetPartitionPropertiesAsync(string partitionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task SendAsync(Azure.Messaging.EventHubs.Producer.EventDataBatch eventBatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task SendAsync(System.Collections.Generic.IEnumerable<Azure.Messaging.EventHubs.EventData> eventSet, Azure.Messaging.EventHubs.Producer.SendEventOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task SendAsync(System.Collections.Generic.IEnumerable<Azure.Messaging.EventHubs.EventData> eventSet, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task SendAsync(System.Collections.Generic.IEnumerable<Azure.Messaging.EventHubs.EventData> eventBatch, Azure.Messaging.EventHubs.Producer.SendEventOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just made aware that parameter renames are breaking changes, despite not being flagged by ApiCompat checks. These have been reverted to match the latest GA (v5.2.0)

@jsquire jsquire merged commit 9f3490f into Azure:master Jan 19, 2021
@jsquire jsquire deleted the eventhubs/minor-fixes branch January 19, 2021 21:18
minnieliu pushed a commit to minnieliu/azure-sdk-for-net that referenced this pull request Jan 23, 2021
The focus of these changes is to hide previously overlooked members related
to the idempotent publishing feature and to fix an inadvertent breaking change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants