diff --git a/CHANGELOG.md b/CHANGELOG.md index f79fcd70a..7c4dcbb9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.1.1rc51 (October 01, 2025) + +Full Changelog: https://github.com/atlanhq/application-sdk/compare/v0.1.1rc50...v0.1.1rc51 + +### Features + +- enable Dapr hot reload and add error resilience to components (#744) (by @inishchith in [064f944](https://github.com/atlanhq/application-sdk/commit/064f944)) + +### Bug Fixes + +- Adjust max file size buffer in ParquetOutput to 75% of DAPR limit (#741) (by @TechyMT in [727abef](https://github.com/atlanhq/application-sdk/commit/727abef)) + + ## v0.1.1rc50 (September 29, 2025) Full Changelog: https://github.com/atlanhq/application-sdk/compare/v0.1.1rc49...v0.1.1rc50 diff --git a/application_sdk/version.py b/application_sdk/version.py index 468b4c1d3..2379b1501 100644 --- a/application_sdk/version.py +++ b/application_sdk/version.py @@ -2,4 +2,4 @@ Version information for the application_sdk package. """ -__version__ = "0.1.1rc50" +__version__ = "0.1.1rc51" diff --git a/pyproject.toml b/pyproject.toml index ab68c5905..98e593574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "atlan-application-sdk" -version = "0.1.1rc50" +version = "0.1.1rc51" description = "Atlan Application SDK is a Python library for developing applications on the Atlan Platform" license = "Apache-2.0" authors = [ diff --git a/uv.lock b/uv.lock index ef0d5accd..46b0c9e73 100644 --- a/uv.lock +++ b/uv.lock @@ -140,7 +140,7 @@ wheels = [ [[package]] name = "atlan-application-sdk" -version = "0.1.1rc50" +version = "0.1.1rc51" source = { editable = "." } dependencies = [ { name = "aiohttp" },