Skip to content

Releases: platformsh/config-reader-go

v2.3.1: Merge pull request #13 from platformsh/dedicated

04 Nov 20:51
ff34bd6
Compare
Choose a tag to compare

[2.3.1] - 2019-11-04

Added

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

Changed

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