Skip to content

Releases: Connehito/cake-sentry

The first ver. working with PHP8

30 May 16:57
@o0h o0h
964d786
Compare
Choose a tag to compare

New major version release 🎉
Fix some changes from RC-1.

Please check the migration guide

CakeSentry 4.0.0 RC

12 May 05:20
@o0h o0h
56612f4
Compare
Choose a tag to compare
CakeSentry 4.0.0 RC Pre-release
Pre-release

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

10 Apr 17:32
@o0h o0h
e6427e3
Compare
Choose a tag to compare

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

21 May 07:02
@o0h o0h
a957b4d
Compare
Choose a tag to compare

New major version release 🎉
Fix some changes from RC-1.

Please check the migration guide

CakeSentry 3.0.0 RC

17 May 00:29
@o0h o0h
8097b4a
Compare
Choose a tag to compare
CakeSentry 3.0.0 RC Pre-release
Pre-release

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

23 Feb 17:17
@o0h o0h
6af8473
Compare
Choose a tag to compare

The first ver. working with Sentry for PHP 2.x

23 Nov 18:14
@o0h o0h
2638426
Compare
Choose a tag to compare

New major version release 🎉
Fix some meta and cosmetic changes from RC-1.

Please check the migration guide

CakeSentry 2.0.0 RC

17 Nov 04:29
@o0h o0h
7ff2b6d
Compare
Choose a tag to compare
CakeSentry 2.0.0 RC Pre-release
Pre-release

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

24 Mar 12:52
@o0h o0h
9eadec0
Compare
Choose a tag to compare
Merge pull request #1 from Connehito/readme

Add readme