Skip to content

Releases: codingsolutions-ninja/solar-edge-api-client

v0.1.0-beta.2

11 Mar 21:51
dbbbc8e
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release

[0.1.0-beta.2]

Added

  • Base ApiResponse interface and updated all existing responses to inherit from it
  • List of site ids associated with API response to returned value from client

v0.1.0-beta

10 Mar 14:08
99f7e66
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Added

  • Added javadoc comment blocks to interfaces
  • Support for api commands to fetch the api current version, supported versions,
    and detailed energy report.
  • Created CHANGELOG.md

v0.1.0-alpha.5

19 Feb 04:01
369b09f
Compare
Choose a tag to compare
v0.1.0-alpha.5 Pre-release
Pre-release
Cleaned up javadoc warnings (#4)

* moves several gradle properties to env vars

* - switches signing property retrieval method from findProperty
to getProperty as to trigger throws on missing properties
- corrects issues with mis matched env variable name for signing key
  password

* switches back to findProperty after identifying mismatches
and guards sign statement with null check on properties

* Adds null check on signing variables in build.gradle and log statement
indicating when the signing process is continueing

* Adds initial javadoc comment blocks to clean up warnings

v0.1.0-alpha.4

19 Feb 03:03
cdba1e6
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release
Move gradle properties to env vars (#3)

* moves several gradle properties to env vars

* - switches signing property retrieval method from findProperty
to getProperty as to trigger throws on missing properties
- corrects issues with mis matched env variable name for signing key
  password

* switches back to findProperty after identifying mismatches
and guards sign statement with null check on properties

* Adds null check on signing variables in build.gradle and log statement
indicating when the signing process is continueing

v0.1.0-alpha.3: Adds usages of in memory pgp keys for signing and github action ci

15 Feb 03:22
Compare
Choose a tag to compare
environment secrets to allow for automatic publish to oss sonatype on
release

v0.1.0-alpha.2

15 Feb 02:03
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release
update build.gradle for github package publish

v0.1.0-alpha

11 Feb 01:23
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
Added more badges