Skip to content

Releases: Vection-Framework/Vection

Bugfixes and generell improvements.

09 Nov 11:12
Compare
Choose a tag to compare
Pre-release

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

22 Sep 09:26
Compare
Choose a tag to compare
Pre-release

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

10 Sep 17:15
Compare
Choose a tag to compare
Pre-release

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.

14 Jun 09:23
Compare
Choose a tag to compare
Pre-release
[HTTP] #BUGFIX class:Server.Rest.Resolver

Fix bug that return wrong method when using cache.

v0.3.0

26 Jan 20:05
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Complete reworked Messenger component
  • several bug fixes in components

v0.2.2

26 Oct 12:03
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
[fix/Contracts] Add doc comment to check repo splitting.

v0.2.0

12 Oct 14:03
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

v0.1.0

16 Aug 14:22
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First tagging. The Vection-Framework is already in his late development stage and soon releases the first public production version.