Skip to content

Commit f184bee

Browse files
authored
prep for 2.1.0 release (#373)
+ add CHANGELOG.md + update end year in NOTICE to 2020
1 parent d1ce6d4 commit f184bee

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!--
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one or more
4+
# contributor license agreements. See the NOTICE file distributed with
5+
# this work for additional information regarding copyright ownership.
6+
# The ASF licenses this file to You under the Apache License, Version 2.0
7+
# (the "License"); you may not use this file except in compliance with
8+
# the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
-->
19+
20+
# Changelog
21+
22+
## 2.1.0
23+
+ Handle URL params gently (#370)
24+
+ Change nodejs:6 to nodejs:default. (#369)
25+
+ Use Kafka client 1.3.0 (#363)
26+
+ Handle cases when authKey does not exist in DB documents (#366)
27+
+ Retry failed database changes (#365)
28+
+ Do not skip last sequence if an exception occurs (#364)
29+
+ Update existing trigger feeds on create instead of failing (#360)
30+
+ Allow feed to be deleted if trigger does not exist (#359)
31+
+ Change some log levels and allow log level to be set on startup (#357)
32+
+ Do not update last canary everytime a database connection attempt occurs (#356)
33+
+ Disable triggers for invalid auth when using custom auth handler (#354)
34+
+ Ensure proper encoding for improper encoded keys (#353)
35+
+ Use API key for authentication when username is token (#350)
36+
+ Catch Doctor exceptions and do not persist consumer database connections (#343)
37+
+ Disable spare connections (#342)
38+
+ Set running state after brokers are connected (#340)
39+
+ Reset consumer restart counter after 24 hours (#337)
40+
41+
## 2.0.1
42+
+ Prevent parsing floats as Infinity and -Infinity (#332)
43+
+ Upgrade base Python version (#330)
44+
45+
## 2.0.0-incubating
46+
47+
* First Apache Release

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Package Kafka
2-
Copyright 2016-2019 The Apache Software Foundation
2+
Copyright 2016-2020 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)