Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrocumulus committed Aug 29, 2020
1 parent ceaefe8 commit 1bb5030
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.8.0] - 2020-08-29

### Added

- Added NotificationService, a service to (de)register callbacks for certain PVOutput alerts [#37](https://github.com/pyrocumulus/pvoutput.net/pull/37)

### Fixed

- Updated multiple packages in both projects [0d71267](https://github.com/pyrocumulus/pvoutput.net/pull/37/commits/0d7126716f165829db31f06be14d3bd0143f411c)
- `CancellationToken` not propagating into the `BaseObjectStringReader`

## [0.7.1] - 2020-04-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For more information on usage, please see the [documentation](https://pyrocumulu

## API Coverage

The library covers almost all of the methods the official PVOutput API exposes. See [documentation](https://pyrocumulus.github.io/pvoutput.net/) for details.
As of 0.8.0 this library the complete public API that official PVOutput exposes. See [documentation](https://pyrocumulus.github.io/pvoutput.net/) for details.

## Building the project

Expand Down
4 changes: 2 additions & 2 deletions docfx/articles/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Currently all read operations of the API are implemented as are all of the opera
| Leave | Team | Team | :heavy_check_mark: | [Leave Team](https://pvoutput.org/help.html#api-leaveteam) |
| Get | Supply | Supply | :heavy_check_mark: | [Get Supply](https://pvoutput.org/help.html#api-getsupply) |
| Search | Search | Search | :heavy_check_mark: | [Search](https://pvoutput.org/help.html#api-search) |
| Register | Notification | Notification | | [Register Notification](https://pvoutput.org/help.html#api-registernotification) |
| Deregister | Notification | Notification | | [Deregister Notification](https://pvoutput.org/help.html#api-deregisternotification) |
| Register | Notification | Notification | :heavy_check_mark: | [Register Notification](https://pvoutput.org/help.html#api-registernotification) |
| Deregister | Notification | Notification | :heavy_check_mark: | [Deregister Notification](https://pvoutput.org/help.html#api-deregisternotification) |
3 changes: 2 additions & 1 deletion docfx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ This library is targeting .NET Standard 2.0 and above. For full compatibility de

## Usage

At this time, most of the API calls of the official service are exposed through the library. For a complete list of the supported calls, see the [coverage](articles/coverage.md) page.
As of 0.8.0, all of the public API calls of the official service are exposed through the library. For a complete list of the supported calls, see the [coverage](articles/coverage.md) page.
Note that the 'Managed Systems' and 'Data Services' APIs are both unsupported as those are not public.

### Getting data out of PVOutput.org

Expand Down
2 changes: 1 addition & 1 deletion src/PVOutput.Net/PVOutput.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Authors>Marcel Boersma</Authors>
<Version>0.7.1</Version>
<Version>0.8.0</Version>
<Copyright></Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://pyrocumulus.github.io/pvoutput.net/</PackageProjectUrl>
Expand Down

0 comments on commit 1bb5030

Please sign in to comment.