Skip to content

Aperture v2.27.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 09:22
a1fa9d2

Changelog

List of aperture PRs merged since 2.26.0 release. For the full list of changes, see list of changes

[ImgBot] Optimize images (#3037)

Beep boop. Your images are optimized!

Your image file size has been reduced by 25% 🎉

Details
File Before After Percent reduction
/docs/content/guides/assets/managing-quotas/workloads.png 462.33kb
257.97kb 44.20%

|
/docs/content/guides/assets/per-user-rate-limiting/rate-limiter-graph.png
| 498.15kb | 286.33kb | 42.52% |
| /docs/content/guides/assets/per-user-rate-limiting/graph.mmd.svg |
17.72kb | 16.10kb | 9.13% |
| /docs/content/guides/assets/managing-quotas/graph.mmd.svg | 17.72kb |
16.11kb | 9.12% |
| /docs/content/guides/assets/managing-quotas/managing-quotas.mmd.svg |
8.51kb | 8.31kb | 2.33% |
|
/docs/content/guides/assets/per-user-rate-limiting/rate-limiting.mmd.svg
| 7.00kb | 6.85kb | 2.17% |
| /sdks/aperture-py/docs/fonts/x-circle.svg | 0.41kb | 0.41kb | 1.65% |
| /sdks/aperture-py/docs/fonts/info.svg | 0.46kb | 0.46kb | 1.48% |
|
/docs/content/concepts/assets/gen/flow-lifecycle/flow-lifecycle.mmd.svg
| 14.64kb | 14.44kb | 1.39% |
| /docs/content/assets/img/unified-load-management-light.svg | 383.82kb
| 382.96kb | 0.22% |
| /docs/content/assets/img/unified-load-management-dark.svg | 244.03kb |
243.62kb | 0.17% |
| /docs/content/get-started/assets/architecture/saas-dark.svg | 26.82kb
| 26.78kb | 0.15% |
| /docs/content/get-started/assets/architecture/saas-light.svg | 25.33kb
| 25.32kb | 0.04% |
| | | | |
| Total : | 1,706.96kb | 1,285.65kb | 24.68% |


📝 docs | :octocat:
repo
| 🙋🏾
issues
| 🏪
marketplace

~Imgbot - Part of Optimole family


Signed-off-by: ImgBotApp ImgBotHelp@gmail.com
Co-authored-by: ImgBotApp ImgBotHelp@gmail.com
Co-authored-by: Hardik Shingala hardik.shingala@fluxninja.com

Fix pre-commit (#3040)

Refactor code by removing unused properties and dependencies (#3036)

  • Documentation

  • Updated the configuration specification to reflect changes in rate
    limiting features.

  • Refactor

  • Removed the adaptive_load_scheduler from the RateLimiter
    configuration to streamline rate limiting policies.

Add hit/delete metrics for each cache (#3034)

  • New Features

  • Enhanced cache metrics tracking with new metrics for cache hits,
    misses, and operation results.

  • Improved cache operations with additional monitoring for success and
    error statuses.

  • Documentation

  • Updated metric naming conventions and labels for better clarity and
    consistency.

  • Refactor

  • Optimized cache functionality with new internal methods for metric
    reporting.

  • Chores

  • Integrated additional logging and metric packages to support new
    features.