UNPKG

koatty_cacheable

Version:
208 lines (145 loc) 5.74 kB
# Changelog ## 3.1.0 ### Minor Changes - build - build ### Patch Changes - Updated dependencies - Updated dependencies - koatty_core@2.2.0 - koatty_container@3.0.0 - koatty_lib@1.5.0 - koatty_logger@3.0.0 - koatty_store@3.0.0 ## 3.0.7 ### Patch Changes - build - Phase 2: Quality and stability improvements - **koatty-core**: Fix component enable logic - change OR to AND in ComponentManager (TASK-2-1) - **koatty-core**: Fix createContext return type from any to KoattyContext (TASK-2-7) - **koatty-core**: Remove dead code and unused exports (TASK-2-6) - **koatty-serve**: Remove dead code from ServeComponent (TASK-2-6) - **koatty-serve**: Add multi-protocol port conflict warnings (TASK-2-10) - **koatty-trace**: Fix span lifecycle - add span.end() on request completion (TASK-2-4) - **koatty-router**: Fix validation null safety with optional chaining (TASK-2-2) - **koatty-cacheable**: Fix storeCache.store type inconsistency (TASK-2-3) - **koatty-cacheable**: Make memory cache transactions throw explicit errors (TASK-2-9) - **All packages**: Fix retry condition to only retry transient errors (TASK-2-5) - **Build system**: Complete tsconfig.json references (6 -> 19 packages) (TASK-2-8) - Updated dependencies - Updated dependencies - Updated dependencies - koatty_container@2.0.9 - koatty_core@2.1.10 - koatty_lib@1.4.9 - koatty_logger@2.8.5 - koatty_store@2.0.6 ## 3.0.6 ### Patch Changes - Updated dependencies - koatty_container@2.0.6 - koatty_core@2.1.6 ## 3.0.5 ### Patch Changes - build - Updated dependencies - koatty_container@2.0.5 - koatty_lib@1.4.7 - koatty_logger@2.8.3 - koatty_store@2.0.4 - koatty_core@2.1.5 ## 3.0.4 ### Patch Changes - Updated dependencies - koatty_logger@2.8.2 - koatty_container@2.0.4 - koatty_core@2.1.4 - koatty_store@2.0.3 ## 3.0.3 ### Patch Changes - Updated dependencies - Updated dependencies - koatty_container@2.0.3 - koatty_core@2.1.3 ## 3.0.2 ### Patch Changes - patch version bump for koatty, koatty_cacheable, koatty_config, koatty_container, koatty_core, koatty_exception, koatty_graphql, koatty_lib, koatty_loader, koatty_logger, koatty_proto, koatty_router, koatty_schedule, koatty_serve, koatty_store, koatty_trace, koatty_typeorm, koatty_validation - Updated dependencies - koatty_container@2.0.2 - koatty_core@2.1.2 - koatty_lib@1.4.6 - koatty_logger@2.4.2 - koatty_store@2.0.2 ## 3.0.1 ### Patch Changes - Updated dependencies - koatty_container@2.0.1 - koatty_logger@2.4.1 - koatty_core@2.1.1 - koatty_store@2.0.1 ## 3.0.0 ### Patch Changes - Updated dependencies - koatty_container@2.0.0 - koatty_core@2.1.0 - koatty_logger@2.4.0 - koatty_store@2.0.0 ## 2.0.5 ### Patch Changes - build - Updated dependencies - koatty_container@1.17.4 - koatty_core@2.0.14 - koatty_lib@1.4.5 - koatty_logger@2.3.4 - koatty_store@1.9.4 ## 2.0.4 ### Patch Changes - build - Updated dependencies - koatty_container@1.17.3 - koatty_core@2.0.13 - koatty_lib@1.4.4 - koatty_logger@2.3.3 - koatty_store@1.9.3 ## 2.0.3 ### Patch Changes - build - Updated dependencies - koatty_container@1.17.2 - koatty_lib@1.4.3 - koatty_logger@2.3.2 - koatty_store@1.9.2 - koatty_core@2.0.12 ## 2.0.2 ### Patch Changes - Updated dependencies - koatty_lib@1.4.2 - koatty_container@1.17.1 - koatty_core@2.0.11 - koatty_logger@2.3.1 - koatty_store@1.9.1 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [2.0.1](https://github.com/koatty/koatty_cacheable/compare/v1.6.1...v2.0.1) (2025-11-02) ## [2.0.0](https://github.com/koatty/koatty_cacheable/compare/v1.6.1...v2.0.0) (2025-11-02) ### [1.6.1](https://github.com/koatty/koatty_cacheable/compare/v1.6.0...v1.6.1) (2025-06-09) ## [1.6.0](https://github.com/koatty/koatty_cacheable/compare/v1.5.0...v1.6.0) (2024-11-07) ## [1.5.0](https://github.com/koatty/koatty_cacheable/compare/v1.4.3...v1.5.0) (2024-04-01) ### Features - delayedDoubleDeletion ([532f735](https://github.com/koatty/koatty_cacheable/commit/532f735818fc66fa144023cd24282efe350833ba)) ### [1.4.3](https://github.com/koatty/koatty_cacheable/compare/v1.4.2...v1.4.3) (2024-01-17) ### Bug Fixes - 缓存 key 拼装 ([5d0b924](https://github.com/koatty/koatty_cacheable/commit/5d0b9248064d353046bd7287d3a3ee5229e88c23)) ### [1.4.2](https://github.com/koatty/koatty_cacheable/compare/v1.4.1...v1.4.2) (2023-12-20) ### [1.4.1](https://github.com/koatty/koatty_cacheable/compare/v1.4.0...v1.4.1) (2023-08-04) ### Bug Fixes - default value ([38f2e57](https://github.com/koatty/koatty_cacheable/commit/38f2e57d52d13482907ca9eac6006d1e841bdadd)) - 初始化缓存改为 appReady 执行 ([7e9b1ab](https://github.com/koatty/koatty_cacheable/commit/7e9b1abe6acdbdf1b6ad34efa053cbaca1e7b6d7)) ## [1.4.0](https://github.com/koatty/koatty_cacheable/compare/v1.3.8...v1.4.0) (2023-02-18) ### Bug Fixes - cache subkey ([408e3c7](https://github.com/koatty/koatty_cacheable/commit/408e3c709a4dfff6e7d224a22d26e58854a805ac)) - 启动时链接 ([e7ec709](https://github.com/koatty/koatty_cacheable/commit/e7ec7094be106e4e48783c9b214b8369e8a18297)) - 支持引入变量做缓存 key ([4ce81aa](https://github.com/koatty/koatty_cacheable/commit/4ce81aaaf9610f4a62ddf43e3c4389dd003c2db8)) - 获取单例 ([0759972](https://github.com/koatty/koatty_cacheable/commit/0759972adf7e86312f60f0bf77604bddf06ce0de)) ### [1.3.8](https://github.com/koatty/koatty_cacheable/compare/v1.3.6...v1.3.8) (2023-01-13) ### [1.3.7](https://github.com/koatty/koatty_cacheable/compare/v1.3.6...v1.3.7) (2022-05-27)