Skip to content

Releases: ecyrbe/apix-rust

Release v0.6.0

23 Jan 14:06
Compare
Choose a tag to compare

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

15 Jan 19:45
Compare
Choose a tag to compare

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

15 Jan 16:35
Compare
Choose a tag to compare

What's new:

  • Binary is now stripped of debug information

Full Changelog: v0.5.0.alpha...v0.5.1.alpha

Release v0.5.0.alpha

15 Jan 15:23
Compare
Choose a tag to compare

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> or apix -o <file path>)

Full Changelog: v0.4.0.alpha...v0.5.0.alpha

Release v0.4.2.alpha

14 Jan 20:07
Compare
Choose a tag to compare

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

14 Jan 10:23
Compare
Choose a tag to compare

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)

09 Jan 17:56
Compare
Choose a tag to compare

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)

02 Jan 18:45
85856fc
Compare
Choose a tag to compare

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)

31 Dec 22:00
Compare
Choose a tag to compare
Release 0.1.0 (alpha) Pre-release
Pre-release

**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