Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 47 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,128 +1,171 @@
# Python Lambda Connector Changelog

This changelog documents the changes between release versions.

## [Unreleased]

Changes to be included in the next upcoming release

## [0.2.6] - 2025.12.12

* Use pip 25.3 or greater

## [0.2.5] - 2025.12.02

* Use upgraded versions of `libperl`, `perl`, `perl-modules`, `perl-base` and `libsqlite3` to avoid
security vulnerabilities.

## [0.2.4] - 2025.08.19

* Use `ndc-sdk-python` package version `v0.42`

## [0.2.3] - 2025.08.19

* Use `ndc-sdk-python` package version `v0.41`

## [0.2.2] - 2025.08.18

* Fix templates to refer to new package

## [0.2.1] - 2025.08.15

* Use `ndc-sdk-python` package version `v0.40`

## [0.2.0] - 2025-04-02
* Upgrade Python 3.12

* Upgrade Python 3.12
* Use `python:3.12-slim` image tag with non-root user.

## [0.1.6] - 2025-01-22

* Fix workflows

## [0.1.5] - 2024-12-05

* Update the Python SDK
* Unpin Versions

## [0.1.4] - 2024-12-05

* Update the Python SDK
* Add annotations to fields from pydantic models

## [0.1.3] - 2024-12-05

* Update the Python SDK
* Fix nullable responses
* Fix type response name generation
* Add docstrings to function descriptions
* Add docstrings to function descriptions

## [0.1.2] - 2024-12-03
* Update the Python SDK

* Update the Python SDK
* Fix Nullable Pydantic Type casting

## [0.1.1] - 2024-10-31
* Update the Python SDK

* Update the Python SDK
* Fix opentelemetry tracing
* Update models to the latest version

## [0.1.0] - 2024-08-22

* Update Documentation for ndc-hub

## [0.0.45] - 2024-08-19

* Update SDK to fix input type casts

## [0.0.44] - 2024-08-09

* Remove relationship capabilities as engine will handle them with variables.

## [0.0.43] - 2024-08-09

* Support Python 3.10 & 3.11 types when introspecting

## [0.0.42] - 2024-08-09

* Fix authorization

## [0.0.41] - 2024-08-09

* Fix header authorization check to include "Bearer " prefix

## [0.0.40] - 2024-08-09

* Fix field aliasing

## [0.0.39] - 2024-08-08

* Update SDK

## [0.0.38] - 2024-08-08

* Add errors and error handling to SDK

## [0.0.37] - 2024-08-07

* Fix schema endpoint to be aware of parallel execution

## [0.0.36] - 2024-08-07

* Add support for query variables
* Add support for parallel query execution

## [0.0.35] - 2024-08-05

* Update SDK to listen on IPV4 & IPV6

## [0.0.34] - 2024-08-05

* Update SDK

## [0.0.33] - 2024-07-29

* Switch base image to Python 3.10 to get more libraries

## [0.0.32] - 2024-07-29

* Fix scripts and base image to use bash instead of sh

## [0.0.31] - 2024-07-29

* Fix base image to Python 3.11

## [0.0.30] - 2024-07-22

* Update workflow to create multi-platform build

## [0.0.29] - 2024-07-18

* Update SDK

## [0.0.28] - 2024-07-18

* Update SDK
* Provide template functions.py file

## [0.0.27] - 2024-07-18

Update SDK and fix Dockerfile

## [0.0.26] - 2024-07-18

Update Dockerfile and entrypoint script

## [0.0.25] - 2024-07-18

Update SDK to v0.16

## [0.0.24] - 2024-07-16

Attempting to fix Makefile

## [0.0.23] - 2024-07-15

Attempting to fix Makefile

## [0.0.22] - 2024-07-15

Attempting to fix workflow and publish package