File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,26 @@ connector.connect(
153
153
)
154
154
```
155
155
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
+
156
176
### Setup for development
157
177
158
178
Tests can be run with ` nox ` . Change directory into the ` cloud-sql-python-connector ` and just run ` nox ` to run the tests.
You can’t perform that action at this time.
0 commit comments