File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.1.0 (2025-02-04)
5+
6+ ### Bug Fixes
7+
8+ - ** test** : Ensure client is mocked
9+ ([ ` 1c89c0c ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/1c89c0c1b1c5f91d57765d6c9930e525acdb68ca ) )
10+
11+ ### Chores
12+
13+ - Rename AwsSsmSourceConfig to AwsSsmBaseSettings
14+ ([ ` 8ea89bb ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/8ea89bb6029bf3e09aa3f759682bcece9dd0f8bf ) )
15+
16+ - Rename classes for brevity
17+ ([ ` 333ebf6 ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/333ebf6ea1abd3039bcce9b40995780564a7b30c ) )
18+
19+ - Rm unused subclassed methods
20+ ([ ` af76030 ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/af76030ad1fd418423d626021cbe8d2771b84a44 ) )
21+
22+ - Up pkg version in lock
23+ ([ ` 4186d7e ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/4186d7e65d47b33f5af3d6f8c91873c3ad79fef5 ) )
24+
25+ - ** docs** : Improve readme
26+ ([ ` 46c5357 ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/46c53579be48185c0ecee64bdd3dd6f016ef74d1 ) )
27+
28+ - ** test** : Rm unused variables
29+ ([ ` 9b495c6 ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/9b495c62d17e0d8bec9536f6714e6dd69ec86b22 ) )
30+
31+ ### Features
32+
33+ - Support custom boto3 client
34+ ([ ` 1def3c3 ` ] ( https://github.com/developmentseed/pydantic-ssm-settings/commit/1def3c32bcde4b12c5951fc2db467ef0cedd9eb0 ) )
35+
36+
437## v1.0.0 (2025-02-04)
538
639### Bug Fixes
Original file line number Diff line number Diff line change 22from .source import SsmSettingsSource
33
44__all__ = ("SsmBaseSettings" , "SsmSettingsConfigDict" , "SsmSettingsSource" )
5- __version__ = "1.0 .0"
5+ __version__ = "1.1 .0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "AWS SSM support for Pydantic Settings"
66name = " pydantic-ssm-settings"
77readme = " README.md"
88requires-python = " >=3.9"
9- version = " 1.0 .0"
9+ version = " 1.1 .0"
1010
1111[dependency-groups ]
1212dev = [
You can’t perform that action at this time.
0 commit comments