Skip to content

Commit

Permalink
python(release): metadata for 0.1.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Jul 3, 2024
1 parent 73cb0b6 commit 488ad36
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.1.0-rc.3] - July 3, 2024

Summary of changes:
- [Automatated gRPC retries of an unexpected gRPC status code is returned or if a connection unexpectedly terminates](https://github.com/sift-stack/sift/pull/70)

The following are some gRPC error codes that can happen due to external factors that Sift doesn't directly control:
- `UNKNOWN`
- `UNAVAILABLE`
- `ABORTED`
- `DEADLINE_EXCEEDED`

They are the source of common disruptions, particularly during ingestion, and so this mechanism will automatically retry failed RPCs over an existing connection
or will establish a new one if necessary.

## [v0.1.0-rc.2] - July 1, 2024

Summary of changes:
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sift_stack_py"
version = "0.1.0-rc.2"
version = "0.1.0-rc.3"
description = "Python client library for the Sift API"
requires-python = ">=3.9"
readme = {file = "README.md", content-type = "text/markdown"}
Expand Down

0 comments on commit 488ad36

Please sign in to comment.