Skip to content

Commit 11fa372

Browse files
authored
Changelog for v0.2.6 (#15)
1 parent 5db2618 commit 11fa372

File tree

1 file changed

+47
-4
lines changed

1 file changed

+47
-4
lines changed

CHANGELOG.md

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,171 @@
11
# Python Lambda Connector Changelog
2+
23
This changelog documents the changes between release versions.
34

45
## [Unreleased]
6+
57
Changes to be included in the next upcoming release
68

9+
## [0.2.6] - 2025.12.12
10+
11+
* Use pip 25.3 or greater
12+
713
## [0.2.5] - 2025.12.02
14+
815
* Use upgraded versions of `libperl`, `perl`, `perl-modules`, `perl-base` and `libsqlite3` to avoid
916
security vulnerabilities.
1017

1118
## [0.2.4] - 2025.08.19
19+
1220
* Use `ndc-sdk-python` package version `v0.42`
1321

1422
## [0.2.3] - 2025.08.19
23+
1524
* Use `ndc-sdk-python` package version `v0.41`
1625

1726
## [0.2.2] - 2025.08.18
27+
1828
* Fix templates to refer to new package
1929

2030
## [0.2.1] - 2025.08.15
31+
2132
* Use `ndc-sdk-python` package version `v0.40`
2233

2334
## [0.2.0] - 2025-04-02
24-
* Upgrade Python 3.12
35+
36+
* Upgrade Python 3.12
2537
* Use `python:3.12-slim` image tag with non-root user.
2638

2739
## [0.1.6] - 2025-01-22
40+
2841
* Fix workflows
2942

3043
## [0.1.5] - 2024-12-05
44+
3145
* Update the Python SDK
3246
* Unpin Versions
3347

3448
## [0.1.4] - 2024-12-05
49+
3550
* Update the Python SDK
3651
* Add annotations to fields from pydantic models
3752

3853
## [0.1.3] - 2024-12-05
54+
3955
* Update the Python SDK
4056
* Fix nullable responses
4157
* Fix type response name generation
42-
* Add docstrings to function descriptions
58+
* Add docstrings to function descriptions
4359

4460
## [0.1.2] - 2024-12-03
45-
* Update the Python SDK
61+
62+
* Update the Python SDK
4663
* Fix Nullable Pydantic Type casting
4764

4865
## [0.1.1] - 2024-10-31
49-
* Update the Python SDK
66+
67+
* Update the Python SDK
5068
* Fix opentelemetry tracing
5169
* Update models to the latest version
5270

5371
## [0.1.0] - 2024-08-22
72+
5473
* Update Documentation for ndc-hub
5574

5675
## [0.0.45] - 2024-08-19
76+
5777
* Update SDK to fix input type casts
5878

5979
## [0.0.44] - 2024-08-09
80+
6081
* Remove relationship capabilities as engine will handle them with variables.
6182

6283
## [0.0.43] - 2024-08-09
84+
6385
* Support Python 3.10 & 3.11 types when introspecting
6486

6587
## [0.0.42] - 2024-08-09
88+
6689
* Fix authorization
6790

6891
## [0.0.41] - 2024-08-09
92+
6993
* Fix header authorization check to include "Bearer " prefix
7094

7195
## [0.0.40] - 2024-08-09
96+
7297
* Fix field aliasing
7398

7499
## [0.0.39] - 2024-08-08
100+
75101
* Update SDK
76102

77103
## [0.0.38] - 2024-08-08
104+
78105
* Add errors and error handling to SDK
79106

80107
## [0.0.37] - 2024-08-07
108+
81109
* Fix schema endpoint to be aware of parallel execution
82110

83111
## [0.0.36] - 2024-08-07
112+
84113
* Add support for query variables
85114
* Add support for parallel query execution
86115

87116
## [0.0.35] - 2024-08-05
117+
88118
* Update SDK to listen on IPV4 & IPV6
89119

90120
## [0.0.34] - 2024-08-05
121+
91122
* Update SDK
92123

93124
## [0.0.33] - 2024-07-29
125+
94126
* Switch base image to Python 3.10 to get more libraries
95127

96128
## [0.0.32] - 2024-07-29
129+
97130
* Fix scripts and base image to use bash instead of sh
98131

99132
## [0.0.31] - 2024-07-29
133+
100134
* Fix base image to Python 3.11
101135

102136
## [0.0.30] - 2024-07-22
137+
103138
* Update workflow to create multi-platform build
104139

105140
## [0.0.29] - 2024-07-18
141+
106142
* Update SDK
107143

108144
## [0.0.28] - 2024-07-18
145+
109146
* Update SDK
110147
* Provide template functions.py file
111148

112149
## [0.0.27] - 2024-07-18
150+
113151
Update SDK and fix Dockerfile
114152

115153
## [0.0.26] - 2024-07-18
154+
116155
Update Dockerfile and entrypoint script
117156

118157
## [0.0.25] - 2024-07-18
158+
119159
Update SDK to v0.16
120160

121161
## [0.0.24] - 2024-07-16
162+
122163
Attempting to fix Makefile
123164

124165
## [0.0.23] - 2024-07-15
166+
125167
Attempting to fix Makefile
126168

127169
## [0.0.22] - 2024-07-15
170+
128171
Attempting to fix workflow and publish package

0 commit comments

Comments
 (0)