Skip to content

Commit 6bb15f2

Browse files
committed
adds changelog
1 parent 71f70be commit 6bb15f2

1 file changed

Lines changed: 59 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 59 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,65 @@
1-
# Version History
1+
# Changelog
22

3-
## Unreleased
3+
## [2.3.1] - 2019-11-04
44

5-
* **Improvements**
5+
### Added
66

7-
* **Fixes**
7+
* `CHANGELOG` added.
8+
* `on_dedicated` method that determines if the current environment is a Platform.sh Dedicated environment. Replaces deprecated `on_enterprise` method.
89

9-
* **Misc.**
10+
### Changed
1011

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.
1213

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.
56+
57+
### Changed
58+
59+
* Fixes `routes` method.
60+
61+
## [2.0.4] - 2019-03-06
62+
63+
### Added
64+
65+
* CircleCI configuration

0 commit comments

Comments
 (0)