Skip to content

Commit

Permalink
Merge pull request #487 from stellar/changelog-0.13.0
Browse files Browse the repository at this point in the history
v0.13.0 Changelog
  • Loading branch information
bartekn authored Jun 6, 2018
2 parents 1bf713b + 691331e commit c5fe0ff
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
As this project is pre 1.0, breaking changes may happen for minor version
bumps. A breaking change will get clearly notified in this log.

## v0.13.0 - 2018-06-06

### Breaking changes

- `amount` field in `/assets` is now a String (to support Stellar amounts larger than `int64`).

### Changes

- Effect resource contains a new `created_at` field.
- Horizon responses are compressed.
- Ingestion errors have been improved.
- `horizon rebase` command was improved.

### Bug fixes

- Horizon now returns `400 Bad Request` for negative `cursor` values.

**Upgrade notes**

DB migrations add a new indexes on `history_trades`. This is very large table so migration may take a long time (depending on your DB hardware). Please test the migrations execution time on the copy of your production DB first.


## v0.12.3 - 2017-03-20

### Bug fixes
Expand Down

0 comments on commit c5fe0ff

Please sign in to comment.