# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.2.2] - 2021-04-18 ### Changed - Add Client#search(parameters:) to allow passing `max_rerank` or `return_metadata`. - Deprecate Client#search with query, file or document parameters at the top level. - Thanks [@stevegeek](https://github.com/stevegeek) for pointing this issue out! ## [1.2.1] - 2021-04-11 ### Added - Add validation of JSONL files to make it easier to debug during upload. ## [1.2.0] - 2021-04-08 ### Added - Add Client#answers endpoint for question/answer response on documents or a file. ## [1.1.0] - 2021-04-07 ### Added - Add Client#files to allow file upload. - Add Client#search(file:) so you can search a file. ## [1.0.0] - 2021-02-01 ### Removed - Remove deprecated method Client#call - use Client#completions instead. ### Changed - Rename 'master' branch to 'main' branch. - Bump dependencies. ## [0.3.0] - 2020-11-22 ### Added - Add Client#completions to allow all parameters. ### Changed - Deprecate Client#call. - Update README. ## [0.2.0] - 2020-11-22 ### Added - Add method to use the search endpoint. ## [0.1.4] - 2020-10-18 ### Changed - Bump Rubocop to 3.9.2. - Bump Webmock to 3.9.1. ## [0.1.3] - 2020-09-09 ### Changed - Add ability to change API version in the future. - Fix README typos. ## [0.1.2] - 2020-09-09 ### Added - Add tests and cached responses for the different engines. - Add issue templates. ### Changed - Add README instructions for using the gem without dotenv. - Add list of engines to README. ## [0.1.1] - 2020-09-08 ### Added - Run Rubocop on pulls using CircleCI. ### Changed - Clean up CircleCI config file. ## [0.1.0] - 2020-09-06 ### Added - Initialise repository. - Add OpenAI::Client to connect to OpenAI API using user credentials. - Add spec for Client with a cached response using VCR. - Add CircleCI to run the specs on pull requests.