浏览代码

Update docs

master
Savorboard 2 年前
父节点
当前提交
44e6224169
共有 3 个文件被更改,包括 24 次插入2 次删除
  1. +1
    -1
      docs/content/about/license.md
  2. +22
    -0
      docs/content/about/release-notes.md
  3. +1
    -1
      docs/content/user-guide/en/transport/kafka.md

+ 1
- 1
docs/content/about/license.md 查看文件

@@ -2,7 +2,7 @@

**MIT License**

Copyright (c) 2016 - 2020 Savorboard
Copyright (c) 2016 - 2022 Savorboard

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal


+ 22
- 0
docs/content/about/release-notes.md 查看文件

@@ -1,5 +1,27 @@
# Release Notes

## Version 6.0.0 (2022-01-06)

**Features:**

* Fully support .NET 6.
* Add support for OpenTelemetry. (#885)
* Improve support for NATS JetStream wildcard topic. (#1047)
* Add support customer header options for Azure Service Bus. (#1063) Thanks [@Mateus Viegas](https://github.com/mviegas)

## Version 5.2.0 (2021-11-12)

**Features:**

* Add support for NATS JetStream. (#983)
* Add support for Apache Pulsar. (#610)
* Add possibility to process messages for each consumer group indepedently. (#1027)

**Bug Fixed:**

* Fixed message content of bigint type cannot be displayed correctly in dashboard. (#1028)
* Fixed unobserved tasks of async method calls in Amazon SQS. (#1033)
* Fixed RabbitMQ federation plugin message header object values cause exceptions. (#1036)

## Version 5.1.2 (2021-07-26)



+ 1
- 1
docs/content/user-guide/en/transport/kafka.md 查看文件

@@ -46,7 +46,7 @@ CustomHeaders | Custom subscribe headers | Func<> | N/A

When the message sent from a heterogeneous system, because of the CAP needs to define additional headers, so an exception will occur at this time. By providing this parameter to set the custom headersn to make the subscriber works.

You can find the description of [Header Information](../cap/messaging#heterogeneous-system-integration) here.
You can find the description of heterogeneous system integration [here](../../cap/messaging#heterogeneous-system-integration).

Sometimes, if you want to get additional context information from Broker, you can also add it through this option. For example, add information such as Offset or Partition.



正在加载...
取消
保存