Skip to content

Commit

Permalink
feat: support for HTTP PUT method (#57)
Browse files Browse the repository at this point in the history
* build: update deps versions

* build: test sem rel action

* build: update access tokens

* build: sem rel fix

* build: sem rel

* build: test new script

Signed-off-by: ivelin <ivelin@ambianic.ai>

* chore(release): 1.4.1 [skip ci]

## [1.4.1](ivelin/peerjs-python@v1.4.0...v1.4.1) (2021-09-21)

### Bug Fixes

* allow more lenient peers id load ([1fe71b6](ivelin@1fe71b6)), closes [#51](https://github.com/ivelin/peerjs-python/issues/51)
* allow more lenient peers id load ([981ae27](ivelin@981ae27))
* load peer ID from an empty file ([4cfe6fb](ivelin@4cfe6fb)), closes [#52](https://github.com/ivelin/peerjs-python/issues/52)
* load peer ID from an empty file ([b9ff9fa](ivelin@b9ff9fa))
* log_level not found in config ([fb0a2da](ivelin@fb0a2da)), closes [#53](https://github.com/ivelin/peerjs-python/issues/53)
* log_level not found in config ([ddfedea](ivelin@ddfedea))
* merge pull request [#38](https://github.com/ivelin/peerjs-python/issues/38) from ivelin/master ([12a4365](ivelin@12a4365))
* peer reconnect error; closes [#31](https://github.com/ivelin/peerjs-python/issues/31) ([6b68cfa](ivelin@6b68cfa))
* rename http-proxy to http_proxy ([8ee5e0b](ivelin@8ee5e0b)), closes [#50](https://github.com/ivelin/peerjs-python/issues/50)

* build: test new script

Signed-off-by: ivelin <ivelin@ambianic.ai>

* build: test new script

Signed-off-by: ivelin <ivelin@ambianic.ai>

* fix: test new script

Signed-off-by: ivelin <ivelin@ambianic.ai>

* chore(release): 1.4.2 [skip ci]

## [1.4.2](ivelin/peerjs-python@v1.4.1...v1.4.2) (2021-09-21)

### Bug Fixes

* test new script ([5090913](ivelin@5090913))

* chore: checkpoint

Signed-off-by: ivelin <ivelin@ambianic.ai>

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
Ivelin Ivanov and semantic-release-bot committed Oct 5, 2021
1 parent e9cd36a commit fdb1ac5
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 88 deletions.
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
tasks:
- init: |
echo "Gitpod init. Setting up peerjs-python dev environment."
pyenv global system
pip3 install -e ./src
command: |
pyenv global system
echo "Started peerjs-python development environment."
echo "To run the peerjs-python testsuite use:"
echo "python3 -m pytest --cov=peerjs --cov-report=term tests/"
echo "To start peerjs http_proxy service use:"
echo "python3 -m peerjs.ext.http_proxy"

0 comments on commit fdb1ac5

Please sign in to comment.