Skip to content

Releases: jbroadway/analog

1.0.21-stable

10 Dec 23:02
@lux lux
Compare
Choose a tag to compare
  • Fixed nestable handlers (Buffer, LevelBuffer, LevelName, Multi, Threshold) working with multiple Logger instances
  • Updated psr/log dependency to ^3.0, removing PHP 7.4 from CI due to incompatibility

1.0.20-stable

02 Nov 02:11
@lux lux
c0e16a9
Compare
Choose a tag to compare
  • Fix so each Logger instance can use its own handler(s)
  • Updated to include PHP 8.1 and 8.2 in tests
  • Updated README with example of using Logger with custom context data

1.0.19-stable

05 Nov 13:38
@lux lux
Compare
Choose a tag to compare
  • Added missing slashes on PDO constants, fixing error #46 when passing connection info array instead of PDO object

1.0.18-stable

07 Apr 14:05
@lux lux
Compare
Choose a tag to compare
  • Big performance improvement in the File handler by keeping the file handle open

1.0.17-stable

16 Dec 18:01
f9541cd
Compare
Choose a tag to compare
  • Added Analog::setTimeZone($timezone) - thanks @lucasmichel!
  • Migrated Travis-CI to GitHub Actions
  • Minor readme and example updates

1.0.16-stable

19 May 20:18
@lux lux
Compare
Choose a tag to compare
  • Adds Redis handler
  • Adds IFTTT handler
  • Adds missing examples for EchoConsole, LevelBuffer, and WPMail handlers
  • Fixes PHPUnit warning
  • Readme updates

1.0.15-stable

30 Mar 14:01
@lux lux
4ad01a7
Compare
Choose a tag to compare
  • Renamed echo handler to EchoConsole to fix keyword error - thanks @nhymxu!
  • Readme updates

1.0.14-stable

12 Feb 17:54
@lux lux
d7ba743
Compare
Choose a tag to compare
  • Adds Echo handler to output directly to the console
  • Adds PHP 7.4 to travis-ci testing and removes support for PHP 5.4-5.6
  • Fixes composer require command in readme (thanks @tessus!)

1.0.13-stable

27 Jun 16:19
@lux lux
Compare
Choose a tag to compare
  • Added PDO handler to support logging to any SQL database (MySQL, SQLite, PostgreSQL, etc.)

1.0.12-stable

08 Mar 22:12
@lux lux
4ac87ac
Compare
Choose a tag to compare
  • Send notifications through the apprise command line tool
  • Removed HHVM from automated tests
  • Added PHP 7.1, 7.2, and 7.3 to automated tests