Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit cc915ad

Browse files
author
Maciej Winnicki
committed
Release 0.9.1
1 parent 02e8f5f commit cc915ad

File tree

2 files changed

+331
-13
lines changed

2 files changed

+331
-13
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11

2+
0.9.1 / 2018-08-18
3+
==================
4+
5+
IMPROVEMENTS:
6+
7+
* Helm: Pass etcd_cluster_name to command args. Allow service annotations (#500)
8+
* Documentation for running event-gateway on k8s (#498)
9+
* Update api.md (#497)
10+
* Add simple golang http endpoint example (#494)
11+
* Add kubernetes helm chart (#448) (#484)
12+
* Add Terraform templates (#316) (#477)
13+
* Update README.md (#480)
14+
15+
BUG FIXES:
16+
17+
* Fix system events recursive triggering (#495)
18+
* Omit EventTime field if it's not present (#492)
19+
* Fix path creation for hosted version (#491)
20+
* Update metrics names in the docs (#490)
21+
* Fix redundant system event (#489)
22+
* Adding in proper path processing (#488)
23+
* Fix system event invocationFailed field name (#487)
24+
* Consistent prefix for system events and metrics. Closes #425 (#486)
25+
* Publish system events on space prefixed path for hosted version (#485)
26+
* Fix creating sync subscription for the same method and path (#476) (#481)
27+
* Implement missing interface methods in plugin logger (#482)
28+
* Fix creating sync subscription for the same method and path (#476)
29+
* Fix nil pointer when checking for event authorizer (#475)
30+
* Fix deleting function that is used as authorizer (#474)
31+
232
0.9.0 / 2018-06-27
333
==================
434

0 commit comments

Comments
 (0)