Skip to content

Commit

Permalink
Merge pull request #239 from th2-net/dev_1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
ConnectDIY authored Feb 27, 2023
2 parents febcf86 + 4b06ac5 commit 100b333
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-build-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
repository_url: https://upload.pypi.org/legacy/

1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
repository_url: https://upload.pypi.org/legacy/

10 changes: 10 additions & 0 deletions .github/workflows/scanning.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Vulnerabilities scanning'

on:
push:

jobs:
scan:
name: Vulnerabilities scan
uses: th2-net/.github/.github/workflows/python-scan.yml@main

2 changes: 1 addition & 1 deletion package_info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"package_name": "th2-data-services",
"package_version": "1.3.0"
"package_version": "1.3.1"
}

6 changes: 6 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,3 +373,9 @@ This release implements performance bug fixes and provides Data object cache fil
2. [TH2-4380] Fixed apply_adpater feature for GetMessages / GetEvents / GetEventById / GetMessageById
3. [TH2-3767] Fixed bug with limit of Data object in Windows.
4. [TH2-4460] Fixed bug where GRPC omitted fields with None value in response.
# v1.3.1
## Improvements
1. Updated Wheel to `~0.38`
2. Added vulnerabilities scanning
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wheel==0.37.1 # To get rid of wheel building errors
wheel~=0.38 # To get rid of wheel building errors
sseclient-py~=1.7
grpcio-tools==1.38.1 # Do not change
requests~=2.28
Expand Down

0 comments on commit 100b333

Please sign in to comment.