Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Latest commit

 

History

History
85 lines (61 loc) · 1.51 KB

File metadata and controls

85 lines (61 loc) · 1.51 KB

Upgrades

Changes that one must make to applications based on Proof between versions.

Not released

IT issues

  • --

API modifications/removals/deprecations

  • --

Config changes

  • --

Migrations

  • --

0.19.9.23

IT issues

  • --

API modifications/removals/deprecations

  • --

Config changes

  • papertrail\host, papertrail\port, papertrail\enabled and papertrail\sender_name added to logs

Migrations

  • --

0.19.4.2

IT issues

  • --

API modifications/removals/deprecations

  • ProofObject::call is ProofObject::safeCall now and calls method only if it is not in same thread
  • ProofObject::call introduced that always calls the method
  • Proof::runApiCall and Proof::RestApiError removed

Config changes

  • --

Migrations

  • --

0.19.2.7

IT issues

  • --

API modifications/removals/deprecations

  • UpdateManager removed
  • RestApiConsumer removed

Config changes

  • slow_network_notifier section added to configure where emails about slow network requests should be sent
  • app_id moved from error_notifier to general section

Migrations

  • app_id moved from error_notifier to general section

0.18.10.4

IT issues

  • --

API modifications/removals/deprecations

  • TaskChain finally removed

Config changes

  • --

Migrations

  • --

0.18.9.23

IT issues

  • --

API modifications/removals/deprecations

  • Proof::tasks::unbounded::TaskChain is gone

Config changes

  • --

Migrations

  • --