Skip to content

Changelog

1.1.2 (2026-05-09)

Bug Fixes

  • make documentation links to point to new repo. (6378420)

1.1.1 (2026-01-15)

Bug Fixes

  • adjusting throttle retry logic. (d5621d4)

1.1.0 (2025-11-17)

Features

  • allow subpaths to be grabbed in ssm. (796469b)

Bug Fixes

  • don't log out all of the names retrieved, add that to 'extra', just too much info in there. (2859370)

1.0.0 (2025-10-25)

⚠ BREAKING CHANGES

  • bump to version 1.0.0.

Features

  • bump to version 1.0.0. (009cc69)
  • will retry ssm provider with throttled + correct changelog. (5fbdc49)

Bug Fixes

  • doc generator, update build dependencies, fix unit tests. (52e8a35)

0.8.0 (2024-01-03)

Features

  • project uses plain dicts as ordered sets (for now), keep old xloop behavior; upgrade python to 3.11+. (fedaaf0)
  • support easily injectable dynamodb resource to use for caching. (534bf00)
  • update documentation and readme. (c9fec02)
  • update table of contents for readme. (7cf59f5)

0.7.0 (2024-01-02)

Features

  • support easily injectable dynamodb resource to use for caching. (534bf00)

0.6.0 (2023-10-31)

Features

  • update table of contents for readme. (7cf59f5)

Bug Fixes

0.5.0 (2023-10-31)

Features

  • update documentation and readme. (c9fec02)

0.4.1 (2023-04-15)

Bug Fixes

0.4.0 (2023-02-28)

Features

  • ignore if cache table does not exist (emit warning instead). (9ae7731)

Bug Fixes

  • default ssm serverless permissions. (96f7e23)

0.3.3 (2023-02-21)

Bug Fixes

  • move dev-only dependencies to correct group. (0830fec)

0.3.2 (2023-02-20)

Bug Fixes

  • doc-generator for pdoc3 dependencies. (f8ca9f1)

0.3.1 (2023-02-20)

Bug Fixes

  • project publishing metadata (d4a2886)
  • reame file name case. (dd9e513)
  • remove xyn_config refs (now it's xcon). (223666f)

0.3.0 (2023-02-20)

Features

  • ability to use format-style paths with Directory objects. (5d44735)
  • ability to use formatted directory paths, changeable default directory paths. (1816e63)
  • add a bunch of documentation, rename things to fit xcon name better. (6120fd7)
  • added serverless yml files that can be copied or directly used to support config-cache (if wanted/needed) (f3c154d)
  • by default use all for all environments, instead of nothing. (9cb5593)
  • have pdoc3 document the other dependent modules. (c821d7b)
  • initial code import, using xcon for library name. (79ec325)
  • rename dynamo cache/provider tables hash-key/range-key to be more self-descriptive. (f3707fc)
  • renamed/reconfigured dependcies, got unit tests working. (ad325ad)
  • use xcon.conf.Settings.[environment/service] instead of SERVICE_NAME on Config object; etc. (54709ba)

Bug Fixes

Documentation

  • fix doc url ref. (7be339b)
  • helps doc-generator to not make these inherit from ABC (8857908)
  • one last note about the current state of things. (55c3dd4)