Releases: Vection-Framework/Vection
Releases · Vection-Framework/Vection
Bugfixes and generell improvements.
Contracts:
- Add the "nack" method and adapt comments. The nack can be now used for negative acknowledge with message requeue.
Http:
- Minor improvement of logging for incoming requests.
DI:
- Fix bug where an exception is thrown when loading config file from empty folder.
Bugfixes and minor changes
Event:
- Remove logging of "no listeners exists".
Messenger:
- Improve debug logging for better readability.
Utility:
- Fix bug which lead to "param 1 of substr expects to be string, null given" by preconditions.
Http:
- Add OPTIONS and HEAD method to available method operations of rest resources for more flexibility to react on there methods from specific rest resources.
Bugfixes and minor changes
Dependency Injection:
- Add a new annotation interface and adapt the Inject annotation.
- Fix bug which which causes construct param resolving error although a defined factory method.
- Test adaption for last resolver fix.
Event:
- The listener execution must not be in an try catch if the catchExecption param is not true.
Utility:
- Implementation of a new class "DotEnv" which parse vars from a .env file and set environment variables in PHP.
Bugfixes and generell improvements.
[HTTP] #BUGFIX class:Server.Rest.Resolver Fix bug that return wrong method when using cache.
v0.3.0
v0.2.2
v0.2.0
This release contains further implementations of several components as well as many quality and bug fixes.
Features;
- Http component with PSR-7, PSR-15, PSR-17 based implementations for http request handling and rest routing.
- Validator schema validation