File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 8383 runs-on : ubuntu-24.04
8484 strategy :
8585 matrix :
86- python : [3.8, 3. 9]
86+ python : [3.9]
8787 steps :
8888 - uses : actions/checkout@v4
8989
@@ -142,7 +142,7 @@ jobs:
142142 user : __token__
143143 password : ${{ secrets.TEST_TWINE_PASSWORD }}
144144 repository-url : https://test.pypi.org/legacy/
145- skip_existing : true
145+ skip-existing : true
146146
147147 - name : Publish distributions to PyPI
148148 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change 22
33## Pending
44
5- - Change to tz-aware dates internally (Issue #799 )
6- - psutil dependency un-pin (#790 )
5+ ## [ 3.4.0] 2025-05-08
6+ ### Fixed
7+ - urllib3 dependency un-pin (#810 )
8+ - Support ` rq ` now having tz-aware times
79
810## [ 3.3.0] 2025-01-07
911### Added
1012- Added support for down-sampling via Scout configuration.
1113 - Sample rates can be set globally or for specific jobs/endpoints
1214 - Check out our [ documentation] ( https://scoutapm.com/docs/python/configuration#sampling ) for more information and example usage.
15+ - Change to tz-aware dates internally (Issue #799 )
16+ - psutil dependency un-pin (#790 )
1317
1418## [ 3.2.0] 2024-09-12
1519### Added
Original file line number Diff line number Diff line change 3333
3434setup (
3535 name = "scout_apm" ,
36- version = "3.3 .0" ,
36+ version = "3.4 .0" ,
3737 description = "Scout Application Performance Monitoring Agent" ,
3838 long_description = long_description ,
3939 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments