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

Custom encoding support #1278

Merged
merged 6 commits into from Sep 2, 2023
Merged

Custom encoding support #1278

merged 6 commits into from Sep 2, 2023

Conversation

Olegt0rr
Copy link
Contributor

@Olegt0rr Olegt0rr commented Aug 22, 2023

Description

Added support for custom encoders/decoders

Fixes #1262

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Operating System:
  • Python version:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@github-actions github-actions bot added the 3.x Issue or PR for stable 3.x version label Aug 22, 2023
@github-actions
Copy link

github-actions bot commented Aug 22, 2023

✔️ Changelog found.

Thank you for adding a description of the changes

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #1278 (2dc0be6) into dev-3.x (a0ae934) will not change coverage.
Report is 2 commits behind head on dev-3.x.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           dev-3.x     #1278   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          366       367    +1     
  Lines         9339      9352   +13     
=========================================
+ Hits          9339      9352   +13     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
aiogram/utils/deep_linking.py 100.00% <100.00%> (ø)
aiogram/utils/payload.py 100.00% <100.00%> (ø)

@Olegt0rr Olegt0rr added the enhancement Make it better! label Aug 22, 2023
@Olegt0rr Olegt0rr marked this pull request as ready for review August 22, 2023 14:07
@Olegt0rr Olegt0rr requested review from JrooTJunior and a team August 22, 2023 14:07
@JrooTJunior JrooTJunior added this to the 3.x future milestone Aug 22, 2023
@JrooTJunior JrooTJunior merged commit 995a0d7 into dev-3.x Sep 2, 2023
22 checks passed
@Olegt0rr Olegt0rr deleted the custom-payload-encoding branch September 2, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issue or PR for stable 3.x version enhancement Make it better!
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Deep link AES128
2 participants