Skip to content

Releases: platformsh/config-reader-python

2.4.0: Merge pull request #36 from platformsh/publish

05 Feb 21:19
247fe28

Choose a tag to compare

2.3.1: Merge pull request #29 from platformsh/DEVREL-459

05 Nov 22:38
00c7dc3

Choose a tag to compare

[2.3.1] - 2019-11-04

Added

  • CHANGELOG added.
  • on_dedicated method that determines if the current environment is a Platform.sh Dedicated environment. Replaces deprecated on_enterprise method.

Changed

  • Deprecates on_enterprise method - which is for now made to wrap around the added on_dedicated method. on_enterprise will be removed in a future release, so update your projects to use on_dedicated instead as soon as possible.

2.2.4: Merge pull request #26 from platformsh/routes-utils

19 Sep 15:02
8216d70

Choose a tag to compare

Add useful route filtering utilities