Skip to content

Tags: guanguans/laravel-exception-notify

Tags

5.1.11

Toggle 5.1.11's commit message
fix(dependencies): Update guanguans/notify version to ^3.2

- Update guanguans/notify dependency from ^3.1 to ^3.2
- This change incorporates new features and bug fixes from the latest version.
- Adjusted ignoreErrorsOnExtensions to include documentation reference for CORE_EXTENSIONS.

5.1.10

Toggle 5.1.10's commit message
docs(config): Add missing doc references in exception-notify.php

- Add references to Authenticator, Client, and Message classes
- Provide GuzzleHttpRequestOptions reference for clarity
- Enhance documentation for better understanding of configuration

5.1.9

Toggle 5.1.9's commit message
docs(readme): Update exception notify test commands

- Correct the queue connection option to job-connection
- Provide clearer command for testing exception notifications
- Streamline the testing commands for better clarity

5.1.8

Toggle 5.1.8's commit message
docs(README): Update testing commands for exception notify

- Add additional commands for testing exception notifications.
- Include options for different configurations and verbosity levels.
- Enhance clarity on how to run tests with the `artisan` command.

5.1.7

Toggle 5.1.7's commit message
fix(ExceptionNotifyServiceProvider): simplify command metadata retrieval

- Remove unused Arr import
- Revise AboutCommand to directly include homepage URL
- Streamline the logic for fetching package version using InstalledVersions
- Ensure compatibility with installed versions while improving readability

5.1.6

Toggle 5.1.6's commit message
fix(Collector): Improve file upload error handling

- Update property names in RequestFileCollector for consistency
- Replace 'Error' with 'ErrorMessage' for clearer error reporting
- Modify test cases to reflect updated file names in error handling
- Correct JSON snapshot data for accurate test results

5.1.5

Toggle 5.1.5's commit message
fix(ExceptionNotifyServiceProvider): Improve about command logic

- Refactor the way composer.json data is retrieved for the about command
- Utilize `Collection` methods for safer handling of data
- Ensure proper checks for file existence and class availability
- Update test to assert command execution correctly

5.1.4

Toggle 5.1.4's commit message
refactor(collectors): Remove redundant memory usage calculation

- Eliminate memory usage calculation from ApplicationCollector
- Incorporate memory usage calculation into RequestBasicCollector
- Enhance consistency in memory reporting across collectors

5.1.3

Toggle 5.1.3's commit message
feat(Utils): Enhance configuration application logic

- Introduce a flag to track if configuration was applied successfully
- Implement logic to apply configuration to object methods or properties
- Ensure better control flow for configuration application based on method or property existence

5.1.2

Toggle 5.1.2's commit message
refactor(commands): Simplify test command descriptions

- Change the command description from 'Testing for exception-notify' to 'Testing' for clarity.
- Update success and error messages to remove unnecessary context, improving brevity.
- Modify related test descriptions to align with the simplified context.