Skip to content

Commit 7dbc4b5

Browse files
authored
docs: Add Support policy to README (GoogleCloudPlatform#151)
1 parent 6cac84d commit 7dbc4b5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,26 @@ connector.connect(
153153
)
154154
```
155155

156+
## Support policy
157+
158+
### Major version lifecycle
159+
This project uses [semantic versioning](https://semver.org/), and uses the
160+
following lifecycle regarding support for a major version:
161+
162+
**Active** - Active versions get all new features and security fixes (that
163+
wouldn’t otherwise introduce a breaking change). New major versions are
164+
guaranteed to be "active" for a minimum of 1 year.
165+
**Deprecated** - Deprecated versions continue to receive security and critical
166+
bug fixes, but do not receive new features. Deprecated versions will be publicly
167+
supported for 1 year.
168+
**Unsupported** - Any major version that has been deprecated for >=1 year is
169+
considered publicly unsupported.
170+
171+
### Release cadence
172+
This project aims for a minimum monthly release cadence. If no new
173+
features or fixes have been added, a new PATCH version with the latest
174+
dependencies is released.
175+
156176
### Setup for development
157177

158178
Tests can be run with `nox`. Change directory into the `cloud-sql-python-connector` and just run `nox` to run the tests.

0 commit comments

Comments
 (0)