jillesvangurp / stellar-kotlin-client

Kotlin wrapper for the Stellar java sdk with some added kotlin convenience
MIT License
14 stars 1 forks source link

Horizon v0.18.0 Compatibility #3

Closed theaeolianmachine closed 5 years ago

theaeolianmachine commented 5 years ago

Horizon 0.18.0 Release

Horizon 0.18.0 has been released, which continues additional work for a better integration with Stellar Protocol 11. This release contains breaking changes from 0.17.*, including a requirement to use Postgres 9.5+, along with various changes, including deprecations, that further support the protocol changes presented in CAP-0005 and CAP-0006.

You can find the official release on Github; below are the release notes.

This issue has been filed as a reminder for compatibility — if your SDK is already compatible, feel free to just respond on the thread and close it out. Thank you, and let me know if you have any questions!

Breaking changes

Deprecations

Changes

jillesvangurp commented 5 years ago

Thanks. I will upgrade to use the latest java sdk and address any compatibility issues as soon as that is released. Part of this may already have been addressed with the previous release a few weeks ago.

See https://github.com/stellar/java-stellar-sdk/pull/217 for details.

jillesvangurp commented 5 years ago

Should be covered as part of v0.12