Skip to content

Latest commit

 

History

History
139 lines (76 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

139 lines (76 loc) · 4.73 KB

3.5.0 (2023-02-07)

Features

3.4.0 (2023-02-07)

Features

  • support php 8.2 and drop php 7.4 support (#266) (6909f64)

3.3.1 (2022-08-13)

Bug Fixes

3.3.0 (2022-08-13)

Features

  • add a laravelcloudflare.enabled config (#254) (8031864)

3.2.3 (2022-08-13)

3.2.2 (2022-01-30)

3.2.1 (2022-01-16)

Bug Fixes

3.2.0 (2022-01-16)

Features

  • add a customisable callback to get proxies (#234) (207609b)

3.1.0 (2022-01-15)

Features

  • first time load blocks when not loaded (#232) (e63ba67)

3.0.0 (2022-01-14)

Features

  • prepare to Laravel 9 and remove Fideloper\Proxy dependency (#229) (fd43401)

BREAKING CHANGES

  • TrustProxy class has changed extend class

2.0.0 (2021-07-14)

Features

  • use laravel Http factory and remove guzzle dependency (#220) (34eb0d7)

BREAKING CHANGES

  • CloudflareProxies constructor has changed, this should not have an impact if you don't extend it. This version also removes Illuminate < 6.x compatibility.

1.8.0 (2021-02-13)

Features

1.7.0 - 2020-09-09

Enhancements:

  • Support Laravel 8
  • Use fideloper/proxy version ^4.4
  • Allow guzzlehttp/guzzle version ^7.0

1.6.0 - 2020-05-09

Enhancements:

  • Remove verbosity parameter

1.5.0 - 2020-05-08

New features:

  • Merge Cloudflare ips with trusted proxies

1.4.0 - 2020-03-07

Enhancements:

  • Support Laravel 7 and higher

1.3.0 - 2019-09-26

Enhancements:

  • Support Laravel 6.0

1.2.0 - 2019-07-02

Enhancements:

  • Support Laravel 5.5

Fixes:

  • Use laravelcloudflare.cache config value instead of static value

1.1.0 - 2019-03-23

New features:

  • Use fideloper/proxy package as a backend to set trusted proxies

Enhancements:

  • Add a config file
  • Improve test coverage

Fixes:

  • Use register() ServiceProvider instead of boot()

1.0.1 - 2018-11-03

Fixes:

  • Prefix http kernel middleware entry with slash in readme
  • Fix UnexpectedValueException throw
  • Fix some phpdoc

1.0.0 - 2018-10-05

New features:

  • First release of monicahq/cloudflare

Enhancements:

  • Use guzzlehttp/guzzle to query cloudflare ips