You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [Unreleased]
8
+
9
+
### Added
10
+
- New feature: Support for macOS and Linux.
11
+
- Documentation: Added API documentation in the Wiki.
12
+
13
+
### Changed
14
+
- Improved error handling in the connection module.
15
+
16
+
### Fixed
17
+
- Bug fix: Resolved issue with connection timeout.
18
+
19
+
## [1.0.0-alpha] - 2025-02-24
20
+
21
+
### Added
22
+
- Initial release of the mssql-python driver for SQL Server.
0 commit comments