-
Notifications
You must be signed in to change notification settings - Fork 0
chore: alpha to main #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## [1.1.4](v1.1.3...v1.1.4) (2023-09-19) ### Bug Fixes * remove await when putting value into promiseCache ([20ccb41](20ccb41))
…oughpromisecache PE-6327
…ta to read through fn PE-6327
# [1.2.0](v1.1.4...v1.2.0) (2024-06-20) ### Features * **read through promise cache:** add apis of promisecache to readthroughpromisecache PE-6327 ([e413eae](e413eae)) * **read through promise cache:** support ferrying of read through data to read through fn PE-6327 ([e354686](e354686))
# [1.3.0](v1.2.0...v1.3.0) (2024-06-25) ### Features * **ts:** make ferried parameter to ReadThroughPromiseCache be dependently void ([7e4638b](7e4638b))
# [1.4.0](v1.3.0...v1.4.0) (2024-09-05) ### Features * add new method '.getWithStatus' to ReadThroughPromiseCache ([67981c1](67981c1))
feat(metrics): quick take at prometheus metrics PE-8242
# [1.2.0-alpha.1](v1.1.4-alpha.1...v1.2.0-alpha.1) (2025-06-27) ### Features * add new method '.getWithStatus' to ReadThroughPromiseCache ([6b2a687](6b2a687)) * **metrics:** clean up label handling PE-8242 ([988ea20](988ea20)) * **metrics:** quick take at prometheus metrics PE-8242 ([0232b76](0232b76)) * **metrics:** require a cacheId and apply it in labels PE-8242 ([7ae226e](7ae226e)) * **metrics:** simplify metrics setup PE-8242 ([45d8147](45d8147)) * **metrics:** use all label names PE-8242 ([8395e9f](8395e9f)) * **read through promise cache:** add apis of promisecache to readthroughpromisecache PE-6327 ([f2bd75b](f2bd75b)) * **read through promise cache:** support ferrying of read through data to read through fn PE-6327 ([85de9b3](85de9b3)) * **ts:** make ferried parameter to ReadThroughPromiseCache be dependently void ([869c39c](869c39c))
PE-8242: drop cacheId in favor of prefix
# [1.2.0-alpha.2](v1.2.0-alpha.1...v1.2.0-alpha.2) (2025-06-27) ### Features * **cache:** deprecate cacheTTL in favor of cacheTTLMills PE-8242 ([397baea](397baea)) * **metrics:** drop cacheId in favor of prefix PE-8242 ([baddd50](baddd50))
PE-8242: initialize metrics to 0
# [1.2.0-alpha.3](v1.2.0-alpha.2...v1.2.0-alpha.3) (2025-06-27) ### Features * **metrics:** initialize metrics to 0 PE-8242 ([89882c1](89882c1))
PE-8242: Record evictions
# [1.2.0-alpha.4](v1.2.0-alpha.3...v1.2.0-alpha.4) (2025-06-27) ### Features * **metrics:** record evictions PE-8242 ([b213e88](b213e88))
PE-8242: count deferred evictions
# [1.2.0-alpha.5](v1.2.0-alpha.4...v1.2.0-alpha.5) (2025-06-27) ### Features * **metrics:** count deferred evictions PE-8242 ([cd4997e](cd4997e))
PE-8242: Consolidate metric names and use labels for cache names
# [1.2.0-alpha.6](v1.2.0-alpha.5...v1.2.0-alpha.6) (2025-07-01) ### Features * **metrics:** single metric name with cache name labels PE-8242 ([a82bc6b](a82bc6b))
# [1.5.0-alpha.1](v1.4.0...v1.5.0-alpha.1) (2025-11-04) ### Bug Fixes * **npm:** use OIDC for publishing ([3df4ecc](3df4ecc)) ### Features * add new method '.getWithStatus' to ReadThroughPromiseCache ([6b2a687](6b2a687)) * **cache:** deprecate cacheTTL in favor of cacheTTLMills PE-8242 ([397baea](397baea)) * **metrics:** clean up label handling PE-8242 ([988ea20](988ea20)) * **metrics:** count deferred evictions PE-8242 ([cd4997e](cd4997e)) * **metrics:** drop cacheId in favor of prefix PE-8242 ([baddd50](baddd50)) * **metrics:** initialize metrics to 0 PE-8242 ([89882c1](89882c1)) * **metrics:** quick take at prometheus metrics PE-8242 ([0232b76](0232b76)) * **metrics:** record evictions PE-8242 ([b213e88](b213e88)) * **metrics:** require a cacheId and apply it in labels PE-8242 ([7ae226e](7ae226e)) * **metrics:** simplify metrics setup PE-8242 ([45d8147](45d8147)) * **metrics:** single metric name with cache name labels PE-8242 ([a82bc6b](a82bc6b)) * **metrics:** use all label names PE-8242 ([8395e9f](8395e9f)) * **read through promise cache:** add apis of promisecache to readthroughpromisecache PE-6327 ([f2bd75b](f2bd75b)) * **read through promise cache:** support ferrying of read through data to read through fn PE-6327 ([85de9b3](85de9b3)) * **ts:** make ferried parameter to ReadThroughPromiseCache be dependently void ([869c39c](869c39c))
Collaborator
Author
|
🎉 This PR is included in version 1.5.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Collaborator
Author
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.