Skip to content

Releases: xyngular/py-xcon

v0.8.0

03 Jan 21:13
9dbb736
Compare
Choose a tag to compare

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)

v0.7.0

02 Jan 19:19
1208d4d
Compare
Choose a tag to compare

0.7.0 (2024-01-02)

Features

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

v0.6.0

31 Oct 18:31
7879a1a
Compare
Choose a tag to compare

0.6.0 (2023-10-31)

Features

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

Bug Fixes

v0.5.0

31 Oct 18:09
d80b255
Compare
Choose a tag to compare

0.5.0 (2023-10-31)

Features

  • update documentation and readme. (c9fec02)

v0.4.1

15 Apr 13:36
d36f406
Compare
Choose a tag to compare

0.4.1 (2023-04-15)

Bug Fixes

v0.4.0

28 Feb 00:54
096e034
Compare
Choose a tag to compare

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)

v0.3.3

21 Feb 15:16
83fb647
Compare
Choose a tag to compare

0.3.3 (2023-02-21)

Bug Fixes

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

v0.3.2

21 Feb 00:19
103d611
Compare
Choose a tag to compare

0.3.2 (2023-02-20)

Bug Fixes

  • doc-generator for pdoc3 dependencies. (f8ca9f1)

v0.3.1

20 Feb 21:04
da485da
Compare
Choose a tag to compare

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)

v0.3.0

20 Feb 19:01
4db9884
Compare
Choose a tag to compare

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)