Version Packages (#3801)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-05-07 17:45:51 +02:00 committed by GitHub
parent 068cd499a0
commit 11bc794253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-search-backend-module-confluence-collator': minor
---
Added configurable rate limiting to the Confluence plugin to mitigate excessive requests and improve performance under high load. Administrators can now set limits on API calls to better control usage. Please refer to the documentation for configuration details.

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-search-backend-module-confluence-collator
## 0.7.0
### Minor Changes
- 7f9ae73: Added configurable rate limiting to the Confluence plugin to mitigate excessive requests and improve performance under high load. Administrators can now set limits on API calls to better control usage. Please refer to the documentation for configuration details.
## 0.6.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-search-backend-module-confluence-collator",
"version": "0.6.0",
"version": "0.7.0",
"description": "The confluence-collator backend module for the search plugin.",
"backstage": {
"role": "backend-plugin-module",