UNPKG

3.44 kBMarkdownView Raw
1<a name="3.8.9"></a>
2## [3.8.9](https://github.com/heroku/heroku-run/compare/v3.8.8...v3.8.9) (2018-05-31)
3
4
5### Bug Fixes
6
7* example docs ([0802cb5](https://github.com/heroku/heroku-run/commit/0802cb5))
8
9<a name="3.8.7"></a>
10## [3.8.7](https://github.com/heroku/heroku-run/compare/v3.8.6...v3.8.7) (2018-05-29)
11
12
13### Bug Fixes
14
15* updated deps ([b0039b2](https://github.com/heroku/heroku-run/commit/b0039b2))
16
17<a name="3.8.6"></a>
18## [3.8.6](https://github.com/heroku/heroku-run/compare/v3.8.5...v3.8.6) (2018-05-23)
19
20
21### Bug Fixes
22
23* release fixes ([6d5b06e](https://github.com/heroku/heroku-run/commit/6d5b06e))
24
25<a name="3.8.5"></a>
26## [3.8.5](https://github.com/heroku/heroku-run/compare/v3.8.4...v3.8.5) (2018-05-23)
27
28
29### Bug Fixes
30
31* only prune carriage returns if not tty ([e6b11fa](https://github.com/heroku/heroku-run/commit/e6b11fa))
32* private spaces with -x flag ([99512f3](https://github.com/heroku/heroku-run/commit/99512f3))
33
34<a name="3.8.3"></a>
35## [3.8.3](https://github.com/heroku/heroku-run/compare/v3.8.2...v3.8.3) (2018-05-10)
36
37
38### Bug Fixes
39
40* use proxy for evented logs ([91ae450](https://github.com/heroku/heroku-run/commit/91ae450))
41
42<a name="3.8.2"></a>
43## [3.8.2](https://github.com/heroku/heroku-run/compare/v3.8.1...v3.8.2) (2018-05-08)
44
45
46### Bug Fixes
47
48* empty log lines ([b5f5506](https://github.com/heroku/heroku-run/commit/b5f5506))
49
50<a name="3.8.1"></a>
51## [3.8.1](https://github.com/heroku/heroku-run/compare/v3.8.0...v3.8.1) (2018-05-07)
52
53
54### Bug Fixes
55
56* color tweaks ([42abf06](https://github.com/heroku/heroku-run/commit/42abf06))
57
58<a name="3.8.0"></a>
59# [3.8.0](https://github.com/heroku/heroku-run/compare/v3.7.0...v3.8.0) (2018-05-07)
60
61
62### Features
63
64* colorizing work ([98f520f](https://github.com/heroku/heroku-run/commit/98f520f))
65
66<a name="3.7.0"></a>
67# [3.7.0](https://github.com/heroku/heroku-run/compare/v3.6.3...v3.7.0) (2018-05-07)
68
69
70### Features
71
72* added apache colorized logs ([a988448](https://github.com/heroku/heroku-run/commit/a988448))
73
74<a name="3.6.3"></a>
75## [3.6.3](https://github.com/heroku/heroku-run/compare/v3.6.2...v3.6.3) (2018-05-04)
76
77
78### Bug Fixes
79
80* fix process substitution hanging ([1e5a492](https://github.com/heroku/heroku-run/commit/1e5a492))
81
82<a name="3.6.2"></a>
83## [3.6.2](https://github.com/heroku/heroku-run/compare/v3.6.1...v3.6.2) (2018-05-02)
84
85
86### Bug Fixes
87
88* EPIPE is not a failing condition ([ee5d5f2](https://github.com/heroku/heroku-run/commit/ee5d5f2))
89
90<a name="3.6.0"></a>
91# [3.6.0](https://github.com/heroku/heroku-run/compare/v3.5.14...v3.6.0) (2018-04-06)
92
93
94### Bug Fixes
95
96* detect ssh public key errors and give some debugging information ([#44](https://github.com/heroku/heroku-run/issues/44)) ([5af2b5a](https://github.com/heroku/heroku-run/commit/5af2b5a))
97* disable notification sound for now ([809514a](https://github.com/heroku/heroku-run/commit/809514a))
98* fixed CI build ([372a8a2](https://github.com/heroku/heroku-run/commit/372a8a2))
99* move to [@heroku-cli](https://github.com/heroku-cli)/command ([c8a1db5](https://github.com/heroku/heroku-run/commit/c8a1db5))
100* remove bin/run test ([6a5664f](https://github.com/heroku/heroku-run/commit/6a5664f))
101* updated deps ([024e0c6](https://github.com/heroku/heroku-run/commit/024e0c6))
102
103
104### Features
105
106* notification if dyno takes longer than 20 seconds to start ([#45](https://github.com/heroku/heroku-run/issues/45)) ([4827413](https://github.com/heroku/heroku-run/commit/4827413))