Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 2ccf09e

Browse files
authored
Modules are linkable headings
1 parent 39343d3 commit 2ccf09e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Removed APIs:
3535
## What's changed
3636
Changes to configurations:
3737

38-
`azureblob-storage` module:
38+
### `azureblob-storage` module:
3939

4040
| Old | New | Default |
4141
| --- | --- | --- |
@@ -49,7 +49,7 @@ Changes to configurations:
4949
| workflow.external.payload.storage.azure_blob.task_input_path | conductor.external-payload-storage.azureblob.taskInputPath | task/input/ |
5050
| workflow.external.payload.storage.azure_blob.task_output_path | conductor.external-payload-storage.azureblob.taskOutputPath | task/output/ |
5151

52-
`cassandra-persistence` module:
52+
### `cassandra-persistence` module:
5353

5454
| Old | New | Default |
5555
| --- | --- | --- |
@@ -67,7 +67,7 @@ Changes to configurations:
6767
| conductor.eventhandler.cache.refresh.time.seconds | conductor.cassandra.eventHandlerCacheRefreshInterval | 60s |
6868
| workflow.event.execution.persistence.ttl.seconds | conductor.cassandra.eventExecutionPersistenceTTL | 0s |
6969

70-
`contribs` module:
70+
### `contribs` module:
7171

7272
| Old | New | Default |
7373
| --- | --- | --- |
@@ -121,7 +121,7 @@ Changes to configurations:
121121
| kafka.publish.producer.cache.size | conductor.tasks.kafka-publish.cacheSize | 10 |
122122
| kafka.publish.producer.cache.time.ms | conductor.tasks.kafka-publish.cacheTime | 120000ms |
123123

124-
`core` module:
124+
### `core` module:
125125

126126
| Old | New | Default |
127127
| --- | --- | --- |
@@ -174,7 +174,7 @@ Changes to configurations:
174174
| workflow.monitor.metadata.refresh.counter | conductor.workflow-monitor.metadataRefreshInterval | 10 |
175175
| workflow.monitor.stats.freq.seconds | conductor.workflow-monitor.statsFrequency | 60s |
176176

177-
`es6-persistence` module:
177+
### `es6-persistence` module:
178178

179179
| Old | New | Default |
180180
| --- | --- | --- |
@@ -195,7 +195,7 @@ Changes to configurations:
195195
| workflow.elasticsearch.auto.index.management.enabled | conductor.elasticsearch.autoIndexManagementEnabled | true |
196196
| workflow.elasticsearch.document.type.override | conductor.elasticsearch.documentTypeOverride | "" |
197197

198-
`es7-persistence` module:
198+
### `es7-persistence` module:
199199

200200
| Old | New | Default |
201201
| --- | --- | --- |
@@ -218,14 +218,14 @@ Changes to configurations:
218218
| workflow.elasticsearch.basic.auth.username | conductor.elasticsearch.username | "" |
219219
| workflow.elasticsearch.basic.auth.password | conductor.elasticsearch.password | "" |
220220

221-
`grpc-server` module:
221+
### `grpc-server` module:
222222

223223
| Old | New | Default |
224224
| --- | --- | --- |
225225
| conductor.grpc.server.port | conductor.grpc-server.port | 8090 |
226226
| conductor.grpc.server.reflectionEnabled | conductor.grpc-server.reflectionEnabled | true |
227227

228-
`mysql-persistence` module (v3.0.0 - v3.0.5):
228+
### `mysql-persistence` module (v3.0.0 - v3.0.5):
229229

230230
| Old | New | Default |
231231
| --- | --- | --- |
@@ -243,7 +243,7 @@ Changes to configurations:
243243
| conductor.mysql.autocommit | conductor.mysql.autoCommit | false |
244244
| conductor.taskdef.cache.refresh.time.seconds | conductor.mysql.taskDefCacheRefreshInterval | 60s |
245245

246-
`mysql-persistence` module (v3.0.5+):
246+
### `mysql-persistence` module (v3.0.5+):
247247

248248
| Old | New |
249249
| --- | --- |
@@ -263,7 +263,7 @@ Changes to configurations:
263263

264264
* for more properties and default values: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#application-properties.data.spring.datasource.hikari
265265

266-
`postgres-persistence` module (v3.0.0 - v3.0.5):
266+
### `postgres-persistence` module (v3.0.0 - v3.0.5):
267267

268268
| Old | New | Default |
269269
| --- | --- | --- |
@@ -281,7 +281,7 @@ Changes to configurations:
281281
| conductor.postgres.autocommit | conductor.postgres.autoCommit | false |
282282
| conductor.taskdef.cache.refresh.time.seconds | conductor.postgres.taskDefCacheRefreshInterval | 60s |
283283

284-
`postgres-persistence` module (v3.0.5+):
284+
### `postgres-persistence` module (v3.0.5+):
285285

286286
| Old | New |
287287
| --- | --- |
@@ -301,7 +301,7 @@ Changes to configurations:
301301

302302
* for more properties and default values: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#application-properties.data.spring.datasource.hikari
303303

304-
`redis-lock` module:
304+
### `redis-lock` module:
305305

306306
| Old | New | Default |
307307
| --- | --- | --- |
@@ -312,7 +312,7 @@ Changes to configurations:
312312
| workflow.decider.locking.namespace | conductor.redis-lock.namespace | "" |
313313
| workflow.decider.locking.exceptions.ignore | conductor.redis-lock.ignoreLockingExceptions | false |
314314

315-
`redis-persistence` module:
315+
### `redis-persistence` module:
316316

317317
| Old | New | Default |
318318
| --- | --- | --- |
@@ -332,7 +332,7 @@ Changes to configurations:
332332
| conductor.taskdef.cache.refresh.time.seconds | conductor.redis.taskDefCacheRefreshInterval | 60s |
333333
| workflow.event.execution.persistence.ttl.seconds | conductor.redis.eventExecutionPersistenceTTL | 60s |
334334

335-
`zookeeper-lock` module:
335+
### `zookeeper-lock` module:
336336

337337
| Old | New | Default |
338338
| --- | --- | --- |
@@ -341,7 +341,7 @@ Changes to configurations:
341341
| workflow.zookeeper.lock.connectionTimeoutMs | conductor.zookeeper-lock.connectionTimeout | 15000ms |
342342
| workflow.decider.locking.namespace | conductor.zookeeper-lock.namespace | "" |
343343

344-
Component configuration:
344+
### Component configuration:
345345

346346
| Old | New | Default |
347347
| --- | --- | --- |

0 commit comments

Comments
 (0)