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

Will this library still be maintained and have new versions released? #340

Open
whitewhite944 opened this issue Oct 9, 2023 · 7 comments

Comments

@whitewhite944
Copy link

I really like this library... I hope it will not be abandoned. I hope this is helpful! Let me know if you have any other questions.

@auvipy
Copy link
Collaborator

auvipy commented Oct 9, 2023

yes I will release a new version this week hopefully. it will never be abandoned

@fkleon
Copy link

fkleon commented Mar 20, 2024

@auvipy Any update on this in light of the imminent EOL date of Django 3.2? There are some known issues with Django 4.2 compatibility (e.g. #337 (comment))

@auvipy
Copy link
Collaborator

auvipy commented Mar 20, 2024

I would be happy to review contributions as Im busy for a while

@whitewhite944
Copy link
Author

@auvipy @fkleon To reduce workload, I think it is reasonable to only keep updating Django LTS versions, which can both keep up with the updates and not fall behind too much.

@auvipy
Copy link
Collaborator

auvipy commented Mar 20, 2024

I know but CI is broken. And time is very limited due to personal n pro setup

@naquiroz
Copy link

naquiroz commented Jul 11, 2024

Hey, no releases for the past 8 months, any plans on maintining it still? Also, what happend to the author @chibisov ?

@chibisov
Copy link
Owner

Hey, no releases for the past 8 months, any plans on maintining it still? Also, what happend to the author @chibisov ?

Hi. It's been a while since I've checked the repo.
I tried to fix the CI - and it works now. But tests are failing. E.g.:

======================================================================
FAIL: test_for_unsafe_methods (tests_app.tests.unit._etag.decorators.tests.ETAGProcessorTestBehavior_if_none_match)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/drf-extensions/drf-extensions/tests_app/tests/unit/_etag/decorators/tests.py", line 273, in test_for_unsafe_methods
    self.run_for_methods(UNSAFE_METHODS, condition_failed_status=status.HTTP_412_PRECONDITION_FAILED)
  File "/home/runner/work/drf-extensions/drf-extensions/tests_app/tests/unit/_etag/decorators/tests.py", line 204, in run_for_methods
    self.assertEqual(response.status_code, condition_failed_status, msg=msg)
AssertionError: 200 != 412 : For "POST" and if-none-match value 123 condition should fail and response must be returned with 412 status. But it is 200

I can release new version, but only when tests are fixed. I don't have time now, but your contribution if appreciated.

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

No branches or pull requests

5 participants