Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECO-2199] Update changelog #804

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/doc-site/docs/off-chain/dss/changelog.md
CRBl69 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ Stable DSS builds are tracked on the [`dss-stable`] branch with tags like [`dss-
1. Merge `main` into `dss-stable`.
1. Push annotated tag to head of `dss-stable`.

## [v2.5.0-rc.1][dss-v2.5.0-rc.1] (hot upgradable)
## [v2.5.0-rc.2][dss-v2.5.0-rc.2] (hot upgradable)

### Internal

- Optimize enumerated volume calculation to improve idling performance ([#799]).
- Add index to speed up querying orders by `user` and `market_id` ([#800]).
- Add index to speed up querying orders by `order_id` ([#801]).
- Add maximum time limit for PostgREST queries ([#803]).

## [v2.4.0] (hot upgradable)

Expand Down Expand Up @@ -303,12 +304,13 @@ Stable DSS builds are tracked on the [`dss-stable`] branch with tags like [`dss-
[#799]: https://github.com/econia-labs/econia/pull/799
[#800]: https://github.com/econia-labs/econia/pull/800
[#801]: https://github.com/econia-labs/econia/pull/801
[#803]: https://github.com/econia-labs/econia/pull/803
[docs site readme]: https://github.com/econia-labs/econia/blob/main/doc/doc-site/README.md
[dss-v2.1.0-rc.1]: https://github.com/econia-labs/econia/releases/tag/dss-v2.1.0-rc.1
[dss-v2.2.1-rc.1]: https://github.com/econia-labs/econia/releases/tag/dss-v2.2.1-rc.1
[dss-v2.3.0-rc.1]: https://github.com/econia-labs/econia/releases/tag/dss-v2.3.0-rc.1
[dss-v2.4.0-rc.1]: https://github.com/econia-labs/econia/releases/tag/dss-v2.4.0-rc.1
[dss-v2.5.0-rc.1]: https://github.com/econia-labs/econia/releases/tag/dss-v2.5.0-rc.1
[dss-v2.5.0-rc.2]: https://github.com/econia-labs/econia/releases/tag/dss-v2.5.0-rc.2
[processor #19]: https://github.com/econia-labs/aptos-indexer-processors/pull/19
[processor #20]: https://github.com/econia-labs/aptos-indexer-processors/pull/20
[processor #21]: https://github.com/econia-labs/aptos-indexer-processors/pull/21
Expand Down
Loading