This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cec1a3  Updated CHANGELOG.md
7cec1a3 is described below

commit 7cec1a35034924101fb31a00f72cf2f2926c86ed
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 17 03:08:04 2021 +0000

    Updated CHANGELOG.md
---
 CHANGELOG.md | 45 ++++++++++++++++++++++++++++-----------------
 1 file changed, 28 insertions(+), 17 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c0cb37..71b2486 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 
 [Full 
Changelog](https://github.com/apache/camel-kafka-connector/compare/camel-kafka-connector-0.7.2...HEAD)
 
+**Implemented enhancements:**
+
+- Camel components secret options are showed in logs 
[\#159](https://github.com/apache/camel-kafka-connector/issues/159)
+
 **Fixed bugs:**
 
 - Azure storage queue failing on Camel Master 
[\#976](https://github.com/apache/camel-kafka-connector/issues/976)
@@ -14,36 +18,60 @@
 - Azure storage blob failing on camel-master 
[\#997](https://github.com/apache/camel-kafka-connector/issues/997)
 - Consistent failures in GH tests 
[\#990](https://github.com/apache/camel-kafka-connector/issues/990)
 - Release 0.7.2 once Camel 3.7.2 will be released 
[\#978](https://github.com/apache/camel-kafka-connector/issues/978)
+- Add test for AWS 2 SNS 
[\#700](https://github.com/apache/camel-kafka-connector/issues/700)
+- Add an example of FHIR connector's usage 
[\#402](https://github.com/apache/camel-kafka-connector/issues/402)
 - Add a release notes page in docs 
[\#302](https://github.com/apache/camel-kafka-connector/issues/302)
 
 **Merged pull requests:**
 
+- \(backport\) Delay starting the producer on the syslog test to avoid failing 
due to port not being available 
[\#1017](https://github.com/apache/camel-kafka-connector/pull/1017) 
([orpiske](https://github.com/orpiske))
+- Delay starting the producer on the syslog test to avoid failing due to port 
not being available 
[\#1016](https://github.com/apache/camel-kafka-connector/pull/1016) 
([orpiske](https://github.com/orpiske))
+- \(backport\) Ensure parallel builds with mvnd work on clean environments 
[\#1015](https://github.com/apache/camel-kafka-connector/pull/1015) 
([orpiske](https://github.com/orpiske))
 - Ensure parallel builds with mvnd work on clean environments 
[\#1014](https://github.com/apache/camel-kafka-connector/pull/1014) 
([orpiske](https://github.com/orpiske))
+- \(backport\) Added AWS v2 SNS sink integration test 
[\#1013](https://github.com/apache/camel-kafka-connector/pull/1013) 
([orpiske](https://github.com/orpiske))
 - Added AWS v2 SNS sink integration test 
[\#1012](https://github.com/apache/camel-kafka-connector/pull/1012) 
([orpiske](https://github.com/orpiske))
+- Resolve Netty conflicts preventing Azure tests from running 
[\#1011](https://github.com/apache/camel-kafka-connector/pull/1011) 
([orpiske](https://github.com/orpiske))
+- Revert "Temporarily disabled a error handling test for SJMS2 due to failures 
on GH actions" 
[\#1010](https://github.com/apache/camel-kafka-connector/pull/1010) 
([orpiske](https://github.com/orpiske))
+- \[Github Actions\] Periodic Sync Camel-kafka-connector camel-master Branch 
[\#1009](https://github.com/apache/camel-kafka-connector/pull/1009) 
([github-actions[bot]](https://github.com/apps/github-actions))
+- Back port test fixes from master 
[\#1008](https://github.com/apache/camel-kafka-connector/pull/1008) 
([orpiske](https://github.com/orpiske))
 - Fix problem when call 'context.errantRecordReporter\(\)' will result in a 
NoSuchMethodException or NoClassDefFoundError when the sink connector is 
deployed to Connect runtimes older than Kafka 2.6 
[\#1007](https://github.com/apache/camel-kafka-connector/pull/1007) 
([Evgen1000end](https://github.com/Evgen1000end))
 - Cleanup the check state logic on the KafkaConnectEmbeddedService 
[\#1006](https://github.com/apache/camel-kafka-connector/pull/1006) 
([orpiske](https://github.com/orpiske))
 - Rework the syslog integration tests to let JUnit handle camel's lifecycle in 
the test [\#1005](https://github.com/apache/camel-kafka-connector/pull/1005) 
([orpiske](https://github.com/orpiske))
 - Avoid blocking connector initialization on SSH tests as it leads to failures 
on GH actions 
[\#1004](https://github.com/apache/camel-kafka-connector/pull/1004) 
([orpiske](https://github.com/orpiske))
 - Re run failed tests automatically 
[\#1003](https://github.com/apache/camel-kafka-connector/pull/1003) 
([orpiske](https://github.com/orpiske))
 - Bump Testcontainers to version 1.15.2 
[\#1002](https://github.com/apache/camel-kafka-connector/pull/1002) 
([oscerd](https://github.com/oscerd))
+- Regen [\#1001](https://github.com/apache/camel-kafka-connector/pull/1001) 
([oscerd](https://github.com/oscerd))
+- Full regen of camel-master 
[\#1000](https://github.com/apache/camel-kafka-connector/pull/1000) 
([oscerd](https://github.com/oscerd))
 - Avoid creating everything from scratch for every Cassandra sink test 
[\#999](https://github.com/apache/camel-kafka-connector/pull/999) 
([orpiske](https://github.com/orpiske))
+- Backport source test improvements and fixes 
[\#998](https://github.com/apache/camel-kafka-connector/pull/998) 
([orpiske](https://github.com/orpiske))
 - Regen connectors with descriptions 
[\#995](https://github.com/apache/camel-kafka-connector/pull/995) 
([oscerd](https://github.com/oscerd))
+- \[Backport camel-master\] Improve description of connector in documentation 
[\#994](https://github.com/apache/camel-kafka-connector/pull/994) 
([github-actions[bot]](https://github.com/apps/github-actions))
 - Improve description of connector in documentation 
[\#993](https://github.com/apache/camel-kafka-connector/pull/993) 
([oscerd](https://github.com/oscerd))
 - Override Camel's testcontainer version and upgrade to 1.15.1 due to GH issue 
\#990 [\#991](https://github.com/apache/camel-kafka-connector/pull/991) 
([orpiske](https://github.com/orpiske))
 - Added missing slow tests filter to avoid trying to run the AWS v2 test on GH 
actions [\#989](https://github.com/apache/camel-kafka-connector/pull/989) 
([orpiske](https://github.com/orpiske))
 - Cleanup all source integration tests 
[\#987](https://github.com/apache/camel-kafka-connector/pull/987) 
([orpiske](https://github.com/orpiske))
+- \[Github Actions\] Periodic Sync Camel-kafka-connector camel-master Branch 
[\#982](https://github.com/apache/camel-kafka-connector/pull/982) 
([github-actions[bot]](https://github.com/apps/github-actions))
+- \(Backport\) Make producing test messages for sink tests more flexible 
[\#977](https://github.com/apache/camel-kafka-connector/pull/977) 
([orpiske](https://github.com/orpiske))
+- Backport sink test cleanups to camel-master 
[\#972](https://github.com/apache/camel-kafka-connector/pull/972) 
([orpiske](https://github.com/orpiske))
 - Make producing test messages for sink tests more flexible 
[\#971](https://github.com/apache/camel-kafka-connector/pull/971) 
([orpiske](https://github.com/orpiske))
 - Cleanup sink test cases 
[\#970](https://github.com/apache/camel-kafka-connector/pull/970) 
([orpiske](https://github.com/orpiske))
 - Revert "Test PR" 
[\#968](https://github.com/apache/camel-kafka-connector/pull/968) 
([oscerd](https://github.com/oscerd))
+- Align camel-master to master 
[\#967](https://github.com/apache/camel-kafka-connector/pull/967) 
([oscerd](https://github.com/oscerd))
 - Test PR [\#965](https://github.com/apache/camel-kafka-connector/pull/965) 
([oscerd](https://github.com/oscerd))
 - Add connector entries to doc nav 
[\#964](https://github.com/apache/camel-kafka-connector/pull/964) 
([tadayosi](https://github.com/tadayosi))
 - Added idempotency test using header expressions 
[\#963](https://github.com/apache/camel-kafka-connector/pull/963) 
([orpiske](https://github.com/orpiske))
 - SJMS2 itests: Avoid creating a new consumer for every message received 
[\#962](https://github.com/apache/camel-kafka-connector/pull/962) 
([orpiske](https://github.com/orpiske))
+- Camel-master tests: Fixed dataformat 
[\#961](https://github.com/apache/camel-kafka-connector/pull/961) 
([oscerd](https://github.com/oscerd))
 - Added a basic test for idempotency 
[\#960](https://github.com/apache/camel-kafka-connector/pull/960) 
([orpiske](https://github.com/orpiske))
+- Camel master changelog 
[\#958](https://github.com/apache/camel-kafka-connector/pull/958) 
([oscerd](https://github.com/oscerd))
 - Re-introduce changelog 
[\#956](https://github.com/apache/camel-kafka-connector/pull/956) 
([oscerd](https://github.com/oscerd))
+- \[Backport camel-master\] Backport action: Added license 
[\#955](https://github.com/apache/camel-kafka-connector/pull/955) 
([github-actions[bot]](https://github.com/apps/github-actions))
 - Backport action: Added license 
[\#954](https://github.com/apache/camel-kafka-connector/pull/954) 
([oscerd](https://github.com/oscerd))
+- \[Backport camel-master\] Removed node setup from backport action 
[\#953](https://github.com/apache/camel-kafka-connector/pull/953) 
([github-actions[bot]](https://github.com/apps/github-actions))
 - Removed node setup from backport action 
[\#952](https://github.com/apache/camel-kafka-connector/pull/952) 
([oscerd](https://github.com/oscerd))
+- \[Backport camel-master\] Remove rebase camel-master on master, it is too 
buggy [\#951](https://github.com/apache/camel-kafka-connector/pull/951) 
([github-actions[bot]](https://github.com/apps/github-actions))
 - Remove rebase camel-master on master, it is too buggy 
[\#950](https://github.com/apache/camel-kafka-connector/pull/950) 
([oscerd](https://github.com/oscerd))
+- \[Backport camel-master\] Removed newline from README 
[\#949](https://github.com/apache/camel-kafka-connector/pull/949) 
([github-actions[bot]](https://github.com/apps/github-actions))
 - Removed newline from README 
[\#948](https://github.com/apache/camel-kafka-connector/pull/948) 
([oscerd](https://github.com/oscerd))
 - Test for Backport action - DO NOT MERGE 
[\#947](https://github.com/apache/camel-kafka-connector/pull/947) 
([oscerd](https://github.com/oscerd))
 - Backport.yml updated 
[\#946](https://github.com/apache/camel-kafka-connector/pull/946) 
([oscerd](https://github.com/oscerd))
@@ -97,23 +125,6 @@
 - Test cleanups 
[\#863](https://github.com/apache/camel-kafka-connector/pull/863) 
([orpiske](https://github.com/orpiske))
 - \(chores\) Fixed typos 
[\#862](https://github.com/apache/camel-kafka-connector/pull/862) 
([orpiske](https://github.com/orpiske))
 - Added an EventTypeTransforms to Github Source connector 
[\#861](https://github.com/apache/camel-kafka-connector/pull/861) 
([oscerd](https://github.com/oscerd))
-- Removed unused AWS common modules that was moved to Camel Core 
[\#860](https://github.com/apache/camel-kafka-connector/pull/860) 
([orpiske](https://github.com/orpiske))
-- Migrate Azure tests to the new test infra 
[\#859](https://github.com/apache/camel-kafka-connector/pull/859) 
([orpiske](https://github.com/orpiske))
-- Test cleanups when using Strimzi containers 
[\#856](https://github.com/apache/camel-kafka-connector/pull/856) 
([orpiske](https://github.com/orpiske))
-- Prevent the source ssh test from trying to load the user's private key 
during the test 
[\#854](https://github.com/apache/camel-kafka-connector/pull/854) 
([orpiske](https://github.com/orpiske))
-- Fixed idempotency images names 
[\#851](https://github.com/apache/camel-kafka-connector/pull/851) 
([oscerd](https://github.com/oscerd))
-- Idempotency 
[\#849](https://github.com/apache/camel-kafka-connector/pull/849) 
([oscerd](https://github.com/oscerd))
-- Added docs for idempotency first draft 
[\#848](https://github.com/apache/camel-kafka-connector/pull/848) 
([oscerd](https://github.com/oscerd))
-- Disable couchbase tests by default because they are too unreliable 
[\#847](https://github.com/apache/camel-kafka-connector/pull/847) 
([orpiske](https://github.com/orpiske))
-- Create timeout when creating Cassandra's test table 
[\#841](https://github.com/apache/camel-kafka-connector/pull/841) 
([orpiske](https://github.com/orpiske))
-- Ensure the DLQ configuration from Kafka Connect is correctly handled \(issue 
\#835\) [\#836](https://github.com/apache/camel-kafka-connector/pull/836) 
([orpiske](https://github.com/orpiske))
-- Update try-it-out-on-kubernetes procedure 
[\#828](https://github.com/apache/camel-kafka-connector/pull/828) 
([fvaleri](https://github.com/fvaleri))
-- Added a JDBC test case that does not use a custom test data source 
[\#827](https://github.com/apache/camel-kafka-connector/pull/827) 
([orpiske](https://github.com/orpiske))
-- Removed download page 
[\#826](https://github.com/apache/camel-kafka-connector/pull/826) 
([oscerd](https://github.com/oscerd))
-- Fix docs link 
[\#819](https://github.com/apache/camel-kafka-connector/pull/819) 
([oscerd](https://github.com/oscerd))
-- Added src distribution to sha512 generation list includes. 
[\#818](https://github.com/apache/camel-kafka-connector/pull/818) 
([valdar](https://github.com/valdar))
-- 0.7.0 docs [\#814](https://github.com/apache/camel-kafka-connector/pull/814) 
([oscerd](https://github.com/oscerd))
-- Camel kafka connector 0.7.x 
[\#811](https://github.com/apache/camel-kafka-connector/pull/811) 
([valdar](https://github.com/valdar))
 
 ## 
[camel-kafka-connector-0.7.2](https://github.com/apache/camel-kafka-connector/tree/camel-kafka-connector-0.7.2)
 (2021-02-13)
 

Reply via email to