Skip to content

Releases: SirStig/yokedcache

Release 1.0.1

26 Mar 04:15

Choose a tag to compare

v1.0.1

Changes since v1.0.0

Features

  • feat: add maintainer information and enhance site generation by implementing dynamic context for templates, while removing outdated static HTML files (
    8f4b94)
  • feat: enhance site metadata and icons for improved SEO and user experience across documentation pages (
    87cdc3)

Documentation

  • docs: update security documentation and installation instructions to address CVE-2025-69872 and clarify usage of optional disk backend (
    9f7b5f)

Refactoring

  • refactor: update documentation build process to use YOKEDCACHE_SITE_PATH_PREFIX for site path management and enhance CSS styles for improved visual consistency (
    df11b7)
  • refactor: improve code readability by adjusting line breaks in orjson serialization (
    64ff42)

Chores

  • chore: release version 1.0.1 with streamlined installation, updated dependencies, and enhanced documentation for optional features (60e158b)
  • chore: update publish workflow to clarify version input requirements and set fetch-depth for checkout steps (
    e6d0da)
  • chore: Remove 3.9 suppor for python. Add support for 3.13-3.14 due to security vulnerabilities unfixable in 3.9 (
    a74592)

Other

  • Mobile fixes for docs site (
    55ca03)

Release 1.0.0

24 Mar 03:07

Choose a tag to compare

v1.0.0

Changes since v1.0.0-beta

Chores

  • chore: release version 1.0.0, marking the transition from beta to stable with updated documentation and installation instructions (7391bb3)
  • chore: upgrade black to version 25.11.0 and replace json with orjson for improved performance in serialization across the codebase (
    55a4cc)

Release 0.3.0

03 Nov 05:01

Choose a tag to compare

v0.3.0

Changes since v0.2.3

Features

  • feat: enhance documentation and SEO for YokedCache with Redis caching and FastAPI integration (
    b5247e)

Fixes

  • fix: update test assertion to include keyword arguments for cache.set (b34569b)
  • fix: resolve failing test cases for 0.3.0 (
    7fae51)

Documentation

  • docs(changelog): add 0.2.3 (
    15c839)

Chores

  • chore: update GitHub Actions to use latest versions of configure-pages, upload-pages-artifact, and deploy-pages (
    c8e736)

Other

Release 0.2.3

25 Aug 22:59

Choose a tag to compare

v0.2.3

Changes since v0.2.0

Features

  • feat: update manual release workflow to include prerelease option and version verification (
    74e17d)

Fixes

  • fix: improve version retrieval method and enhance error handling for CacheConfig (6581eb7)
  • fix: improve type annotations and enhance error handling in FastAPI example (
    8e8680)

Chores

  • chore: remove flake8 linting step from test workflow (
    a52e34)
  • chore: ensure newline at EOF in pre-commit config (
    ffd948)
  • chore: release version 0.2.1 with enhanced resilience and performance features (
    e04b78)
  • chore: update Codecov action in CI workflow (
    ab4405)
  • chore: enhance documentation and streamline project structure (
    9e5470)
  • chore: update dependencies and enhance configuration options (
    29d7ec)

Other

  • Add extensive test 2 (
    33ed60)
  • Add extensive test coverage (
    4f3a62)
  • Add comprehensive tests, configuration files, and Prometheus setup for YokedCache (
    43ec50)