Skip to content

Commit 5d44e5e

Browse files
chore(main): release gavaconnect-sdk-python 0.3.0
1 parent edc01ac commit 5d44e5e

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/acoruss/gavaconnect-sdk-python/compare/gavaconnect-sdk-python-v0.2.1...gavaconnect-sdk-python-v0.3.0) (2025-08-21)
4+
5+
6+
### Features
7+
8+
* add helper utilities ([edc01ac](https://github.com/acoruss/gavaconnect-sdk-python/commit/edc01acf6e1a5fc04252938c735ec03e037af76b))
9+
* add HTTP transport layer with logging and OpenTelemetry support ([2fed65b](https://github.com/acoruss/gavaconnect-sdk-python/commit/2fed65bc6a225338a0384fc08cb2202a5e4dd9c5))
10+
* configuration and setup ([dadc42e](https://github.com/acoruss/gavaconnect-sdk-python/commit/dadc42eab2122d04f38b3bdf9e7d54615d2bde86))
11+
* implement authentication module with Basic and Bearer policies ([4354ba1](https://github.com/acoruss/gavaconnect-sdk-python/commit/4354ba1041b5df55d7744ccbcd2a86796997c928))
12+
13+
14+
### Miscellaneous
15+
16+
* update common files ([069c044](https://github.com/acoruss/gavaconnect-sdk-python/commit/069c044c7c41890a93da885b9a910e835688af83))
17+
318
## [0.2.1](https://github.com/acoruss/gavaconnect-sdk-python/compare/gavaconnect-sdk-python-v0.2.0...gavaconnect-sdk-python-v0.2.1) (2025-08-19)
419

520

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gavaconnect-sdk-python"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Python SDK for GavaConnect API"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)