Skip to content

Tags: bclements/stackql

Tags

v0.5.604

Toggle v0.5.604's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
union-select-inline (stackql#382)

* union-select-inline

Summary:

- Inline `SELECT... UNION SELECT...` supported.
- Added robot test `Inline Union Select Returns Expected Result`.

* - Perpetuate bodge.

v0.5.591

Toggle v0.5.591's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
provider-certificate-rotation (stackql#376)

Summary:

- New certificate consumed.

v0.5.589

Toggle v0.5.589's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bugfix-polymorphic-infinite-loop (stackql#375)

Summary:

- Handle infinite loop detected in `aws` polymorphism.
- Handle string terminal schemata in `xml` responses.
- Added robot test `AWS User Policies List Works and Validates Circularity Bugfix`.
- Added robot test `AWS User Policies List Projection Works and Validates Circularity Bugfix`.

v0.5.587

Toggle v0.5.587's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/short lived aws creds support minimal (stackql#373)

* test move to env creds

* added support for sts in aws

* fixed variable scoping issue

* aws signing fix

* fixed linting errors

* fixed linting errors

* fixed linting errors

* fixed linting errors

* fixed linting errors

* fixed linting errors

* fixed linting errors

* fixed linting errors

* fixed linting errors

* fixed actions warnings

* fixed actions warnings

* - Minimise change set.

---------

Co-authored-by: Jeffrey Aven <javen@avensolutions.com>

v0.5.571

Toggle v0.5.571's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cert-expiry (stackql#370)

Summary:

- Relaxed registry doc signature check.
- Tactical only.

v0.5.552

Toggle v0.5.552's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
successor-token-repeat-patch (stackql#360)

Summary:

- Fix bug where parent token was attached to all children in `custom` auth.
- Uplift header verification for robot test `Custom Auth Linear Should Send Appropriate Credentials`, in order to ensure correct functionality.

v0.5.547

Toggle v0.5.547's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
custom-auth-linear (stackql#357)

* custom-auth-linear

Summary:

- Support for linear custom auth.
- Dependency `any-sdk` updated to support same.
- Added robot test `Custom Auth Linear Should Send Appropriate Credentials`.

* - Docker testing environment patch.

v0.5.527

Toggle v0.5.527's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
aggressive-dependency-versioning (stackql#348)

Summary:

- Following on from buggy `psycopg` version `3.1.15` failures, we will resume a protected aggressive track.

build-txnp-06

Toggle build-txnp-06's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
any-sdk (stackql#344)

Summary:

- Migrate to `any-sdk` nomenclature.
- Upgraded linter version to `1.55.2`.

v0.5.509

Toggle v0.5.509's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
mixed-in-subclause-parameter-routing (stackql#338)

* mixed-in-subclause-parameter-routing

Summary:

- Fixed parameter cloning defect.
- Now support joins on `IN` subclause relations via subqueries.
- Added robot test `Select With Path Parameters inside IN Scalars Mixed With an Equals Parameter all inside WHERE Clause Returns Expected Result`.
- Added robot test `Select Subquery Join With Path Parameters inside IN Scalars inside WHERE Clause Returns Expected Result`.
- Added robot test `Select Subquery Join With Parameters inside IN Scalars Plus More inside WHERE Clause Returns Expected Result`.

* - Added hack to cover subquery join prepared statement parameter issue.