Releases: ecyrbe/apix-rust
Releases · ecyrbe/apix-rust
Release v0.6.0
Changelog
All notable changes to this project will be documented in this file.
[0.6.0] - 2022-01-23
Documentation
- Add proxy documentation
Features
- Add output file option to metadata
- Add proxy support
- Add more args to requests without impl
- Print ctl get with comfy tables
Miscellaneous Tasks
- Add lock
- Only run ci if code or deps have changed
- Add changelog
- Bump to version 0.6.0
Full Changelog: v0.5.2.alpha...v0.6.0
Release v0.5.2.alpha
Changelog
What's new in this release :
Miscellaneous Tasks
- Auto generate changelog
- Fetch all tags
Full Changelog: v0.5.1.alpha...v0.5.2.alpha
Release v0.5.1.alpha
Release v0.5.0.alpha
What's new:
- Json output is now formatted when output is terminal
- Global option to store response body into a file no mater what (
apix --output-file <file path>
orapix -o <file path>
)
Full Changelog: v0.4.0.alpha...v0.5.0.alpha
Release v0.4.2.alpha
What's new:
- Allow exec parameters to be passed in command line (
apix exec <request> -p <name>:<value>
)
Full Changelog: v0.3.1...v0.4.2.alpha
Release v0.3.1
Whats's New :
- add linux/windows/macos builds and automate delivery to github via github actions
- ability to get resource information (native yaml format for now) : apix ctl get request <name_request>
- upload and download use emoji spinner for a better look and feel
- fix file upload content should be setup by apix since upload is streaming and reqwest has no way to precompute it itself
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0 (alpha)
What's New :
- Add dynamic dialog prompts when arguments are missing in the command line
- Add editor facility to edit yaml files
- Allow to execute a request by it's name
Release 0.2.0 (alpha)
What's New :
- YAML files support separating request query params from URL
- Add first version of wizard to help create request (apix ctl create request)
Release 0.1.0 (alpha)
**First release. **
What is supported for now :
- GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD requests (apix get, apix post ...)
- Upload / Download Big files
- Execute saved request in yaml format (apix exec)
- Execute complex templates in yaml format with Tera
- save config options (apix config)
- colored output with bat
Not yet in this release :
- context ( cookie sessions, auth token sessions, history, bound api)
- stories
- import openapi
- support secrets with achi corp vault
- assisted creation of new requests