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

Advance master to release 1.21.7 #815

Merged
merged 101 commits into from Jul 20, 2023
Merged

Advance master to release 1.21.7 #815

merged 101 commits into from Jul 20, 2023

Conversation

JoelLefkowitz
Copy link
Collaborator

No description provided.

WasinTh and others added 30 commits August 25, 2019 13:36
`permission_classes` expects tuple but list was provided
fix a bug: url from swagger_settings.DEFAULT_API_URL is not working
Check for allow_null attribute
This change fixes an `OPTIONS` request to the API page which will return
a successful response, but the `TemplateHTMLRender` will not be prepared
to render it since there is no template name provided in either the view
or response [1].

[1]: https://github.com/encode/django-rest-framework/blob/f0a5b958a134e8cd94e3ef3263e8fa623ac9b82f/rest_framework/renderers.py#L178-L189
Add utf-8 support for generated formats
Remove universal wheel, python 2 is unsupported
@JoelLefkowitz JoelLefkowitz changed the title Release 1.21.4 Advance master to release 1.21.4 Feb 9, 2023
@onegreyonewhite
Copy link
Contributor

@JoelLefkowitz So when is the release going to be?

@onegreyonewhite
Copy link
Contributor

@JoelLefkowitz I'm preparing a PR here that will get rid of coreapi. Judging by how quickly the checks go, I will have time to add a fix. It would be cool to add this to the release, because DRF 3.15 intends to get rid of this dependency.

Expect PR tomorrow.

@JoelLefkowitz
Copy link
Collaborator Author

@JoelLefkowitz I'm preparing a PR here that will get rid of coreapi. Judging by how quickly the checks go, I will have time to add a fix. It would be cool to add this to the release, because DRF 3.15 intends to get rid of this dependency.

Expect PR tomorrow.

Thanks @onegreyonewhite

@JoelLefkowitz
Copy link
Collaborator Author

@JoelLefkowitz So when is the release going to be?

Today

onegreyonewhite and others added 5 commits June 15, 2023 22:22
* Feature: Migrate to PyYAML for yaml generator.

Closes #833

* Chore: Update swagger ui and redoc dependencies.

* Fix: Remove required coreapi dependency.
* Feature: Provide to override default renderers via settings.

* Feature: Enable tests for django 4.2.

* Docs: Add information how to override ``DEFAULT_SPEC_RENDERERS``.

* Feature: Add ``drf_yasg.inspectors.query.DrfAPICompatInspector``.

This inspector should be main and replace ``CoreAPICompatInspector`` in the future.
@onegreyonewhite
Copy link
Contributor

@JoelLefkowitz sorry for triggering you so frequently :-) When we can see new release and this PR will be pulled?

@JoelLefkowitz JoelLefkowitz changed the title Advance master to release 1.21.4 Advance master to release 1.21.7 Jul 20, 2023
@JoelLefkowitz JoelLefkowitz merged commit 78031f0 into master Jul 20, 2023
12 checks passed
@JoelLefkowitz
Copy link
Collaborator Author

Merged, big thanks to all contributors :)

@terencehonles
Copy link
Contributor

This looks like it was accidentally squashed and it should have been merged instead to preserve the history so Git knows where the commits merged. I created a PR for that in #867 which can either be FF'd or merged (to create 2 merges)

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.

None yet