-
Notifications
You must be signed in to change notification settings - Fork 14
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
CHANGELOG: release RC10 #484
Conversation
Has the |
Yup, @smallhive has at least two projects converted now and yeah, there were #481 and #482. |
@roman-khimov, the last |
current |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider RC10 as a real stable RC
Old pool APIs are availabe in this release
Confuse me. Although, the full text is understandable for sure.
* automatic session creation/use can be disabled for Pool now (#454) | ||
|
||
Behaviour changes: | ||
* `container` package APIs using Container struct are now methods of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do you define what to backtick?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually trying to avoid misunderstandings, "Container" is OK unquoted, "container" not so much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and what about Pool
but "client's ObjectWriter" and "interface can work with both Client and Pool now"? i'm ok if there is some rule. but i do not see it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Client is a struct, just like Pool is. client
is a package. "client
's" looks awful, client's
is incorrect, therefore "client's"
Signed-off-by: Roman Khimov <[email protected]>
No description provided.