-
Notifications
You must be signed in to change notification settings - Fork 159
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
0.14.0 Release #268
0.14.0 Release #268
Conversation
tamirms
commented
Feb 25, 2020
- Update challenge transaction helpers for SEP-10 v1.3.0 (Update challenge transaction helpers for SEP-10 v1.3.0 #263).
- Add support for /accounts end-point with ?signer and ?asset filters (Horizon v1.0.0 Compatibility #261).
- Add support for /offers end-point with query parameters (Horizon v1.0.0 Compatibility #261).
- Regenerate the XDR definitions to include MetaV2 support (Horizon v1.0.0 Compatibility #261).
Add support for SEP-10 including the latest multi-sig features that are in SEP-10 v1.3.0.
* feat: add support for `/offers` end-point with query parameters. * feat: add support for `/accounts` end-point with ?signer and ?asset filters. * feat: extend offer call builder to return a single offer. * test: add more tests for account and offer endpoint.
@tamirms I think I forgot to list this, but can you include support for |
@@ -16,7 +16,7 @@ apply plugin: 'com.github.ben-manes.versions' // gradle dependencyUpdates -Drevi | |||
apply plugin: 'project-report' // gradle htmlDependencyReport | |||
|
|||
sourceCompatibility = 1.6 | |||
version = '0.13.0' | |||
version = '0.14.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tamirms would it make sense to make this 1.0.0 too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure but I don't think the sdk versions have to match horizon's version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they don't -- I was just suggesting also to add extra emphasis that there have been breaking changes through the latest release -- but I'm okay with this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what is worth none of the sdks match horizon's version :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think semver allows breaking changes without incrementing the major release if the version is less than 1.0.0