Releases: Connehito/cake-sentry
The first ver. working with PHP8
New major version release 🎉
Fix some changes from RC-1.
Please check the migration guide
CakeSentry 4.0.0 RC
It includes some functional changes from beta-1.
In principle, the changes to the application code for 4.0.0 are now complete.
After this, we will move on to the final inspection and validation period, where we will commit to addressing any issues found and make minor fixes, before moving on to the release to the stable version. It is also necessary to modify the README.
CakeSentry 4.0.0 Beta1
Our new version "4.0.0" is for working on PHP8.
Milestone: https://github.com/Connehito/cake-sentry/milestone/3
The new source code is still in the process of finding and fixing problems. It has been released to solicit feedback.
After reviewing the behavior and quality and preparing the documentation, we will proceed to the official release.
The main changes are summarized in the following points:
- Installation is now possible for PHP8.
- Upgrade Sentry SDK from 2.x to 3.x.
There are no major changes in the library interface. But some configuration items may need to be changed due to the entry SDK's major version upgrade.
The first ver. working with CakePHP4.x
New major version release 🎉
Fix some changes from RC-1.
Please check the migration guide
CakeSentry 3.0.0 RC
Our new version "3.0.0" is for working on CakePHP4.x.
The main changes are summarized in the following points:
- Catch up to CakePHP4's new Coding Standards and Interfaces
- The original ErrorHandlerMiddleware implementation is no longer needed and works by leaving the role to ErrorLogger instead
It is intended to be used as an application built on top of CakePHP4, but as long as it is in place, it will work without the need to add settings or modify the code for this plugin.
Fix unhandling event
The first ver. working with Sentry for PHP 2.x
New major version release 🎉
Fix some meta and cosmetic changes from RC-1.
Please check the migration guide
CakeSentry 2.0.0 RC
Our new version "2.0.0" is mainly aiming to catch up sentry's new SDK 2.x.
The changes are converged on Client
class. It is mean that Middleware or Log or so on layers were not needed to update 🎉
Changes included in 2.0
Please check migration guide
cake-sentry v1 Released
Merge pull request #1 from Connehito/readme Add readme