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

2.3.0 Release #41

Merged
merged 22 commits into from
Feb 28, 2020
Merged

2.3.0 Release #41

merged 22 commits into from
Feb 28, 2020

Conversation

oliverholliday and others added 20 commits February 26, 2019 10:12
Allow NON_BOUNDED value to be used as constructor parameter
Simplify the constructors for PeriodicBatchingSink and BoundedConcurrentQueue.
…ctor to support usage as a wrapper class; fixes #38
Refactor to support use as a wrapper sink; add sink options
Set defaults when using PeriodicBatchingSinkOptions
{
const int NON_BOUNDED = -1;
public const int NonBounded = -1;

Choose a reason for hiding this comment

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

Are we tracking to rename this to Unbounded on the next release? NonBounded is not proper English.

Choose a reason for hiding this comment

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

Can't believe I didn't catch that when writing it.

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 fixed the XML parameter docs but forgot about this; I'll send one though (though it's not public API surface)

@julealgon
Copy link

Eagerly awaiting for this one! Do we have an ETA? I assume the package will be published as soon as this is merged?

@nblumhardt
Copy link
Member Author

Hi @julealgon - yes, this will be published as soon as it's merged. Ideally we'd get some more feedback on the new APIs before setting them in stone, but if we don't hear any more this week I'll hit the button 👍

@nblumhardt nblumhardt merged commit 6f3908f into master Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants