From 964eb479c99c56c80fe533bf5ee3fda0b0018681 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Thu, 16 Jun 2022 09:43:59 -0500 Subject: [PATCH] Version bump! --- CHANGELOG.md | 10 +++++++++ src/Version.php | 2 +- web/static/api/openapi.yml | 42 ++++++++++++++------------------------ 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d8a6f1c..48abb72dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ release channel, you can take advantage of these new features and fixes. ## New Features/Changes +## Code Quality/Technical Changes + +## Bug Fixes + +--- + +# AzuraCast 0.17.1 (Jun 16, 2022) + +## New Features/Changes + - **Statistics Overhaul**: We've improved and expanded the reporting tools available to stations. The following reports are now available under a unified "Station Statistics" page; for each of these reports, you can specify a custom date range to narrow results: diff --git a/src/Version.php b/src/Version.php index 8621ee410..195cdcba9 100644 --- a/src/Version.php +++ b/src/Version.php @@ -16,7 +16,7 @@ use Symfony\Component\Process\Process; class Version { /** @var string Version that is displayed if no Git repository information is present. */ - public const FALLBACK_VERSION = '0.17.0'; + public const FALLBACK_VERSION = '0.17.1'; // phpcs:disable Generic.Files.LineLength public const LATEST_COMPOSE_REVISION = 12; diff --git a/web/static/api/openapi.yml b/web/static/api/openapi.yml index 42a479c3a..7d5431241 100644 --- a/web/static/api/openapi.yml +++ b/web/static/api/openapi.yml @@ -5,7 +5,7 @@ info: license: name: 'Apache 2.0' url: 'https://www.apache.org/licenses/LICENSE-2.0.html' - version: 0.17.0 + version: 0.17.1 servers: - url: 'https://demo.azuracast.com/api' @@ -911,26 +911,6 @@ paths: security: - ApiKey: [] - '/station/{station_id}/automation/run': - put: - tags: - - 'Stations: Automation' - description: 'Run automated assignment.' - parameters: - - - $ref: '#/components/parameters/StationIdRequired' - responses: - '200': - $ref: '#/components/responses/Success' - '403': - $ref: '#/components/responses/AccessDenied' - '404': - $ref: '#/components/responses/RecordNotFound' - '500': - $ref: '#/components/responses/GenericError' - security: - - - ApiKey: [] '/station/{station_id}/fallback': get: tags: @@ -3631,6 +3611,10 @@ components: type: integer example: '1591548318' nullable: true + art: + description: 'URL to the streamer artwork (if available).' + example: 'https://picsum.photos/1200/1200' + nullable: true type: object Api_NowPlaying: properties: @@ -4516,6 +4500,16 @@ components: type: string example: '' nullable: true + acme_email: + description: 'ACME (LetsEncrypt) e-mail address.' + type: string + example: '' + nullable: true + acme_domains: + description: 'ACME (LetsEncrypt) domain name(s).' + type: string + example: '' + nullable: true type: object SftpUser: type: object @@ -4584,9 +4578,6 @@ components: type: string example: /var/azuracast/stations/azuratest_radio nullable: true - automation_settings: - type: array - items: { } enable_requests: description: 'Whether listeners can request songs to play on this station.' type: boolean @@ -4878,9 +4869,6 @@ components: description: "Whether this playlist's media is included in 'on demand' download/streaming if enabled." type: boolean example: true - include_in_automation: - type: boolean - example: false backend_options: type: string example: 'interrupt,loop_once,single_track,merge'