|
| 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 |
0 commit comments