Skip to content

Latest commit

 

History

History
113 lines (73 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

113 lines (73 loc) · 7.63 KB

(Next)

  • Your contribution here.

0.8.0 (2024/01/06)

0.7.0 (2022/10/11)

0.6.0 (2022/06/11)

  • #87: Raised ExecutionError with partial error response - @QQism.
  • #90: Added support for Ruby 3.1 - @QQism.
  • #90: Dropped support for Ruby 2.5 - @QQism.
  • #91: Update GHA for danger with right permissions - @QQism.
  • #89: Replace Travis CI with Github Actions - @QQism.

0.5.0 (2020/12/28)

0.4.0 (2020/05/22)

0.3.7 (2019/11/14)

  • #68: Add Graphlient::Errors::ConnectionFailedError - @neroleung.

0.3.6 (2019/07/23)

  • #63: Remove unused method for attribute with typo - @ashkan18.
  • #62: Fix typo preventing access to response object on error - @jmondo.

0.3.4 (2019/01/31)

  • #56: Remove safe navigation usage to retain support for Ruby 2.2 - @avinoth.
  • #57: Add support for parsing queries from a String - @ateamlunchbox.

0.3.3 (2018/09/23)

0.3.2 (2018/07/03)

  • #46: Fix issue with gathering error details when trying to_s on GraphQLError - @ashkan18.
  • #45: Drop Support for Ruby 2.2 and Lock RuboCop - @jonallured.

0.3.1 (2018/04/17)

0.3.0 (2018/02/22)

0.2.0 (2017/11/09)

  • #33: Added dsl for supporting parametrized queries/mutations - @ashkan18.
  • #34: Fix: don't convert variables to String - @dblock.

0.1.0 (2017/10/27)

  • #31: Fix: catch execution errors that don't contain field names - @dblock.

0.0.9 (2017/10/26)

  • #28: Raise errors in execute, not only query - @dblock.
  • #29: Added Graphlient::Adapters::HTTP::HTTPAdapter that replaces Faraday with Net::HTTP - @dblock.

0.0.8 (2017/10/26)

  • #27: Always raise an exception unless a query has succeeded - @dblock.

0.0.7 (2017/10/24)

0.0.6 (2017/10/20)

  • #14: Switch to graphql-client for network calls and schema validation - @ashkan18.
  • #17: Specialize server errors as Graphlient::Errors::Server - @dblock.
  • #13: Support named queries and make sure, this is braking change where we no longer support queries that don't start with query - @ashkan18.
  • #21: Added danger, PR linter - @dblock.
  • #17: Enable customizing of Faraday middleware - @dblock.
  • #19: Expose client.schema - @dblock.
  • #20: Added support for parameterized queries and mutations - @dblock.
  • #25: Added client.parse and client.execute to parse and execute queries separately - @dblock.

0.0.5 (2017/10/05)

0.0.4 (2017/10/04)

  • #8: Handle HTTP errors and raise Graphlient::Errors::HTTP on failure - @dblock.
  • #5: Added RuboCop, Ruby-style linter, CHANGELOG, CONTRIBUTING and RELEASING - @dblock.
  • #4: Refactored Graphlient::Client to take a URL and options, moved extensions - @dblock.

0.0.3 (2017/10/03)