Skip to content

Commit 73fe1f5

Browse files

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
## [1.11.0] - 2023-12-07
11+
912
### Added
1013
- Optional merge_events parameter to @stream and @scheduled decorators. Default is False, if True - merge all incoming events into one.
1114
- Added functionality to make retries for the failed HTTP requests.
@@ -354,7 +357,8 @@ env variables, that should be used to configure logging.
354357
- Event classes: `StreamEvent`, `ScheduledEvent` and `TaskEvent`.
355358

356359

357-
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.10.0...master
360+
[Unreleased] https://github.com/corva-ai/python-sdk/compare/v1.11.0...master
361+
[1.11.0] https://github.com/corva-ai/python-sdk/compare/v1.10.0...v1.11.0
358362
[1.10.0] https://github.com/corva-ai/python-sdk/compare/v1.9.2...v1.10.0
359363
[1.9.2] https://github.com/corva-ai/python-sdk/compare/v1.9.1...v1.9.2
360364
[1.9.1] https://github.com/corva-ai/python-sdk/compare/v1.9.0...v1.9.1

docs/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
start_path: docs
88
branches: []
99
# branches: HEAD # Use this for local development
10-
tags: [v1.10.0]
10+
tags: [v1.11.0]
1111
asciidoc:
1212
attributes:
1313
page-toclevels: 5

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: corva-sdk
2-
version: ~
2+
version: 1.11.0
33
nav: [modules/ROOT/nav.adoc]

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.10.0"
1+
VERSION = "1.11.0"

0 commit comments

Comments
 (0)