Changelog

Unreleased - ReleaseDate

0.2.1 - 2024-7-9

  • Fixed mix.exs config to add mocks files to package

0.2.0 - 2024-7-9

Added

  • Additional headers will be added to request if configured in http_headers
  • Mock functions for convince of testing

0.1.6 - 2024-7-8

  • Pass request query parameters in client to handle list requests

0.1.5 - 2024-7-8

  • Handle error responses

0.1.4 - 2024-7-8

  • Added error that all operations return in case of error

0.1.3 - 2024-7-5

  • Added missing md docs files

0.1.2 - 2024-7-5

  • Removed unused schema files
  • Updated mix configuration to use poison only for tests
  • Updated mix configuration links
  • Added license doc

0.1.1 - 2024-7-5

  • Configured oapi_generator
  • Implemented client with requests method that converts arrow map to expected result type
  • Written tests for all operations