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

Only support OpenAPI 3.1 #15

Open
steve-chavez opened this issue Sep 29, 2023 · 1 comment
Open

Only support OpenAPI 3.1 #15

steve-chavez opened this issue Sep 29, 2023 · 1 comment

Comments

@steve-chavez
Copy link
Member

The roadmap mentions:

The first step in the roadmap is to migrate the OpenAPI spec from the PostgREST core repository (version 2.0 to 3.1):

https://github.com/PostgREST/postgrest-openapi#roadmap

Originally we thought it would be possible to replace the core openapi output in Haskell by somehow inlining the functions of this extension into a single query. But that seems too difficult (maybe impossible).

So I think we can just focus on openapi 3.0, to reduce the scope of the project.

With this we should still be able to fix all postgrest core issues. Since this lib is pure SQL, we can just instruct users to install it. They have been doing that for pgjwt for a long time anyway.

@wayland
Copy link
Contributor

wayland commented Oct 26, 2023

I've been focussing on 3.1.0.

@laurenceisla laurenceisla changed the title Only support OpenAPI 3.0 Only support OpenAPI 3.1 Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants