-
Notifications
You must be signed in to change notification settings - Fork 78
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 limit to last feature #57
Conversation
Should we add a system test for this feature? |
@crwilcox I'll defer to you on the python code change. |
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.
Thanks for adding the feature, deferring to python expertise for the code change.
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.
A few comment/docs requests, but leaving it up to @crwilcox for approval and merge.
Co-authored-by: BenWhitehead <[email protected]>
@IlyaFaer @BenWhitehead I think we may want this in before releasing 1.8.0 |
Yeah, we definitely want this pre v2 |
Thanks for the updated comments. Merging. |
* feat: integrate limit_to_last changes from #57 to async * fix: whitespace in docs * fix: whitespace in docs
Pushing an implementation with de-deprecation of the
get()
method (as @BenWhitehead mentioned).