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

🔖 Release 2.4.0 #49

Merged
merged 1 commit into from
Sep 30, 2023
Merged

🔖 Release 2.4.0 #49

merged 1 commit into from
Sep 30, 2023

Conversation

Ousret
Copy link
Member

@Ousret Ousret commented Sep 30, 2023

Pull Request

My patch is about

  • 🐛 Bugfix
  • ⬆️ Improvement
  • 📝 Documentation
  • ✔️ Tests
  • ❇️ Feature

Checklist

  • I accept that my PR will be distributed under the MIT license.
  • Test cases added for changed code if necessary.

Describe what you have changed in this PR.

Long overdue refresh for this package.

Added

  • Support for JSON value in a header. It is now interpreted.
  • Explicit support for Python 3.12

Fixed

  • Incorrectly split a header when it contains a valid JSON (due to the comma delimiter)

Removed

  • Support for Python 3.6

Changed

  • (internal) Changed absolute import to relative ones.
  • The generic T passed to get_polymorphic is now bound to CustomHeader and covariants.

@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (ca39a55) 90.50% compared to head (5db16ba) 90.20%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   90.50%   90.20%   -0.30%     
==========================================
  Files           8        8              
  Lines        1274     1297      +23     
==========================================
+ Hits         1153     1170      +17     
- Misses        121      127       +6     
Files Coverage Δ
kiss_headers/__init__.py 100.00% <100.00%> (ø)
kiss_headers/builder.py 85.24% <100.00%> (ø)
kiss_headers/serializer.py 97.29% <100.00%> (ø)
kiss_headers/utils.py 91.83% <100.00%> (+0.17%) ⬆️
kiss_headers/version.py 100.00% <100.00%> (ø)
kiss_headers/api.py 91.35% <90.00%> (-0.85%) ⬇️
kiss_headers/models.py 92.29% <75.00%> (-0.65%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Ousret Ousret merged commit 6c2fd5d into master Sep 30, 2023
7 checks passed
@Ousret Ousret deleted the release-2.4.0 branch September 30, 2023 11:36
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