Skip to content

Release v3.1.0

Choose a tag to compare

@nijikon nijikon released this 12 Dec 07:03
· 312 commits to main since this release

Enhancements:

  • #90 added ability to extract context object and initialize client with that object

BREAKING CHANGES:

  • Castle::Client.new does not not build context object anymore
  • to use previous functionality use Castle::Client.from_request

Features:

  • added Castle::Client.to_context method which allows to generate context object from the request