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

doc: update changelogs with drop of Go 1.12 support #2346

Merged
merged 1 commit into from
Feb 29, 2020
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions clients/horizonclient/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased

- Add `IsNotFoundError`
* Dropped support for Go 1.12.

## [v2.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v2.0.0) - 2020-01-13

Expand Down
4 changes: 4 additions & 0 deletions services/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

## Unreleased

* Dropped support for Go 1.12.

## 0.0.33

* Add `ReadTimeout` to HTTP server configuration to fix potential DoS vector.
Expand Down
4 changes: 4 additions & 0 deletions services/compliance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

## Unreleased

* Dropped support for Go 1.12.

## 0.0.33

* Add `ReadTimeout` to HTTP server configuration to fix potential DoS vector.
Expand Down
4 changes: 4 additions & 0 deletions services/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.

## Unreleased

* Dropped support for Go 1.12.

## [v0.3.0] - 2019-11-20

### Changed
Expand Down
1 change: 1 addition & 0 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).

* Fix `horizon db reap` bug which caused the command to exit without deleting any history table rows.
* The horizon reap system now also deletes rows from `history_trades`. Previously, the reap system only deleted rows from `history_operation_participants`, `history_operations`, `history_transaction_participants`, `history_transactions`, `history_ledgers`, and `history_effects`.
* Dropped support for Go 1.12.

## 1.0.0

Expand Down
2 changes: 2 additions & 0 deletions services/keystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

- Dropped support for Go 1.12.

## [v1.2.0] - 2019-11-20

- Add `ReadTimeout` to Keystore HTTP server configuration to fix potential DoS vector.
Expand Down
5 changes: 5 additions & 0 deletions services/ticker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased

* Dropped support for Go 1.12.


## [v1.2.0] - 2019-11-20
- Add `ReadTimeout` to Ticker HTTP server configuration to fix potential DoS vector.
- Added nested `"issuer_detail"` field to `/assets.json`.
Expand Down
2 changes: 1 addition & 1 deletion tools/stellar-archivist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bumps. A breaking change will get clearly notified in this log.
## ???

* Fix race condition in `mirror` command
* Dropped support for Go 1.10, 1.11.
* Dropped support for Go 1.10, 1.11, 1.12.
* Add `log` command
* Add `--recent` flag for `mirror` command

Expand Down
2 changes: 1 addition & 1 deletion tools/stellar-hd-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bumps. A breaking change will get clearly notified in this log.

## Unreleased

- Dropped support for Go 1.10, 1.11.
- Dropped support for Go 1.10, 1.11, 1.12.

## [v0.0.1] - 2017-12-28

Expand Down
2 changes: 1 addition & 1 deletion tools/stellar-sign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bumps. A breaking change will get clearly notified in this log.

## Unreleased

- Dropped support for Go 1.10, 1.11.
- Dropped support for Go 1.10, 1.11, 1.12.

## [v0.2.0] - 2016-08-19

Expand Down
2 changes: 1 addition & 1 deletion tools/stellar-vanity-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bumps. A breaking change will get clearly notified in this log.

## Unreleased

- Dropped support for Go 1.10, 1.11.
- Dropped support for Go 1.10, 1.11, 1.12.

## [v0.1.0] - 2016-08-17

Expand Down
2 changes: 2 additions & 0 deletions txnbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

* Dropped support for Go 1.12.

## [v1.5.0](https://github.com/stellar/go/releases/tag/horizonclient-v1.5.0) - 2019-10-09

* Dropped support for Go 1.10, 1.11.
Expand Down