Skip to content

Latest commit

 

History

History
72 lines (36 loc) · 3.84 KB

File metadata and controls

72 lines (36 loc) · 3.84 KB

CHANGELOG

Unreleased

  • feat: update minimal required Python version: 3.7 -> 3.8 (211cdc0)

  • feat: rename the project: contextvars-extras -> contextvars-registry (ea557fa)

v0.3.0 (2022-10-30)

  • feat: remove "under development" warnings, the code is stable enough (6e5518b)

v0.2.1 (2022-06-21)

  • fix: ContextVarsRegistry.keys() triggers deferred_default (fc17c59)

v0.2.0 (2022-06-21)

  • feat: new method: ContextVarExt.is_gettable (77ff938)

  • feat: new flag: ContextVarExt.default_is_set (296fc9f)

v0.1.0 (2022-02-14)

  • feat: allow setting properties using with registry(var=value) (0a02cf6)

v0.0.12 (2022-02-12)

  • fix: missing type stub for ContextVarExt.deferred_default attribute (b088ea9)

v0.0.11 (2022-02-12)

  • fix: wrong exception type thrown by ContextVarsRegistry.delitem (876d342)

v0.0.10 (2021-10-18)

  • fix: inconsistent defaults with existing ContextVar object (510e4e7)

  • fix: reset_to_default() doesn't when re-using existing ContextVar (2e57b3e)

v0.0.9 (2021-10-11)

  • fix: no real changes here, just testing semantic-release workflow (d2c716a)

  • fix: add commit_author and remove git user (just to see what happens) (343ba2d)

v0.0.8 (2021-10-10)

  • fix: no real changes here, just testing semantic-release workflow (22750b4)

  • fix: no real changes here, just testing semantic-release workflow (05a1d1b)

v0.0.7 (2021-10-10)

  • fix: add a quote character that I deleted by an accident (5b6c19d)

  • fix: no real changes here, just testing semantic-release commit parser (9faa542)

v0.0.6 (2021-10-10)

  • fix: no real changes here, just testing semantic-release commit parser (08208fb)

v0.0.5 (2021-10-11)

v0.0.4 (2021-10-10)

  • fix: no changes here, just testing semantic-release commit parser (bdbb0c2)

v0.0.3 (2021-10-10)

  • fix: no changes here, just testing semantic-release commit parser (2ce33b0)