Skip to content

Releases: vdmit11/contextvars-registry

v0.3.0

30 Oct 18:16
Compare
Choose a tag to compare

Feature

  • Remove "under development" warnings, the code is stable enough (6e5518b)

v0.2.1

21 Jun 17:14
Compare
Choose a tag to compare

Fix

  • ContextVarsRegistry.keys() triggers deferred_default (fc17c59)

v0.2.0

21 Jun 16:15
Compare
Choose a tag to compare

Feature

  • New method: ContextVarExt.is_gettable (77ff938)
  • New flag: ContextVarExt.default_is_set (296fc9f)

v0.1.0

14 Feb 17:10
Compare
Choose a tag to compare

Feature

  • Allow setting properties using with registry(var=value) (0a02cf6)

v0.0.12

12 Feb 23:21
Compare
Choose a tag to compare

Fix

  • Missing type stub for ContextVarExt.deferred_default attribute (b088ea9)

v0.0.11

12 Feb 22:14
Compare
Choose a tag to compare

Fix

  • Wrong exception type thrown by ContextVarsRegistry.delitem (876d342)

Documentation

  • Change order of classes to put ContextVarExt to the top (a115a64)

v0.0.10

18 Oct 00:14
Compare
Choose a tag to compare

Fix

  • Inconsistent defaults with existing ContextVar object (510e4e7)
  • Reset_to_default() doesn't when re-using existing ContextVar (2e57b3e)

Documentation

  • Delete useless CHANGELOG.md full of debugging leftovers (535565e)

v0.0.9

11 Oct 00:04
Compare
Choose a tag to compare

Fix

  • No real changes here, just testing semantic-release workflow (d2c716a)
  • Add commit_author and remove git user (just to see what happens) (343ba2d)

v0.0.8

10 Oct 23:42
Compare
Choose a tag to compare

Fix

  • No real changes here, just testing semantic-release workflow (22750b4)

v0.0.7

10 Oct 23:35
Compare
Choose a tag to compare

Fix

  • Add a quote character that I deleted by an accident (5b6c19d)