Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Releases: genkgo/api

2.2.0

22 Aug 14:26
Compare
Choose a tag to compare

Add PHP 8.3 support

2.1.1

08 Sep 13:15
Compare
Choose a tag to compare

Only support PHP 8.2, because of problems due to PSR type hinting upgrade.

2.0.0-rc1

06 Dec 09:25
Compare
Choose a tag to compare

Changes

Drop guzzle as direct dependency, use psr, php 8.0+

BC Break

The constructor now requires $requestFactory.

Connection constructor:

    public function __construct(
        private ClientInterface $client,
        private RequestFactoryInterface $requestFactory,
        private string $address,
        private string $token
    ) {
    }

2.0.0

06 Dec 12:55
Compare
Choose a tag to compare

Changes

Drop guzzle as direct dependency, use psr, php 8.0+

BC Break

The constructor now requires $requestFactory.

Connection constructor:

    public function __construct(
        private ClientInterface $client,
        private RequestFactoryInterface $requestFactory,
        private string $address,
        private string $token
    ) {
    }

1.0.5

04 Jan 19:00
8509083
Compare
Choose a tag to compare

Support PHP8

1.0.4

27 Aug 15:00
Compare
Choose a tag to compare

Guzzle upgrade