Skip to content

Changelog

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)

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)