Skip to content

Releases: jobrouter/php-rest-client

3.0.0

21 Feb 08:12
fb85d71
Compare
Choose a tag to compare

Added:

  • Compatibility with PHP 8.3
  • Compatibility with JobRouter® 2024.1

Changed:

  • Namespace from Brotkrueml\JobRouterClient to JobRouter\AddOn\RestClient

See also the upgrade section in the docs:
https://github.com/jobrouter/php-rest-client/blob/main/docs/upgrade.md

2.0.0

28 Feb 16:50
19f435b
Compare
Choose a tag to compare

Added:

  • Compatibility with JobRouter® 2023.1

Changed:

  • On instantiation of the RestClient no authentication is done automatically anymore
  • Incident class accepts as a priority only a Priority enum
  • Incident class must be instantiated with a step number
  • Step number in Incident class is always an integer
  • Pool number in Incident class is always an integer
  • Simulation in Incident class is always a boolean

Removed:

  • Compatibility with PHP < 8.1
  • Compatibility with JobRouter® < 2022.1

1.4.0

21 Aug 18:22
d3a0ad8
Compare
Choose a tag to compare

Added:

  • Compatibility with JobRouter® 2022.3
  • Compatibility with PHP 8.2
  • Hide sensitive parameters in back traces for PHP versions >= 8.2

1.3.0

26 May 08:14
ce8e413
Compare
Choose a tag to compare

Added:

  • Configuration of client options (#3)
  • Compatibility with JobRouter® 2022.2

1.2.0

05 Mar 18:50
af6f27b
Compare
Choose a tag to compare

Added:

  • Compatibility with JobRouter® 2022.1

Removed:

  • Compatibility with PHP 7.3

1.1.2

30 Oct 11:52
f5df175
Compare
Choose a tag to compare

Fixed:

  • Annotation for data argument in request method of decorators

1.1.1

24 Oct 11:54
13b5186
Compare
Choose a tag to compare

Fixed:

  • Return type of FileStorage::key()

1.1.0

02 Oct 16:57
5b1b96e
Compare
Choose a tag to compare

Added:

  • Compatibility with PHP 8.0 and 8.1
  • Compatibility with JobRouter® 5.2

Removed:

  • Compatibility with PHP 7.2

1.0.1

05 Dec 14:42
7f94f0c
Compare
Choose a tag to compare

Fixed:

  • Allow integer and boolean subtable values in IncidentsClientDecorator (#1)

1.0.0

23 Jul 14:53
6d716bc
Compare
Choose a tag to compare

Added

  • Compatibility with JobRouter® 5.1