Skip to content

Releases: Vection-Framework/Vection

Bugfixes and generell improvements.

Pre-release

Choose a tag to compare

@davidlung davidlung released this 09 Nov 11:12

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

Pre-release

Choose a tag to compare

@davidlung davidlung released this 22 Sep 09:26

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

Pre-release

Choose a tag to compare

@davidlung davidlung released this 10 Sep 17:15

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.

Pre-release

Choose a tag to compare

@davidlung davidlung released this 14 Jun 09:23
[HTTP] #BUGFIX class:Server.Rest.Resolver

Fix bug that return wrong method when using cache.

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@davidlung davidlung released this 26 Jan 20:05
  • Complete reworked Messenger component
  • several bug fixes in components

v0.2.2

v0.2.2 Pre-release
Pre-release

Choose a tag to compare

@davidlung davidlung released this 26 Oct 12:03
[fix/Contracts] Add doc comment to check repo splitting.

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@davidlung davidlung released this 12 Oct 14:03

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

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@davidlung davidlung released this 16 Aug 14:22

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