- Fix to ensure validation and parse working when request header content type with charset (issue#15)
- Fix to adapt request body (via
Plug.Parsers.JSON
) validation in a"_json"
key wrapper (issue#19) - Adapt to use
conn.host
for HMAC authorization when use Plug"1.14.0"
(PR#18) - Update compile compatibility with Elixir
~> 1.14
(PR#21)
- Fix test failed in OTP24
- Add HMAC based authentication implement (issue#8)
- Some fixing and enhancement (PR#12)
- Fix to make properly handle file uploads
- Add
--force
and--quiet
options for mix oas.gen.plug
Fix unexpected "..." string in generated pre_*
module when a large number of parameters defined
- Improve errors handle and add a guide about it
- Fix incorrectly handle errors in generated plug module
- Simplify
handle_errors/2
process in generatedpre_*
module
- Add
conn.private.oasis_router
- Add a specification extensions guide
- Support Security Scheme Object with Bearer Authentication
- Fix the order to override
x-oasis-name-space
field
- Fix unexpected
:body_schema
in generatedpre_*
module
- Use
Oasis.Controller
- Implement some parts of OpenAPI definition
*Object
in parse - Implement a basic router and plugs pipeline process
- Add a mix task
mix task oas.gen.plug
to generate code - 100% test coverage