Skip to content

Commit

Permalink
Merge pull request #10624 from smartcontractkit/chore/release/2.5.0
Browse files Browse the repository at this point in the history
release/2.5.0 -> develop
  • Loading branch information
chainchad authored Sep 13, 2023
2 parents c3305b1 + 128412c commit f1ee0b8
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [dev]

### Fixed
- Unauthenticated users executing CLI commands previously generated a confusing error log, which is now removed:
```[ERROR] Error in transaction, rolling back: session missing or expired, please login again pg/transaction.go:118 ```
- Fixed a bug that was preventing job runs to be displayed when the job `chainID` was disabled.

- Unauthenticated users executing CLI commands previously generated a confusing error log, which is now removed:
```
[ERROR] Error in transaction, rolling back: session missing or expired, please login again pg/transaction.go:118
```
- Fixed a bug that was preventing job runs to be displayed when the job `chainID` was disabled.
- `chainlink txs evm create` returns a transaction hash for the attempted transaction in the CLI. Previously only the sender, receipient and `unstarted` state were returned.

...
## 2.5.0 - UNRELEASED
<!-- unreleasedstop -->

## 2.5.0 - 2023-09-13

### Upcoming Required Configuration Change

- Starting in 2.6.0, chainlink nodes will no longer allow insecure configuration for production builds. Any TOML configuration that sets the following line will fail validation checks in `node start` or `node validate`:

```
AllowSimplePasswords=true
```

- To migrate on production builds, update the database password set in Database.URL to be 16 - 50 characters without leading or trailing whitespace. URI parsing rules apply to the chosen password - refer to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) for special character escape rules.

<!-- unreleasedstop -->
### Added

- Various Functions improvements

## 2.4.0 - 2023-08-21

Expand Down

0 comments on commit f1ee0b8

Please sign in to comment.