Skip to content

Releases: developmentseed/pydantic-ssm-settings

v1.1.2

05 Feb 01:14
Compare
Choose a tag to compare

v1.1.2 (2025-02-05)

Bug Fixes

  • ci: Add required permission (15592ee)

  • ci: Expand permissions (be82941)


Detailed Changes: v1.1.1...v1.1.2

v1.1.1

05 Feb 00:56
Compare
Choose a tag to compare

v1.1.1 (2025-02-05)

Bug Fixes

  • ci: Adapt workflow for Python Semantic Release v7 -> v9 (59e46c9)

Python Semantic Release V8 brought changes where releases were no longer pushed to Github/PyPI. As such, we need to update our workflows. https://python-semantic-release.readthedocs.io/en/latest/migrating_from_v7.html


Detailed Changes: v1.1.0...v1.1.1

v1.1.0

04 Feb 23:44
Compare
Choose a tag to compare

v1.1.0 (2025-02-04)

Bug Fixes

  • test: Ensure client is mocked (1c89c0c)

Chores

  • Rename AwsSsmSourceConfig to AwsSsmBaseSettings (8ea89bb)

  • Rename classes for brevity (333ebf6)

  • Rm unused subclassed methods (af76030)

  • Up pkg version in lock (4186d7e)

  • docs: Improve readme (46c5357)

  • test: Rm unused variables (9b495c6)

Features

  • Support custom boto3 client (1def3c3)

Detailed Changes: v1.0.0...v1.1.0

v1.0.0

04 Feb 21:21
Compare
Choose a tag to compare

v1.0.0 (2025-02-04)

Bug Fixes

CI was confusing 3.10 for 3.1

Chores

  • Add python-semantic-release for local dev (aa0c65f)

  • Improve vscode integration (25fd6e3)

  • Reduce python requirement (295e0db)

  • Replace poetry with uv (a916706)

  • Typing / docstring cleanup (92308e3)

  • Update upload-artifact action (91a88ef)

  • ci: Fix lint step (78f27e4)

  • ci: Update semantic release step (30b4e9b)

  • test: Update ssm mocking (5b57ca0)

Continuous Integration

  • Install required package (c1f42ca)

Features

  • feat: update to align with pydantic 2.0 and remove dependency on secret file to setup an ssm prefix

BREAKING CHANGE: file secrets dir is no longer used to define the ssm prefix

  • Fixup

Co-authored-by: Anthony Lukach [email protected]

BREAKING CHANGES

  • File secrets dir is no longer used to define the ssm prefix

Detailed Changes: v0.2.4...v1.0.0

v0.2.4

26 Sep 16:39
Compare
Choose a tag to compare

Fix

v0.2.3

22 Jun 03:21
Compare
Choose a tag to compare

Fix

  • security: Bump pywin32 from 227 to 301 (#10) (88bc1bd)

v0.2.2

21 Jun 16:48
Compare
Choose a tag to compare

Fix

  • Instruct semantic-releases to up version in poetry config (650554d)

v0.2.1

21 Jun 16:32
Compare
Choose a tag to compare

Fix

  • Fix semantic release build command (13ce3c7)

v0.0.1: Paginate SSM Get Parameters by Path request (#7)

20 Jun 21:22
e5fca16
Compare
Choose a tag to compare
* use pagination

* Update source.py

* Update source.py

Co-authored-by: Anthony Lukach <[email protected]>