Skip to content

Releases: AndrewWalsh/openapi-devtools

v1.2.0

05 Nov 07:15
Compare
Choose a tag to compare
  • Add new option More Info. When enabled, the app will use the most recent request and most recent response as examples.
  • Add Import/Export feature. You can now export the app state to a string, and import it at any time to load a session. This also means that sessions can be shared.
  • Fixed an issue with parameterising encoded paths.

v1.1.1

02 Nov 03:19
Compare
Choose a tag to compare
  • @debakarr 's fix to ensure that we validate the JSON response, and not just rely on the mime type. In practice, this will catch some edge cases
  • Endpoints will now show basic auth as defined in the HTTP authorization header
  • Endpoints will now show digest auth as defined in the HTTP authorization header
  • There's more work to be done on the auth front. I took a look at har-to-openapi & it's clear that there are more opportunities to surface API keys and other important info. Next steps are to extract as much info from HTTP auth headers & cookies as possible.
  • Simplified HTTP auth implementation

v1.1.0

29 Oct 08:18
Compare
Choose a tag to compare
  • The app now ignores many default uninteresting request and response headers
  • Fixed a bug affecting path parameters that could happen when parameterising similar paths
  • Add support for determining auth from HTTP authorization headers. So far, Bearer auth has been implemented

v1.0.1

27 Oct 02:48
Compare
Choose a tag to compare
  • Fix: cannot parameterise when a longer path exists, such as /1/2<- when /1/2/... exists
  • Path parameters are always required
  • Readme additions
  • Setup GitHub releases

v1.0.0

27 Oct 00:26
Compare
Choose a tag to compare

The initial release of the tool.