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

release: v1.3.0 #142

Merged
merged 28 commits into from Oct 10, 2019
Merged

release: v1.3.0 #142

merged 28 commits into from Oct 10, 2019

Conversation

sleepdefic1t
Copy link
Contributor

Added

Changed

Fixed

per1234 and others added 27 commits May 29, 2019 04:12
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
The current library manifest uses a wildcard `*` for the `platforms` value incorrectly signifying that it supports all platforms.

This is incorrect as the Cpp SDK's only officially support the espressif8266 & espressif32 platforms.

This PR corrects this discrepancy.
- removes 'v2' from all paths.
- updates API tests & cleans up.
- updates examples.
- updates documentation.
- cleans up HTTP live test.
- removed ArduinoJson dependency.
- updated test/CMakeLists.txt.
this was removed previously, the change got lost somewhere along the way.
* fix: Correct Windows build

Added additional flags to explicitly set linking with static CRT as well as producing and linking wtih static libraries.

* fix: Add include paths to support Mac source build of curl

* fix:  Correct path to unit test exe

* fix: Add missing openssl dependency

* fix: Reorder Apple openssl defines

* chore: remove old CI files
### Added
-   added Blockchain API endpoint (#104)

### Changed
-   improved API query usage to accept strings (#114)
-   improved class members and test coverage (#93)
-   improved formatting and maintainability (#92)
-   dropped Hunter Package Manager in favor of git submodules in OS builds (#90)
-   updated ArduinoJson 5.13.2 >> 6.10.1, usage patterns, and documentation/examples (#87)
-   moved external libraries out of source tree (#140)

### Fixed
-   fixed typos in Arduino examples (#86)
-   changed to "statusCode" '422' to test API Post response for empty Transactions objects (#85)
@ghost ghost added Complexity: Undetermined Needs specialized, in-depth review. Type: Release The issue or pull request is related to an upcoming release. labels Oct 9, 2019
@faustbrian faustbrian merged commit e945624 into ArkEcosystemArchive:master Oct 10, 2019
@sleepdefic1t sleepdefic1t deleted the release/1.3.0 branch October 16, 2019 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Undetermined Needs specialized, in-depth review. Type: Release The issue or pull request is related to an upcoming release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants