Skip to content

Commit

Permalink
Merge pull request #9561 from smartcontractkit/chore/re-1450-release-…
Browse files Browse the repository at this point in the history
…2.2.0-changelog-2

Update changelog for v2.2.0 finalization
  • Loading branch information
chainchad authored Jun 12, 2023
2 parents cc3ee35 + ac54e79 commit d6793cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

# 2.2.0 - UNRELEASED
<!-- unreleasedstop -->

# 2.2.0 - 2023-06-12

### Added

Expand All @@ -25,15 +27,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Set default for EVM.GasEstimator.BumpTxDepth to EVM.Transactions.MaxInFlight.
- Bumped batch size defaults for EVM specific configuration. If you are overriding any of these fields in your local config, please consider if it is necesssary:
- Bumped batch size defaults for EVM specific configuration. If you are overriding any of these fields in your local config, please consider if it is necessary:
- `LogBackfillBatchSize = 1000`
- `RPCDefaultBatchSize: 250`
- `RPCDefaultBatchSize = 250`
- `GasEstimator.BatchSize = 25`
- Dropped support for Development Mode configuration. `CL_DEV` is now ignored on production builds.
- Updated Docker image's PostgreSQL client (used for backups) to v15 in order to support PostgreSQL v15 servers.

<!-- unreleasedstop -->

## 2.1.1 - 2023-05-22

### Updated
Expand Down

0 comments on commit d6793cc

Please sign in to comment.