Skip to content

Latest commit

 

History

History
263 lines (149 loc) · 7.66 KB

CHANGELOG.md

File metadata and controls

263 lines (149 loc) · 7.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.13.4 - 2022-07-11

Added

  • Allow plugins for update-helper package #69 by @rbibby

1.13.3 - 2022-02-22

Added

  • Added support for Laravel 9

1.13.2 - 2021-12-21

Changed

  • Updated tests to run on more versions

1.13.1 - 2021-10-13

Added

  • Add support for clusters in the RedisHealthCheck #60 by @adamkirk

1.13.0 - 2021-07-22

Added

1.12.2 - 2021-06-18

Fixed

1.12.1 - 2021-05-19

Fixed

  • Fix Backwards Incompatible Config Additions #56 by phily245

1.12.0 - 2021-05-17

Added

1.11.0 - 2021-05-17

Added

1.10.2 - 2021-04-09

Fixed

  • Added backward compatibility fixes to cache health check by making it use Carbon for times #50 by nick332

1.10.1 - 2021-03-17

Fixed

1.10.0 - 2021-02-24

Added

1.9.1 - 2021-02-15

Fixed

  • Fix named route bug in Lumen.

1.9.0 - 2021-02-12

Added

1.8.0 - 2020-11-05

Added

1.7.2 - 2020-10-20

Added

  • Add test case for base path functionality

1.7.1 - 2020-10-19

Fixed

1.7.0 - 2020-10-13

Added

1.6.0 - 2020-10-08

Added

Fixed

1.5.0 - 2020-10-03

Added

  • Add CODE_OF_CONDUCT.md
  • Add StorageHealthCheck. #32 from @srichter
  • Increase test coverage for HttpHealthCheck. #34 from @srichter
  • Increase Test coverage for CacheHealthCheck. #33 from @srichter

Changed

  • Update README.md
  • Update CONTRIBUTING.md
  • Update tests to use assertSame instead of assertEquals. #31 from @wesolowski

1.4.0 - 2020-09-26

Added

  • Add AddHeaders middleware

1.3.0 - 2020-09-08

Added

  • Add support for Laravel v8.x

1.2.1 - 2020-08-24

Added

  • Add Facade alias

Changed

  • Update README.md

Fixed

  • Fixed facade all method to return a collection

1.2.0 - 2020-08-21

Added

  • Add CacheHealthCheck
  • Add HealthCheck facade

1.1.0 - 2020-08-21

Added

  • Add BasicAuth middleware

Changed

  • Run CI on pull requests

1.0.4 - 2020-04-26

Changed

1.0.3 - 2020-03-10

Added

  • Add support for Laravel/Illuminate 7.x #6 from @rbibby

1.0.2 - 2020-03-05

Added

  • CI status badge to README.md

Changed

  • README.md changes

Fixed

  • Fix config publishing in HealthCheckServiceProvider. #4 from @rbibby

1.0.1 - 2020-02-17

Added

  • GitHub Actions CI workflow

Changed

  • README.md changes

1.0.0 - 2020-02-14

Added

  • Initial commit