Skip to content

5.3.0 #1381

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

Merged
merged 17 commits into from
May 6, 2023
Merged

5.3.0 #1381

merged 17 commits into from
May 6, 2023

Conversation

LordOfPolls
Copy link
Contributor

Pull Request Type

  • Feature addition
  • Bugfix
  • Documentation update
  • Code refactor
  • Tests improvement
  • CI/CD pipeline enhancement
  • Other: [Replace with a description]

Description

Updates stable release to 5.3.0

Changes

See commits

Related Issues

Test Scenarios

Python Compatibility

  • I've ensured my code works on Python 3.10.x
  • I've ensured my code works on Python 3.11.x

Checklist

  • I've run the pre-commit code linter over all edited files
  • I've tested my changes on supported Python versions
  • I've added tests for my code, if applicable
  • I've updated / added documentation, where applicable

artem30801 and others added 14 commits May 2, 2023 07:22
* feat: add component to property of ComponentContext

* format: formatting run through

* Fix Typehints and docs

* fix Grammar Error for docs
* feat: add missing enums

* feat: implement new rules and triggers

* style: remove redundant ellipsis 

Signed-off-by: LordOfPolls <ddavidallen13@gmail.com>

---------

Signed-off-by: LordOfPolls <ddavidallen13@gmail.com>
* tests: Remove unused pytest plugin

* ci: Only generate coverage xml for CI runs.
merged as non breaking as this is not a breaking change - its intended behaviour that was missed 

* fix!: pass a Member as author of MessageReactionRemove

* else + if = elif
* feat: support clyde channel flag

* feat: add thread prop for clyde created
* feat: pass event object based on listeners signature

* Moved inspection to Listener.create, added warnings

* ci: correct from checks.

* fixed listeners in cogs

* feat: defer param processing until after binding

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: artem30801 <artem3080@gmail.com>
Co-authored-by: LordOfPolls <dev@lordofpolls.com>
Signed-off-by: LordOfPolls <ddavidallen13@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented May 3, 2023

Codecov Report

Patch coverage: 73.11% and project coverage change: +12.95 🎉

Comparison is base (c3fc966) 47.46% compared to head (da8a6dc) 60.41%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@             Coverage Diff             @@
##           stable    #1381       +/-   ##
===========================================
+ Coverage   47.46%   60.41%   +12.95%     
===========================================
  Files         139      139               
  Lines       14504    14587       +83     
===========================================
+ Hits         6884     8813     +1929     
+ Misses       7620     5774     -1846     
Impacted Files Coverage Δ
interactions/ext/prefixed_commands/manager.py 20.60% <0.00%> (ø)
...teractions/models/internal/application_commands.py 33.05% <ø> (+1.32%) ⬆️
interactions/models/internal/extension.py 36.92% <0.00%> (ø)
setup.py 0.00% <ø> (ø)
interactions/models/internal/context.py 38.92% <25.00%> (-0.53%) ⬇️
interactions/models/discord/user.py 75.63% <60.00%> (+22.13%) ⬆️
interactions/api/events/base.py 86.48% <66.66%> (+4.13%) ⬆️
interactions/client/client.py 46.18% <66.66%> (+15.33%) ⬆️
interactions/models/discord/channel.py 51.74% <66.66%> (+6.80%) ⬆️
interactions/models/discord/guild.py 60.42% <66.66%> (+7.38%) ⬆️
... and 5 more

... and 56 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

AstreaTSS and others added 2 commits May 5, 2023 21:38
* fix: correct typehint for discrim

* fix💥: account for discord's discrim change

* fix: match behavior to discord docs pr

discord/discord-api-docs#6130

* feat: set default for discrim

---------

Co-authored-by: Astrea49 <25420078+Astrea49@users.noreply.github.com>
Co-authored-by: Astrea49 <25420078+Astrea49@users.noreply.github.com>
@LordOfPolls LordOfPolls merged commit 8963704 into stable May 6, 2023
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.

8 participants