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

Commit

Permalink
Modules are linkable headings
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindanr authored Dec 15, 2021
1 parent 39343d3 commit 2ccf09e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Removed APIs:
## What's changed
Changes to configurations:

`azureblob-storage` module:
### `azureblob-storage` module:

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

`cassandra-persistence` module:
### `cassandra-persistence` module:

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

`contribs` module:
### `contribs` module:

| Old | New | Default |
| --- | --- | --- |
Expand Down Expand Up @@ -121,7 +121,7 @@ Changes to configurations:
| kafka.publish.producer.cache.size | conductor.tasks.kafka-publish.cacheSize | 10 |
| kafka.publish.producer.cache.time.ms | conductor.tasks.kafka-publish.cacheTime | 120000ms |

`core` module:
### `core` module:

| Old | New | Default |
| --- | --- | --- |
Expand Down Expand Up @@ -174,7 +174,7 @@ Changes to configurations:
| workflow.monitor.metadata.refresh.counter | conductor.workflow-monitor.metadataRefreshInterval | 10 |
| workflow.monitor.stats.freq.seconds | conductor.workflow-monitor.statsFrequency | 60s |

`es6-persistence` module:
### `es6-persistence` module:

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

`es7-persistence` module:
### `es7-persistence` module:

| Old | New | Default |
| --- | --- | --- |
Expand All @@ -218,14 +218,14 @@ Changes to configurations:
| workflow.elasticsearch.basic.auth.username | conductor.elasticsearch.username | "" |
| workflow.elasticsearch.basic.auth.password | conductor.elasticsearch.password | "" |

`grpc-server` module:
### `grpc-server` module:

| Old | New | Default |
| --- | --- | --- |
| conductor.grpc.server.port | conductor.grpc-server.port | 8090 |
| conductor.grpc.server.reflectionEnabled | conductor.grpc-server.reflectionEnabled | true |

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

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

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

| Old | New |
| --- | --- |
Expand All @@ -263,7 +263,7 @@ Changes to configurations:

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

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

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

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

| Old | New |
| --- | --- |
Expand All @@ -301,7 +301,7 @@ Changes to configurations:

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

`redis-lock` module:
### `redis-lock` module:

| Old | New | Default |
| --- | --- | --- |
Expand All @@ -312,7 +312,7 @@ Changes to configurations:
| workflow.decider.locking.namespace | conductor.redis-lock.namespace | "" |
| workflow.decider.locking.exceptions.ignore | conductor.redis-lock.ignoreLockingExceptions | false |

`redis-persistence` module:
### `redis-persistence` module:

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

`zookeeper-lock` module:
### `zookeeper-lock` module:

| Old | New | Default |
| --- | --- | --- |
Expand All @@ -341,7 +341,7 @@ Changes to configurations:
| workflow.zookeeper.lock.connectionTimeoutMs | conductor.zookeeper-lock.connectionTimeout | 15000ms |
| workflow.decider.locking.namespace | conductor.zookeeper-lock.namespace | "" |

Component configuration:
### Component configuration:

| Old | New | Default |
| --- | --- | --- |
Expand Down

0 comments on commit 2ccf09e

Please sign in to comment.