You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2021/12/17 17:21:17 UTC

[camel-karavan] branch main updated: Update CHANGELOG.md

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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 8108a1b  Update CHANGELOG.md
8108a1b is described below

commit 8108a1b0fc54cf7f9dec36dc9ec101adceb75f56
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Fri Dec 17 12:21:12 2021 -0500

    Update CHANGELOG.md
---
 karavan-vscode/CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/karavan-vscode/CHANGELOG.md b/karavan-vscode/CHANGELOG.md
index 5ed8938..4df3855 100644
--- a/karavan-vscode/CHANGELOG.md
+++ b/karavan-vscode/CHANGELOG.md
@@ -4,6 +4,7 @@
 1. Support Marshal and Unmarshal elements with configurable DataFormats (`any23`, `asn1`, `avro`, `barcode`, `base64`, `beanio`, `bindy`, `cbor`, `crypto`, `csv`, `custom`, `fhirJson`, `fhirXml`, `flatpack`, `grok`, `gzip`, `hl7`, `ical`, `jacksonxml`, `jaxb`, `json`, `jsonApi`, `lzf`, `mimeMultipart`, `pgp`, `protobuf`, `rss`, `secureXML`, `soapjaxb`, `syslog`, `tarfile`, `thrift`, `tidyMarkup`, `univocity-csv`, `univocity-fixed`, `univocity-tsv`, `xmlrpc`, `xstream`, `yaml`, `zip`, `zi [...]
 2. Support of implicit dsl parameters configured as String, ex. `log: '${body}'` [#141](https://github.com/apache/camel-karavan/issues/141)
 3. Configurable JBang parameters: `Dcamel.jbang.version`, `max-messages`, `reload`, `logging-level`
+4. Fixed `Jbang Run` broken after upgrade VSCode to 1.63 [#148](https://github.com/apache/camel-karavan/issues/148)
 
 ## 0.0.8
 1. Custom Kamelets to use in Karavan [#114](https://github.com/apache/camel-karavan/issues/114)