Skip to content

Releases: castle/castle-php

Release 3.0.0

03 Jun 12:16
7d3069d
Compare
Choose a tag to compare

BREAKING CHANGES:

  • #42
    • remove identify and review commands - they are no longer supported
    • renamed setUseWhitelist with setUseAllowlist

Enhancements:

  • #41

    • added risk, log, filter methods
  • #37 add new CircleCI workflow

Release v2.1.0

23 Nov 14:46
55fa26b
Compare
Choose a tag to compare

Enhancements:

  • #34 update the license year
  • #35 add config instructions to the readme

Release v2.0.0

26 Jul 09:48
a30c2d8
Compare
Choose a tag to compare

Bug fixes

  • Client ID is now correctly sent as snake case

Breaking Changes

  • Dropped support for PHP5

Castle PHP 1.7.0

27 Jun 09:15
Compare
Choose a tag to compare

Updates

  • Added Castle::impersonate() method

Castle PHP 1.5.0

18 Jul 12:36
Compare
Choose a tag to compare

Features

  • automatically extract X-Castle-Client-Id header from request

Castle PHP 1.4.4

21 Jun 23:53
Compare
Choose a tag to compare

• Remove strict UUID check
• Only strip out control characters, whitespace characters

Castle PHP 1.4.3

15 Jun 08:34
Compare
Choose a tag to compare
  • Strengthen checks for '__cid' cookie validity

Castle PHP 1.4.2

14 Jun 18:26
Compare
Choose a tag to compare
  • Added support for user defined cURL options (CURLOPT_CONNECTTIMEOUT, CURLOPT_CONNECTTIMEOUT_MS, CURLOPT_TIMEOUT, CURLOPT_TIMEOUT_MS). See implementation here for more details.
  • Bug Fix: When __cid cookie is not available, ensure X-Castle-Cookie-Id is present by setting it to _.

Castle PHP 1.4.1

14 Jun 18:23
Compare
Choose a tag to compare
  • Added support for a headers whitelist. When this whitelist is used, only whitelisted headers will be sent in 'X-Castle-Headers'

Castle PHP 1.4.0

13 Feb 22:36
Compare
Choose a tag to compare

Features

  • added fetchReview method
  • added identify method
  • added track method