Skip to content

Commit 58f38a3

Browse files
committed
docs: add deprecations to changelog
Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
1 parent 15aa303 commit 58f38a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
89
### Added
910
- A new `CloudEvent` optional `pydantic` model class is available in the
1011
`cloudevents.pydantic.event` module. The new model enables the integration of
1112
CloudEvents in your existing pydantic models or integration with pydantic
1213
dependent systems such as FastAPI. ([#182])
14+
15+
### Changed
16+
- Deprecated `cloudevents.http.event_type` module,
17+
moved under `cloudevents.sdk.converters`.
18+
- Deprecated `cloudevents.http.json_methods` module,
19+
moved under `cloudevents.http.conversion`.
20+
- Deprecated `cloudevents.http.http_methods` module,
21+
moved under `cloudevents.http.conversion`.
22+
- Deprecated `cloudevents.http.util` module.
23+
24+
1325

1426
## [1.5.0] — 2022-08-06
1527
### Added

0 commit comments

Comments
 (0)