Current section

Files

Jump to
oaskit CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## [0.8.0] - 2025-11-21
### πŸš€ Features
- Added experimental support for operation extensions
### πŸ› Bug Fixes
- Take all existing operation fields from operation macro
## [0.7.0] - 2025-11-13
### πŸš€ Features
- Support explode and delimiters in query parameters validator
- Automatically strip '[]' suffix from parameter names in validation
- Add support to simple header parameters (#37)
- Add precast for array of ref query parameter (#38)
### 🚜 Refactor
- Simplify parameter precast build code
- Return explicit server config fetch errors
### πŸ“š Documentation
- Document security option on operation macro
### πŸ§ͺ Testing
- Instrument Orval to test enforced array brackets
## [0.6.0] - 2025-10-13
### πŸš€ Features
- Added operation-level security check using user-defined plugs
- Added support for root level security requirements
- Handling security is now mandatory
### πŸ› Bug Fixes
- Ensure response body is a binary in Oaskit.Test.valid_response (#23)
- Fixed normalization of %Reference{} structs
## [0.5.1] - 2025-10-10
### πŸ› Bug Fixes
- Don't erase existing private conn data in ValidateRequest (#20)
### πŸ§ͺ Testing
- Ensure spec and operation id are preserved in private conn data
## [0.5.0] - 2025-09-16
### πŸš€ Features
- [**breaking**] ABNF parser dependency isn't optional anymore
## [0.4.1] - 2025-08-25
### πŸš€ Features
- Expose SpecValidator and SpecDumper tools
## [0.4.0] - 2025-08-21
### πŸš€ Features
- Provide request and response data abstractions for custom validations
## [0.3.1] - 2025-07-18
### πŸš€ Features
- Added the :unprefix option to remove an URL prefix in Paths.from_router/2
## [0.3.0] - 2025-07-10
### βš™οΈ Miscellaneous Tasks
- Upgrade OpenAPI spec schemas for JSV 0.10
## [0.2.0] - 2025-07-05
### πŸš€ Features
- Provide a JSON schema for the default error responses
## [0.1.2] - 2025-06-30
### πŸš€ Features
- Provide a controller to serve the specs and Redoc UI
## [0.1.1] - 2025-06-29
### πŸ“š Documentation
- Fix doc rendering on hexdocs.pm
### βš™οΈ Miscellaneous Tasks
- Setup versioning
## [0.1.0] - 2025-06-29
### πŸš€ Features
- Initialize from proof of concept
### βš™οΈ Miscellaneous Tasks
- Hex package setup
<!-- generated by git-cliff -->