Skip to content

Commit

Permalink
Merge pull request #39 from skyway/release/v0.4.2
Browse files Browse the repository at this point in the history
Release v0.4.2
  • Loading branch information
kadoshita authored Apr 4, 2023
2 parents b5ec441 + 4d83c54 commit 39270d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /skyway
# glibc packages for Alpine Linux are prepared by Sasha Gerrand and the releases are published in sgerrand/alpine-pkg-glibc github repo.
# https://github.com/sgerrand/alpine-pkg-glibc
RUN apk add --no-cache --virtual tmpPackages ca-certificates wget && \
wget https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.4.1/gateway_linux_x64 && \
wget https://github.com/skyway/skyway-webrtc-gateway/releases/download/0.4.2/gateway_linux_x64 && \
chmod +x ./gateway_linux_x64 && \
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-2.29-r0.apk && \
Expand Down
2 changes: 1 addition & 1 deletion api/api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: 'SkyWay WebRTC Gatewayを操作するためのREST API仕様書'
version: 0.4.1
version: 0.4.2
title: SkyWay WebRTC Gateway REST API
termsOfService: 'http://nttcom.github.io/skyway/'
contact:
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SkyWay WebRTC Gateway release notes

## [v0.4.2](https://github.com/skyway/skyway-webrtc-gateway/releases/tag/0.4.2)

- コンフィグ取得処理にmulti-thread safeではない処理が含まれていたため、複数同時にcreate peerする場合にクラッシュする不具合を修正しました。

## [v0.4.1](https://github.com/skyway/skyway-webrtc-gateway/releases/tag/0.4.1)

- Call への応答 API で `constranints``video``false` の場合に PLI パケット送信 API を実行した際、405 エラーが返却される不具合を修正しました。
Expand Down

0 comments on commit 39270d7

Please sign in to comment.