vault / seldaek-monolog / 3.10.0
seldaek-monolog @ 3.10.0
integrity
- size
- 187.8 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added automatic directory cleanup in RotatingFileHandler (#2000)
- Added timezone-aware file rotation to RotatingFileHandler (#1982)
- Added support for mongodb/mongodb 2.0+ (#1998)
- Added NoDiscard attribute to TestHandler methods to ensure the result is used (#2013)
- Fixed JsonFormatter crashing if __toString throws while normalizing data (#1968)
- Fixed PHP 8.5 deprecation warnings (#1997, #2009)
- Fixed DeduplicatingHandler collecting duplicate logs if the file cannot be locked (2e97231)
- Fixed GelfMessageFormatter to use integers instead of bool for gelf 1.1 support (#1973)
- Fixed empty stack traces being output anyway (#1979)
- Fixed StreamHandler not reopening the file if the inode changed (#1963)
- Fixed TelegramBotHandler sending empty messages (#1992)
- Fixed file paths in stack traces containing backslashes on windows, always using / now to unify logs (#1980)
- Fixed RotatingFileHandler unlink errors not being suppressed correctly (#1999)
Full Changelog: https://github.com/Seldaek/monolog/compare/3.9.0...3.10.0
download
unix · zip
curl -fL -o 3.10.0.zip https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.zip
printf '%s %s\n' 'd022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff' '3.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.zip"
$out = "3.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.10.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.tar.gz
printf '%s %s\n' '8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8' '3.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.tar.gz"
$out = "3.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.zip
printf '%s %s\n' 'd022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff' '3.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.zip"
$out = "3.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.tar.gz
printf '%s %s\n' '8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8' '3.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.tar.gz"
$out = "3.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 3.10.0.zip | zip | 189.8 KiB |
blake3-24 e1a9a80265fd0825c2221d2acf9cdb12c18047f5effbfeee
sha256 d022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff
sha1 0d6db7f051b367688aab3d190a93e09af85313e5
|
| 3.10.0.tar.gz | tar.gz | 106.1 KiB |
blake3-24 f870d6eb308ffc58e47dea1f1598eaadc3b8cbb47a38e2c8
sha256 8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8
sha1 0f6a5f5882c114934b247d3e5ad27e1af60f9f33
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.tar.gz"],
integrity = "sha256-j4NprAxnkD1UiFGh0FKDo3++rYCooTanMXblBgZvgcg=",
strip_prefix = "seldaek-monolog-3.10.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:3.10.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.tar.gz"],
integrity = "sha256-j4NprAxnkD1UiFGh0FKDo3++rYCooTanMXblBgZvgcg=",
strip_prefix = "seldaek-monolog-3.10.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:3.10.0