Skip to content

Commit 3f149c7

Browse files
committed
RELEASE: 0.6.0
1 parent b587be7 commit 3f149c7

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

PyPI_Description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ We are making progress - The Public Preview of our driver is now available! This
99
### What's Included:
1010

1111
- Everything from alpha
12-
- macOS Support: The mssql-python driver now supports macOS on ARM-based systems, enabling seamless development on Apple Silicon (M-series) devices. This milestone strengthens our cross-platform capabilities—and we’re just getting started. Linux support is on the horizon!
13-
- Connection Pooling: We've introduced a robust and configurable connection pooling system designed to significantly enhance performance and optimize resource utilization. This feature ensures more efficient management of database connections, especially under high-load scenarios
12+
- macOS Support: The mssql-python driver now supports macOS on Intel as well as ARM-based systems, enabling seamless development on Apple Silicon (M-series) devices. This milestone strengthens our cross-platform capabilities—and we’re just getting started. Linux support is on the horizon!
13+
- Connection Pooling: We've introduced a robust and configurable connection pooling system designed to significantly enhance performance and optimize resource utilization. This feature ensures more efficient management of database connections, especially under high-load scenarios. This feature is only available on Windows as of now.
1414

1515
For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python
1616

eng/pipelines/dummy-release-pipeline.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ jobs:
2727
dir "$(Build.SourcesDirectory)\dist"
2828
displayName: 'List contents of dist directory'
2929
30-
- task: EsrpRelease@9
31-
displayName: 'ESRP Release'
32-
inputs:
33-
connectedservicename: '$(ESRPConnectedServiceName)'
34-
usemanagedidentity: true
35-
keyvaultname: '$(AuthAKVName)'
36-
signcertname: '$(AuthSignCertName)'
37-
clientid: '$(EsrpClientId)'
38-
Intent: 'PackageDistribution'
39-
# Changing content type to Maven release (NOT PyPI) since we want to do dummy release
40-
# for ESRP testing purposes, not for actual PyPI distribution.
41-
# This is a workaround to allow ESRP to process the release without actual PyPI content
42-
# and to avoid ESRP validation errors.
43-
ContentType: 'Maven'
44-
ContentSource: 'Folder'
45-
FolderLocation: '$(Build.SourcesDirectory)/dist'
46-
WaitForReleaseCompletion: true
47-
Owners: '$(owner)'
48-
Approvers: '$(approver)'
49-
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
50-
MainPublisher: 'ESRPRELPACMAN'
51-
DomainTenantId: '$(DomainTenantId)'
30+
# - task: EsrpRelease@9
31+
# displayName: 'ESRP Release'
32+
# inputs:
33+
# connectedservicename: '$(ESRPConnectedServiceName)'
34+
# usemanagedidentity: true
35+
# keyvaultname: '$(AuthAKVName)'
36+
# signcertname: '$(AuthSignCertName)'
37+
# clientid: '$(EsrpClientId)'
38+
# Intent: 'PackageDistribution'
39+
# # Changing content type to Maven release (NOT PyPI) since we want to do dummy release
40+
# # for ESRP testing purposes, not for actual PyPI distribution.
41+
# # This is a workaround to allow ESRP to process the release without actual PyPI content
42+
# # and to avoid ESRP validation errors.
43+
# ContentType: 'Maven'
44+
# ContentSource: 'Folder'
45+
# FolderLocation: '$(Build.SourcesDirectory)/dist'
46+
# WaitForReleaseCompletion: true
47+
# Owners: '$(owner)'
48+
# Approvers: '$(approver)'
49+
# ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
50+
# MainPublisher: 'ESRPRELPACMAN'
51+
# DomainTenantId: '$(DomainTenantId)'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def finalize_options(self):
8686

8787
setup(
8888
name='mssql-python',
89-
version='0.5.0',
89+
version='0.6.0',
9090
description='A Python library for interacting with Microsoft SQL Server',
9191
long_description=open('PyPI_Description.md', encoding='utf-8').read(),
9292
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)