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

feat: Updates User List to support created_at & last_active_at date filters #348

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

BrandonRomano
Copy link
Member

Add CreatedAtBefore, CreatedAtAfter, LastActiveAtBefore and LastActiveAtAfter to user.ListParams.

@BrandonRomano BrandonRomano marked this pull request as ready for review October 31, 2024 00:24
@BrandonRomano BrandonRomano requested a review from a team as a code owner October 31, 2024 00:24
Copy link
Member

@gkats gkats left a comment

Choose a reason for hiding this comment

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

🚀

CHANGELOG.md Outdated
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1
Copy link
Member

Choose a reason for hiding this comment

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

💯 Thank you for adding a changelog entry!

❓ Should we avoid adding a header for the version until we actually release it?

The next version bump could also be minor (not patch). Is it better if we leave the entries at the top without a header? I guess it doesn't matter much, but it would be good to follow a convention among us.

Feel free to leave as is.

Copy link
Member Author

Choose a reason for hiding this comment

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

❓ Should we avoid adding a header for the version until we actually release it?

You know, this is a good idea. I thought of this exact problem when I was typing up this header.

Perhaps we can use the header ## Next release, just so it's contextualized to anyone who peeks the changelog?

This work has yet to be released. When we cut a release, we will update
the changelog header to be the release number.
@BrandonRomano BrandonRomano merged commit a3db65d into v2 Oct 31, 2024
7 checks passed
@BrandonRomano BrandonRomano deleted the list-users-date-filters branch October 31, 2024 16:20
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.

2 participants