Skip to content

Commit

Permalink
Update CHANGELOG for 1.7.5 release (#6397)
Browse files Browse the repository at this point in the history
## Motivation

Update the CHANGELOG for 1.7.5
  • Loading branch information
fasmat committed Oct 21, 2024
1 parent 758c7cf commit 4536af5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

See [RELEASE](./RELEASE.md) for workflow instructions.

## UNRELEASED
## v1.7.5

### Upgrade information

New event types introduced in the API of the node, see [API #382](https://github.com/spacemeshos/api/pull/382) and 2
previously existing events where renamed. Old events were marked as deprecated. Please update your automations to use
new event types.

### Highlights

### Features

### Improvements

* [#6378](https://github.com/spacemeshos/go-spacemesh/pull/6387) Improved handling of malicious identities. This reduces
the number of DB queries needed during ATX validation.

* [#6386](https://github.com/spacemeshos/go-spacemesh/pull/6386) The API of the node now has its own DB connection pool
to reduce the load on the main DB connection pool.

* [#6387](https://github.com/spacemeshos/go-spacemesh/pull/6387) Fix an issue were in rare cases invalid proofs for
malicious identities were created.

Expand Down

0 comments on commit 4536af5

Please sign in to comment.