You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`on_dedicated` method that determines if the current environment is a Platform.sh Dedicated environment. Replaces deprecated `on_enterprise` method.
8
9
9
-
***Misc.**
10
+
### Changed
10
11
11
-
## v0.1.0 (2010-02-14)
12
+
* 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.
12
13
13
-
- Initial version.
14
+
## [2.3.0] - 2019-09-19
15
+
16
+
### Added
17
+
18
+
*`get_primary_route` method for accessing routes marked "primary" in `routes.yaml`.
19
+
*`get_upstream_routes` method returns an object map that includes only those routes that point to a valid upstream.
20
+
21
+
## [2.2.3] - 2019-04-30
22
+
23
+
### Changed
24
+
25
+
* Removes guard on `variables()` method.
26
+
27
+
## [2.2.2] - 2019-04-29
28
+
29
+
### Changed
30
+
31
+
* Refactors dynamic property access to be more permissive.
32
+
33
+
## [2.2.1] - 2019-04-25
34
+
35
+
### Changed
36
+
37
+
* More permissive check for relationships.
38
+
39
+
## [2.2.0] - 2019-04-24
40
+
41
+
### Added
42
+
43
+
*`postgresql_dsn` credential formatter; returns a DSN appropriate for PostgreSQL connection.
44
+
45
+
## [2.1.1] - 2019-03-22
46
+
47
+
### Changed
48
+
49
+
* Fixes build issues in `has_relationship()` and `routes()` methods.
50
+
51
+
## [2.1.0] - 2019-03-22
52
+
53
+
### Added
54
+
55
+
*`has_relationship` method to determine if a relationship is defined, and thus has credentials available.
0 commit comments