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
* chore: bump version.
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
* docs: Update changelog with the release
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
* docs: Use new `conversion` module over deprecated APIs.
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* docs: Also sort imports in README
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
* docs: cleanup README and refereance latest Flask
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
You can find a complete example of turning a CloudEvent into a HTTP request [in the samples directory](samples/http-json-cloudevents/json_sample_server.py).
114
+
You can find a complete example of turning a CloudEvent into a HTTP request
115
+
[in the samples' directory](samples/http-json-cloudevents/json_sample_server.py).
111
116
112
117
## SDK versioning
113
118
114
-
The goal of this package is to provide support for all released versions of CloudEvents, ideally while maintaining
115
-
the same API. It will use semantic versioning with following rules:
119
+
The goal of this package is to provide support for all released versions of CloudEvents,
120
+
ideally while maintaining the same API. It will use semantic versioning
121
+
with following rules:
116
122
117
123
- MAJOR version increments when backwards incompatible changes is introduced.
118
-
- MINOR version increments when backwards compatible feature is introduced INCLUDING support for new CloudEvents version.
124
+
- MINOR version increments when backwards compatible feature is introduced
125
+
INCLUDING support for new CloudEvents version.
119
126
- PATCH version increments when a backwards compatible bug fix is introduced.
120
127
121
128
## Community
@@ -144,8 +151,8 @@ information.
144
151
145
152
## Maintenance
146
153
147
-
We use [black][black] and [isort][isort] for autoformatting. We set up a [tox][tox] environment
148
-
to reformat the codebase.
154
+
We use [black][black] and [isort][isort] for autoformatting. We set up a [tox][tox]
0 commit comments